milis/talimatname/genel/w/wxgtk/talimat

44 lines
1.6 KiB
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.

# Tanım: GUI için GTK+ wxWidgets API'sının uygulanması
# URL: http://wxwidgets.org
# Paketçi: milisarge
# Gerekler: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
# Grup: geliştirme
isim=wxgtk
surum=3.0.3.1
devir=1
kaynak=(https://github.com/wxWidgets/wxWidgets/archive/v$surum.tar.gz::wxWidgets-$surum.tar.bz2
https://github.com/wxWidgets/wxWidgets/commit/ec6e54bc.patch::wxgtk-webkit2gtk.patch
https://github.com/wxWidgets/wxWidgets/commit/fd247cca.patch::wxgtk2-fix-webview.patch
https://github.com/wxWidgets/wxWidgets/commit/ce1dce11.patch::wxgtk-filezilla-assert.patch
make-abicheck-non-fatal.patch
wxgtk-webkit-infinite-loop.patch)
derle() {
cd wxWidgets-$surum
# C++ ABI check is too strict and breaks with GCC 5.1
# https://bugzilla.redhat.com/show_bug.cgi?id=1200611
patch -Np1 -i ../make-abicheck-non-fatal.patch
# Support webkit2gtk
#sed -e 's|setup0.h|setup.h|g' -i ../wxgtk-webkit2gtk.patch
patch -p1 -i ../wxgtk-webkit2gtk.patch
# fix webview after webkit2gtk port
patch -p1 -i ../wxgtk2-fix-webview.patch
# fix assert in FileZilla
patch -p1 -i ../wxgtk-filezilla-assert.patch
# fix infinite loop in webkit
patch -p1 -i ../wxgtk-webkit-infinite-loop.patch
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-gtk=3 --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
}