pygobject: update to 3.2.1.
This commit is contained in:
parent
acb0d0d4af
commit
59582383fd
1 changed files with 5 additions and 5 deletions
|
@ -1,22 +1,19 @@
|
||||||
# Template file for 'pygobject'
|
# Template file for 'pygobject'
|
||||||
pkgname=pygobject
|
pkgname=pygobject
|
||||||
version=3.2.0
|
version=3.2.1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Python bindings for GObject"
|
short_desc="Python bindings for GObject"
|
||||||
homepage="http://www.pygtk.org/"
|
homepage="http://www.pygtk.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3
|
checksum=0f07401289fa33e8caee7a9342f5c838bb44cd0a386cb99093505edb5e42817a
|
||||||
long_desc="
|
long_desc="
|
||||||
Pygobject is a set of Python bindings for the GLib's GObject library."
|
Pygobject is a set of Python bindings for the GLib's GObject library."
|
||||||
|
|
||||||
pycompile_module="gi"
|
pycompile_module="gi"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
Add_dependency run python
|
|
||||||
Add_dependency run pycairo
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build cairo-devel
|
Add_dependency build cairo-devel
|
||||||
|
@ -24,3 +21,6 @@ Add_dependency build libffi-devel
|
||||||
Add_dependency build python-devel
|
Add_dependency build python-devel
|
||||||
Add_dependency build pycairo-devel
|
Add_dependency build pycairo-devel
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
|
|
||||||
|
Add_dependency run python
|
||||||
|
Add_dependency run pycairo
|
||||||
|
|
Loading…
Reference in a new issue