2011-03-01 15:22:56 +00:00
|
|
|
# Template file for 'libpeas'
|
|
|
|
pkgname=libpeas
|
2012-09-26 03:12:47 +00:00
|
|
|
version=1.6.0
|
2012-10-11 07:59:52 +00:00
|
|
|
revision=2
|
|
|
|
subpackages="$pkgname-devel"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-10-11 07:59:52 +00:00
|
|
|
configure_args="--without-demo --disable-demo"
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="pygobject hicolor-icon-theme"
|
2012-09-26 03:12:47 +00:00
|
|
|
makedepends="pkg-config intltool vala-devel libgirepository-devel
|
2012-10-11 07:59:52 +00:00
|
|
|
gtk+3-devel>=3.6.0_5 python-devel pygobject-devel gjs-devel libseed-devel"
|
2011-03-01 15:22:56 +00:00
|
|
|
short_desc="Gobject-based plugins engine"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-26 03:12:47 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/1.6/$pkgname-$version.tar.xz"
|
|
|
|
checksum=23c1385cba2e32201588c988ea6894b27a115efc01cb4acb927e984456ffd63c
|
2011-03-01 15:22:56 +00:00
|
|
|
long_desc="
|
|
|
|
libpeas is a gobject-based plugins engine, and is targetted at giving every
|
|
|
|
application the chance to assume its own extensibility. It is currently used by
|
|
|
|
several Gnome applications like gedit and Totem.
|
|
|
|
|
|
|
|
It takes its roots in the old gedit plugins engine, and provides an extensive set
|
|
|
|
of features mirroring the desiderata of most of the applications providing an
|
|
|
|
extension framework."
|
|
|
|
|
2012-10-11 07:59:52 +00:00
|
|
|
post_install() {
|
|
|
|
# Remove demo.
|
|
|
|
rm -rf ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/peas-demo
|
|
|
|
}
|