python-gobject: update to 3.32.0.
This commit is contained in:
parent
d0437d289a
commit
aab4136a38
1 changed files with 4 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-gobject'
|
# Template file for 'python-gobject'
|
||||||
pkgname=python-gobject
|
pkgname=python-gobject
|
||||||
version=3.30.4
|
version=3.32.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="pygobject-${version}"
|
wrksrc="pygobject-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dpython=python2.7"
|
configure_args="-Dpython=python2.7"
|
||||||
pycompile_module="gi pygtkcompat"
|
pycompile_module="gi pygtkcompat"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="libglib-devel python-cairo-devel python-devel"
|
makedepends="libglib-devel python-cairo-devel python-devel"
|
||||||
depends="gir-freedesktop python-cairo"
|
depends="gir-freedesktop python-cairo"
|
||||||
short_desc="Python2 bindings for GObject"
|
short_desc="Python2 bindings for GObject"
|
||||||
|
@ -15,12 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://pygobject.readthedocs.io/"
|
homepage="https://pygobject.readthedocs.io/"
|
||||||
distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz"
|
||||||
checksum=2dc1a1a444b82955e65b81c2a2511ecf8032404beba4ef1d48144168f2f64c43
|
checksum=83f4d7e59fde6bc6b0d39c5e5208574802f759bc525a4cb8e7265dfcba45ef29
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) ;;
|
|
||||||
*-musl) broken="Error relocating /usr/aarch64-linux-musl/usr/lib/libz.so.1: unsupported relocation type 1026" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
python-gobject-devel_package() {
|
python-gobject-devel_package() {
|
||||||
depends="libgirepository-devel python-cairo-devel
|
depends="libgirepository-devel python-cairo-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue