pygobject: update to 3.1.93.
This commit is contained in:
parent
7fc6f0b046
commit
8707041971
|
@ -9,11 +9,11 @@ Add_dependency run libffi-devel
|
|||
Add_dependency run glib-devel
|
||||
Add_dependency run libgirepository-devel
|
||||
Add_dependency run pycairo-devel
|
||||
Add_dependency run pygobject
|
||||
Add_dependency run pygobject ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'pygobject'
|
||||
pkgname=pygobject
|
||||
version=3.1.92
|
||||
version=3.1.93
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.1/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Python bindings for GObject"
|
||||
homepage="http://www.pygtk.org/"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=05f8dc92fdc2964518caea77f912589fa7bb7a100f1f5dfe40254202257c6e9d
|
||||
checksum=2090c9a97113829603c94b29753be96c6f1d3a9e3e7a2e43a7ab3256abb6c4a0
|
||||
long_desc="
|
||||
Pygobject is a set of Python bindings for the GLib's GObject library."
|
||||
|
||||
|
|
Loading…
Reference in New Issue