pygobject: update to 3.0.0.
This commit is contained in:
parent
cb6e16023e
commit
a19a57b528
3 changed files with 5 additions and 6 deletions
|
@ -14,6 +14,6 @@ Add_dependency run pygobject
|
|||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/{bin,include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'pygobject'
|
||||
pkgname=pygobject
|
||||
version=2.28.6
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.28/$pkgname-$version.tar.bz2"
|
||||
version=3.0.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$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=e4bfe017fa845940184c82a4d8949db3414cb29dfc84815fb763697dc85bdcee
|
||||
checksum=ef6735792b0d44287126a6a3b181c85559849063d770506fe06848adb87ce815
|
||||
long_desc="
|
||||
Pygobject is a set of Python bindings for the GLib's GObject library."
|
||||
|
||||
|
@ -22,7 +22,6 @@ Add_dependency run python
|
|||
Add_dependency run pycairo
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build glibc-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build cairo-devel
|
||||
Add_dependency build libffi-devel
|
||||
|
|
|
@ -331,7 +331,7 @@ libimgicon.so xulrunner xulrunner-devel
|
|||
libxpcom.so xulrunner xulrunner-devel
|
||||
libmozalloc.so xulrunner xulrunner-devel
|
||||
libcurl.so libcurl libcurl-devel
|
||||
libpyglib-2.0-python.so pygobject
|
||||
libpyglib-gi-2.0-python.so pygobject pygobject-devel
|
||||
libdaemon.so libdaemon libdaemon-devel
|
||||
libavahi-common.so avahi-libs avahi-libs-devel
|
||||
libavahi-core.so avahi-libs avahi-libs-devel
|
||||
|
|
Loading…
Reference in a new issue