2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: GLib'in GObject sınıfı için Python 2'nin bağlantılarını sağlar.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.gnome.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python-cairo xorg-libxxf86vm gobject-introspection
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=python-gobject2
|
|
|
|
|
surum=2.28.6
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=( http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz
|
2016-10-28 20:29:13 +02:00
|
|
|
|
pygobject-2.28.6-fixes-1.patch
|
|
|
|
|
pygobject-2.16.1-fixdetection.patch)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd pygobject-$surum
|
2016-10-28 20:20:52 +02:00
|
|
|
|
patch -Np1 -i $SRC/pygobject-2.28.6-fixes-1.patch
|
2016-10-28 20:29:13 +02:00
|
|
|
|
patch -Np1 -i $SRC/pygobject-2.16.1-fixdetection.patch
|
2016-10-28 20:20:52 +02:00
|
|
|
|
./configure --prefix=/usr
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|