mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
pygobject: update to 3.1.93.
This commit is contained in:
parent
7fc6f0b046
commit
8707041971
2 changed files with 8 additions and 8 deletions
|
@ -9,11 +9,11 @@ Add_dependency run libffi-devel
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run libgirepository-devel
|
Add_dependency run libgirepository-devel
|
||||||
Add_dependency run pycairo-devel
|
Add_dependency run pycairo-devel
|
||||||
Add_dependency run pygobject
|
Add_dependency run pygobject ">=${version}"
|
||||||
|
|
||||||
do_install()
|
noarch=yes
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
do_install() {
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/include usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'pygobject'
|
# Template file for 'pygobject'
|
||||||
pkgname=pygobject
|
pkgname=pygobject
|
||||||
version=3.1.92
|
version=3.1.93
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.1/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.1/$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=05f8dc92fdc2964518caea77f912589fa7bb7a100f1f5dfe40254202257c6e9d
|
checksum=2090c9a97113829603c94b29753be96c6f1d3a9e3e7a2e43a7ab3256abb6c4a0
|
||||||
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
Reference in a new issue