2011-03-01 16:22:56 +01:00
|
|
|
# Template file for 'libpeas'
|
|
|
|
pkgname=libpeas
|
2012-09-26 05:12:47 +02:00
|
|
|
version=1.6.0
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-03-21 11:27:36 +01:00
|
|
|
configure_args="--enable-vala"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="pygobject hicolor-icon-theme"
|
2012-09-26 05:12:47 +02:00
|
|
|
makedepends="pkg-config intltool vala-devel libgirepository-devel
|
|
|
|
gtk+3-devel>=3.6.0_2 python-devel pygobject-devel gjs-devel libseed-devel"
|
2011-03-01 16:22:56 +01:00
|
|
|
short_desc="Gobject-based plugins engine"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-26 05:12:47 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/1.6/$pkgname-$version.tar.xz"
|
|
|
|
checksum=23c1385cba2e32201588c988ea6894b27a115efc01cb4acb927e984456ffd63c
|
2011-03-01 16:22:56 +01: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."
|
|
|
|
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2012-10-05 18:29:09 +02:00
|
|
|
|