gtk2:fixed typo for emul32
This commit is contained in:
@@ -19,10 +19,10 @@ def setup():
|
|||||||
#Avoid "Only <gtk/gtk.h> can be included directly error"
|
#Avoid "Only <gtk/gtk.h> can be included directly error"
|
||||||
shelltools.export("CPPFLAGS", "-DGTK_COMPILATION")
|
shelltools.export("CPPFLAGS", "-DGTK_COMPILATION")
|
||||||
|
|
||||||
if get.buildTYPE() == "_emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += " --libdir=/usr/lib32 \
|
options += " --libdir=/usr/lib32 \
|
||||||
--bindir=/_emul32/bin \
|
--bindir=/emul32/bin \
|
||||||
--sbindir=/_emul32/sbin \
|
--sbindir=/emul32/sbin \
|
||||||
--disable-cups"
|
--disable-cups"
|
||||||
|
|
||||||
shelltools.export("CC", "%s -m32" % get.CC())
|
shelltools.export("CC", "%s -m32" % get.CC())
|
||||||
@@ -47,9 +47,9 @@ def install():
|
|||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "README*", "HACKING", "ChangeLog*", "NEWS*")
|
pisitools.dodoc("AUTHORS", "README*", "HACKING", "ChangeLog*", "NEWS*")
|
||||||
|
|
||||||
if get.buildTYPE() == "_emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
for binaries in ["gtk-query-immodules-2.0", "gtk-demo"]:
|
for binaries in ["gtk-query-immodules-2.0", "gtk-demo"]:
|
||||||
pisitools.domove("/_emul32/bin/%s" % binaries, "/usr/bin/", "%s-32bit" % binaries)
|
pisitools.domove("/emul32/bin/%s" % binaries, "/usr/bin/", "%s-32bit" % binaries)
|
||||||
pisitools.removeDir("/_emul32")
|
pisitools.removeDir("/emul32")
|
||||||
#hack to install gdkconfig.h in gdk headers dir
|
#hack to install gdkconfig.h in gdk headers dir
|
||||||
pisitools.dosym("/usr/lib/gtk-2.0/include/gdkconfig.h","/usr/include/gtk-2.0/gdk/gdkconfig.h")
|
pisitools.dosym("/usr/lib/gtk-2.0/include/gdkconfig.h","/usr/include/gtk-2.0/gdk/gdkconfig.h")
|
||||||
|
|||||||
@@ -134,7 +134,7 @@
|
|||||||
<Name>gtk2-32bit</Name>
|
<Name>gtk2-32bit</Name>
|
||||||
<PartOf>emul32</PartOf>
|
<PartOf>emul32</PartOf>
|
||||||
<Summary>32-bit shared libraries for gtk2</Summary>
|
<Summary>32-bit shared libraries for gtk2</Summary>
|
||||||
<BuildType>_emul32</BuildType>
|
<BuildType>emul32</BuildType>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>glibc-32bit</Dependency>
|
<Dependency>glibc-32bit</Dependency>
|
||||||
<Dependency>cairo-32bit</Dependency>
|
<Dependency>cairo-32bit</Dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user