wxgtk-3.2.0

This commit is contained in:
Rmys
2022-07-27 12:59:10 +03:00
parent 3509a2b939
commit 5bb7e2d774
2 changed files with 31 additions and 20 deletions
+4 -10
View File
@@ -13,11 +13,9 @@ def setup():
pisitools.flags.add("-fno-strict-aliasing")
autotools.configure("--enable-gtk2 \
--enable-shared \
autotools.configure("--enable-shared \
--disable-optimise \
--disable-debug \
--enable-no_deps \
--disable-rpath \
--enable-intl \
--enable-geometry \
@@ -38,9 +36,7 @@ def setup():
--with-libtiff=sys \
--with-libxpm=sys \
--with-sdl \
--without-gnomeprint \
--without-gnomevfs \
--without-odbc \
--with-opengl \
--with-regex=builtin \
--with-zlib=sys \
@@ -50,11 +46,9 @@ def setup():
shelltools.cd("../wxWidgets-%s-gtk3" % get.srcVERSION())
pisitools.flags.add("-fno-strict-aliasing")
autotools.configure("--enable-gtk3 \
--enable-shared \
autotools.configure("--enable-shared \
--disable-optimise \
--disable-debug \
--enable-no_deps \
--disable-rpath \
--enable-intl \
--enable-geometry \
@@ -75,9 +69,7 @@ def setup():
--with-libtiff=sys \
--with-libxpm=sys \
--with-sdl \
--without-gnomeprint \
--without-gnomevfs \
--without-odbc \
--with-opengl \
--with-regex=builtin \
--with-zlib=sys \
@@ -100,6 +92,8 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#autotools.install()
pisitools.insinto("/usr/share/pixmaps", "art/wxlogo.svg")
pisitools.dodoc("docs/*.txt", "docs/*.htm")