python3-gobject
This commit is contained in:
parent
fae11a6880
commit
312694b98f
Binary file not shown.
|
@ -1,20 +1,17 @@
|
|||
# Tanım: Cairo kütüphanesi için Python3 konnektörü.
|
||||
# Tanım: Cairo kütüphanesi için Python3 bağlayıcısı.
|
||||
# URL: http://www.cairographics.org/
|
||||
# Paketçi:alihan-ozturk28@hotmail.com
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: python3 cairo
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=python3-cairo
|
||||
surum=1.10.0
|
||||
surum=1.17.1
|
||||
devir=1
|
||||
|
||||
kaynak=(http://cairographics.org/releases/pycairo-$surum.tar.bz2
|
||||
python3-cairo-1.10.0-waf-python3.4.patch)
|
||||
kaynak=(https://github.com/pygobject/pycairo/releases/download/v${surum}/pycairo-${surum}.tar.gz::pycairo-$surum.tar.bz2)
|
||||
|
||||
derle() {
|
||||
cd pycairo-$surum
|
||||
patch -i ../python3-cairo-1.10.0-waf-python3.4.patch
|
||||
PYTHON=python3 ./waf configure --prefix=/usr
|
||||
./waf build
|
||||
./waf install --destdir=$PKG
|
||||
python3 setup.py build
|
||||
python3 setup.py install --prefix=/usr --root=$PKG
|
||||
}
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
# Tanım: GLib'in GObject sınıfı için Python 3'ün bağlantılarını sağlar.
|
||||
# URL: http://www.gnome.org/
|
||||
# Paketçi: alihan-ozturk28@hotmail.com
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: python3 python3-cairo gobject-introspection xorg-libxxf86vm libffi
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=python3-gobject
|
||||
surum=3.18.2
|
||||
surum=3.28.3
|
||||
devir=1
|
||||
|
||||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz)
|
||||
|
||||
derle() {
|
||||
cd pygobject-$surum
|
||||
mkdir python3
|
||||
pushd python3
|
||||
../configure --prefix=/usr \
|
||||
--with-python=/usr/bin/python3
|
||||
make
|
||||
popd
|
||||
make DESTDIR=$PKG -C python3 install
|
||||
cd pygobject-$surum
|
||||
mkdir python3
|
||||
pushd python3
|
||||
../configure --prefix=/usr \
|
||||
--with-python=/usr/bin/python3
|
||||
make
|
||||
popd
|
||||
make DESTDIR=$PKG -C python3 install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue