Skip to content
Snippets Groups Projects
Commit 798c2a98 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/py-gobject: upgrade to 2.28.7

parent 492c030c
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-gobject
pkgver=2.28.6
pkgrel=7
pkgver=2.28.7
pkgrel=0
pkgdesc="Python bindings for the GObject library"
url="http://www.pygtk.org/"
arch="all"
......@@ -9,14 +9,9 @@ license="GPL"
makedepends="libffi-dev glib-dev python2-dev py-cairo-dev"
subpackages="$pkgname-dev $pkgname-doc"
options="!check" #*** No rule to make target 'Regress-1.0.typelib', needed by 'check-local'.
source="https://download.gnome.org/sources/pygobject/${pkgver%.*}/pygobject-$pkgver.tar.bz2"
source="https://download.gnome.org/sources/pygobject/${pkgver%.*}/pygobject-$pkgver.tar.xz"
builddir="$srcdir"/pygobject-$pkgver
prepare() {
cd "$builddir"
update_config_sub || return 1
}
build() {
cd "$builddir"
CFLAGS="$CFLAGS -D_GNU_SOURCE" \
......@@ -27,9 +22,8 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-introspection \
|| return 1
make || return 1
--disable-introspection
make
}
check() {
......@@ -42,4 +36,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="b29da45a45b3099c1153978cc507fcea156e66fd1dbadb565c19b201b29a96414cba819507993cfc6190916a90c586b6cca2b777e21b72be929711462a852b88 pygobject-2.28.6.tar.bz2"
sha512sums="a5f3ae39f8156bd6234fb6d0ea31eba782fbdd4c292656c31b33e098abe3dcf0774d492cf602a4637cb679af9ecd511b24263349fbfd25708ca70f16cb052dfb pygobject-2.28.7.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment