milis/talimatname/genel/w/wxgtk28/talimat

26 lines
880 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: GUI için GTK+ wxWidgets API'sının uygulanması
2016-02-24 02:27:23 +02:00
# URL: http://wxwidgets.org
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=wxgtk28
surum=2.8.12.1
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://downloads.sourceforge.net/wxpython/wxPython-src-${surum}.tar.bz2
2016-04-28 21:44:57 +00:00
make-abicheck-non-fatal.patch wxGTK-collision.patch configure_in.diff)
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd wx*-$surum
2016-04-28 21:44:57 +00:00
2016-02-24 02:27:23 +02:00
patch -p1 -i ../wxGTK-collision.patch
patch -Np1 -i ../make-abicheck-non-fatal.patch
2016-04-28 21:44:57 +00:00
sed -i '/^SEARCH_INCLUDE="\\/s|\\|/usr/lib \\|' configure
2016-02-24 02:27:23 +02:00
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
--enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \
--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
--disable-precomp-headers
make
make -C locale allmo
make DESTDIR=$PKG install
}