[notify] pygtk: now needs pango-compat and libglade rebuild before pygtk will compile

This commit is contained in:
Danny Rawlins 2019-08-18 20:41:40 +10:00
parent d0035e49c6
commit f257d6a099
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZMLul6fGgLt6oO7NnXGLbpX26WcCJxVbHJKTAR5Smnw7b6RraAMKPxxk8Djzv1kQ4xrX2pYjM2j9TpZOlTaYQw=
SHA256 (Pkgfile) = 7c4de2861c780673c3499f105df9677f45819eb5c1707956f70ac05cfa8a096a
RWSE3ohX2g5d/cUkHxNo9e2jHjXbkTZ1wLgL4eX3hUv1kA8kNyohnHPL5Zh34Q8LMzGqZBbvXvzb4O36374zIIGDooOcTbB2FwE=
SHA256 (Pkgfile) = 3dd222315b6d999b1de48e7a4b990ea090ea395a509e862bb2bd5dd2fb44f1fa
SHA256 (.footprint) = 6d1e16b13d6a41f46564160687cc9ad0cbd71213381d505d806db4a03a26e561
SHA256 (pygtk-2.24.0.tar.bz2) = cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912
SHA256 (python27.patch) = 39a30456cba055a452bb55c74ef1ff2f5f7bfaad22855b4dd569ab009b56b682

View File

@ -1,11 +1,11 @@
# Description: set of bindings for the GTK widget set
# URL: http://www.pygtk.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libglade python-gobject-compat python-cairo
# Depends on: libglade python-cairo python-gobject-compat
name=pygtk
version=2.24.0
release=2
release=3
source=(https://download.gnome.org/sources/$name/${version::4}/$name-$version.tar.bz2
python27.patch
fix-leaks-of-pango-objects.patch)
@ -19,6 +19,7 @@ build() {
# https://bugzilla.gnome.org/show_bug.cgi?id=660216
patch -p1 -i $SRC/fix-leaks-of-pango-objects.patch
PKG_CONFIG_PATH+="/usr/lib/pango-compat/pkgconfig" \
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool