Convert packages to the new template format (p).

This commit is contained in:
Juan RP
2013-04-14 11:13:30 +02:00
parent 2f132e330b
commit 08b4f6aae8
137 changed files with 1368 additions and 898 deletions

View File

@@ -8,7 +8,6 @@ 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 <xtraeme@gmail.com>"
@@ -20,8 +19,14 @@ 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
}
python-gconf_package() {
pycompile_dirs="usr/share/pygtk/2.0"
depends="pygobject2 pygtk"
pkg_install() {
vmove usr
}
}