python-gconf: rebuild for metadata
This commit is contained in:
parent
8937e5de51
commit
55207f8594
1 changed files with 5 additions and 4 deletions
|
@ -1,24 +1,25 @@
|
||||||
# Template file for 'python-gconf'
|
# Template file for 'python-gconf'
|
||||||
pkgname=python-gconf
|
pkgname=python-gconf
|
||||||
version=2.28.1
|
version=2.28.1
|
||||||
revision=4
|
revision=5
|
||||||
lib32disabled=yes
|
|
||||||
wrksrc="gnome-python-${version}"
|
wrksrc="gnome-python-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gconf --disable-gnome --disable-gnomeui
|
configure_args="--enable-gconf --disable-gnome --disable-gnomeui
|
||||||
--disable-gnomecanvas --disable-gnomevfs --disable-gnomevfsbonobo
|
--disable-gnomecanvas --disable-gnomevfs --disable-gnomevfsbonobo
|
||||||
--disable-pyvfsmodule --disable-bonobo_activation --disable-bonobo
|
--disable-pyvfsmodule --disable-bonobo_activation --disable-bonobo
|
||||||
--disable-bonoboui"
|
--disable-bonoboui"
|
||||||
|
pycompile_dirs="usr/share/pygtk/2.0"
|
||||||
hostmakedepends="pkg-config python-devel"
|
hostmakedepends="pkg-config python-devel"
|
||||||
makedepends="python-devel pygtk-devel GConf-devel"
|
makedepends="python-devel pygtk-devel GConf-devel"
|
||||||
pycompile_dirs="usr/share/pygtk/2.0"
|
|
||||||
depends="pygtk"
|
depends="pygtk"
|
||||||
short_desc="Python bindings for interacting with GConf"
|
short_desc="Python bindings for interacting with GConf"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/gnome-python/2.28/gnome-python-${version}.tar.bz2"
|
distfiles="${GNOME_SITE}/gnome-python/2.28/gnome-python-${version}.tar.bz2"
|
||||||
checksum=759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8
|
checksum=759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8
|
||||||
|
nocross="could not find Python headers or library"
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue