milis/talimatname/genel/wxgtk28/talimat

26 lines
895 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: GUI için GTK+ wxWidgets API'sının uygulanması
# URL: http://wxwidgets.org
# Packager: milisarge
# Depends on: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
name=wxgtk28
version=2.8.12.1
release=1
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${version}.tar.bz2
make-abicheck-non-fatal.patch wxGTK-collision.patch configure_in.diff)
build() {
cd wx*-$version
patch -p1 -i ../wxGTK-collision.patch
patch -Np1 -i ../make-abicheck-non-fatal.patch
sed -i '/^SEARCH_INCLUDE="\\/s|\\|/usr/lib \\|' configure
./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
}