From dcb3e9e6519db08b8599191995fa4b991fc5a14f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Sep 2012 09:25:45 +0200 Subject: [PATCH] New package: python-gconf-2.28.1. --- srcpkgs/python-gconf/python-gconf.rshlibs | 8 +++++++ srcpkgs/python-gconf/template | 27 +++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 srcpkgs/python-gconf/python-gconf.rshlibs create mode 100644 srcpkgs/python-gconf/template diff --git a/srcpkgs/python-gconf/python-gconf.rshlibs b/srcpkgs/python-gconf/python-gconf.rshlibs new file mode 100644 index 0000000000..dae35c2fac --- /dev/null +++ b/srcpkgs/python-gconf/python-gconf.rshlibs @@ -0,0 +1,8 @@ +libgconf-2.so.4 +libglib-2.0.so.0 +libm.so.6 +libpthread.so.0 +libdl.so.2 +libutil.so.1 +libpython2.7.so.1.0 +libc.so.6 diff --git a/srcpkgs/python-gconf/template b/srcpkgs/python-gconf/template new file mode 100644 index 0000000000..4949bf9271 --- /dev/null +++ b/srcpkgs/python-gconf/template @@ -0,0 +1,27 @@ +# Template file for 'python-gconf' +pkgname=python-gconf +version=2.28.1 +revision=1 +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" +depends="pygobject2 pygtk" +makedepends="pkg-config python-devel pygobject2-devel pygtk-devel GConf-devel" +short_desc="Python bindings for interacting with GConf" +maintainer="Juan RP " +license="GPL-2" +homepage="http://www.gnome.org" +distfiles="${GNOME_SITE}/gnome-python/2.28/gnome-python-${version}.tar.bz2" +checksum=759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8 +long_desc=" + This package contains modules that allow to access and manipulate the + GNOME configuration database (GConf) from Python programs." + +pycompile_dirs="usr/share/pygtk/2.0" + +post_install() { + rm -rf ${DESTDIR}/usr/lib/pkgconfig +}