pygobject: update to 3.4.1.
This commit is contained in:
parent
8f0825fd91
commit
018a232139
3 changed files with 4 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="libffi-devel glib-devel libgirepository-devel
|
depends="libffi-devel glib-devel libgirepository-devel
|
||||||
pycairo-devel pygobject>=${version}"
|
pycairo-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
libffi.so.5
|
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'pygobject'
|
# Template file for 'pygobject'
|
||||||
pkgname=pygobject
|
pkgname=pygobject
|
||||||
version=3.4.0
|
version=3.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_module="gi"
|
pycompile_module="gi"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
depends="python pycairo"
|
depends="python pycairo"
|
||||||
makedepends="pkg-config glib-devel cairo-devel libffi-devel python-devel
|
makedepends="pkg-config glib-devel cairo-devel libffi-devel python-devel
|
||||||
pycairo-devel gobject-introspection"
|
pycairo-devel gobject-introspection"
|
||||||
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.4/$pkgname-$version.tar.xz"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=bc7f17b23aaa6b0a85f5f090f7ffa616b596bcab9f481f46fdb9d0d2d55b16bb
|
checksum=21dbef53f5a29bcb547f36ba42e021f71981e1c50e8f89526e393d77b36a8b1f
|
||||||
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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue