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