2012-09-20 07:25:45 +00:00
|
|
|
# Template file for 'python-gconf'
|
|
|
|
pkgname=python-gconf
|
|
|
|
version=2.28.1
|
2014-04-02 08:50:27 +00:00
|
|
|
revision=3
|
|
|
|
lib32disabled=yes
|
2012-09-20 07:25:45 +00:00
|
|
|
wrksrc="gnome-python-${version}"
|
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--enable-gconf --disable-gnome --disable-gnomeui
|
|
|
|
--disable-gnomecanvas --disable-gnomevfs --disable-gnomevfsbonobo
|
|
|
|
--disable-pyvfsmodule --disable-bonobo_activation --disable-bonobo
|
|
|
|
--disable-bonoboui"
|
2014-02-17 16:20:08 +00:00
|
|
|
hostmakedepends="pkg-config python-devel"
|
|
|
|
makedepends="python-devel pygobject2-devel pygtk-devel GConf-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
pycompile_dirs="usr/share/pygtk/2.0"
|
|
|
|
depends="pygobject2 pygtk"
|
2012-09-20 07:25:45 +00:00
|
|
|
short_desc="Python bindings for interacting with GConf"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
distfiles="${GNOME_SITE}/gnome-python/2.28/gnome-python-${version}.tar.bz2"
|
|
|
|
checksum=759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
|
|
|
}
|