mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/py-gobject3: upgrade to 3.28.2
This commit is contained in:
parent
26ff224fe4
commit
6eef825807
@ -1,12 +1,12 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=py-gobject3
|
pkgname=py-gobject3
|
||||||
pkgver=3.24.1
|
pkgver=3.28.2
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Python bindings for the GObject library"
|
pkgdesc="Python bindings for the GObject library"
|
||||||
url="http://www.pygtk.org/"
|
url="http://www.pygtk.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
makedepends="python2-dev python3-dev py2-cairo-dev py3-cairo-dev gobject-introspection-dev
|
makedepends="python2-dev python3-dev py-cairo-dev gobject-introspection-dev
|
||||||
libffi-dev glib-dev gnome-common autoconf automake libtool"
|
libffi-dev glib-dev gnome-common autoconf automake libtool"
|
||||||
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3 $pkgname-dev"
|
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3 $pkgname-dev"
|
||||||
source="https://download.gnome.org/sources/pygobject/${pkgver%.*}/pygobject-$pkgver.tar.xz"
|
source="https://download.gnome.org/sources/pygobject/${pkgver%.*}/pygobject-$pkgver.tar.xz"
|
||||||
@ -14,7 +14,7 @@ builddir="$srcdir"/pygobject-$pkgver
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
aclocal
|
autoreconf -vif
|
||||||
cp -r "$builddir" "$srcdir"/python2
|
cp -r "$builddir" "$srcdir"/python2
|
||||||
cp -r "$builddir" "$srcdir"/python3
|
cp -r "$builddir" "$srcdir"/python3
|
||||||
}
|
}
|
||||||
@ -63,4 +63,4 @@ _py() {
|
|||||||
mv "$pkgdir"/usr/lib/${python}.* "$subpkgdir"/usr/lib/
|
mv "$pkgdir"/usr/lib/${python}.* "$subpkgdir"/usr/lib/
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="f35968ab12b872c85af6b2410cadedcf9fa7e17352a40f3dc557c86203aa1c38753710aab9ce55e986ee2c98b64e14123c65083655445e993d0b53431db6dc93 pygobject-3.24.1.tar.xz"
|
sha512sums="2ba858856ef7f0c2fcac84a0f0a71ec1212991d8c57613cd948b55d413e69bd0961358935f5fd8753b905753cf563037cb351c428f4afcbbaac8ee0cebf4970c pygobject-3.28.2.tar.xz"
|
||||||
|
Loading…
Reference in New Issue
Block a user