pygobject: update to 3.8.0.
This commit is contained in:
parent
c967073cf3
commit
f10ba0d4f0
2 changed files with 7 additions and 13 deletions
|
@ -1,12 +1,8 @@
|
||||||
# Template file for 'pygobject-devel'.
|
# Template file for 'pygobject-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
|
||||||
depends="libffi-devel glib-devel libgirepository-devel
|
depends="libffi-devel glib-devel libgirepository-devel
|
||||||
pycairo-devel ${sourcepkg}-${version}_${revision}"
|
pycairo-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'pygobject'
|
# Template file for 'pygobject'
|
||||||
pkgname=pygobject
|
pkgname=pygobject
|
||||||
version=3.4.2
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_module="gi"
|
pycompile_module="gi pygtkcompat"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
depends="python pycairo"
|
depends="python pycairo"
|
||||||
makedepends="pkg-config glib-devel cairo-devel libffi-devel python-devel
|
hostmakedepends="pkg-config gobject-introspection>=1.36"
|
||||||
pycairo-devel gobject-introspection>=1.34.1.1"
|
makedepends="pkg-config pycairo-devel glib-devel libffi-devel python-devel"
|
||||||
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"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2b87ef3170be3a20a53fbdb348ae4ecb41a72a17ec6531baa67147c3437d2aad
|
checksum=9c57f581ae35587108c978cb116eeb7ec186b50c95b145f62033589ee248b32d
|
||||||
long_desc="
|
|
||||||
Pygobject is a set of Python bindings for the GLib's GObject library."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue