pygobject-gtk3: fix for building with python2 only

This commit is contained in:
Danny Rawlins 2017-05-08 20:47:48 +10:00
parent f8077a4fb8
commit 4379fae91d
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UKltUUo4kEmg9k+ZXv9UIcK6rT2LL4l8gxkreVZKPmilP50TLnZg55x/X+pdfRlAfKDohjxZFOW+LLnmMh1xAc=
SHA256 (Pkgfile) = d607f57508c591d740c28ca984a64cb84dbcc140f61d6b9fac4f8992b0a759df
RWSE3ohX2g5d/QjxX3AJKjGZ67IuYAhTq3s1KApua64QjV6SG+ECMKXWEnd2xoj36misQjkTt/0mUDW+Ph5a+iVuAcGbkcijhwA=
SHA256 (Pkgfile) = 45b8b1382f15dcc21b2476e3c72ee613434e2b369943443a2c5aa80795d6db77
SHA256 (.footprint) = 067cf937f222d31ac0abe92b3924ac0da66bcb240b1748cca887ed84a84e55bc
SHA256 (pygobject-3.24.1.tar.xz) = a628a95aa0909e13fb08230b1b98fc48adef10b220932f76d62f6821b3fdbffd

View File

@ -12,8 +12,10 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/pygobject/${version::4}/pygobject
build() {
cd pygobject-$version
./configure --prefix=/usr \
--disable-introspection
./configure \
--prefix=/usr \
--with-python=/usr/bin/python \
--disable-dependency-tracking
make
make DESTDIR=$PKG install