libpeas: remove long_desc.
This commit is contained in:
parent
d8865755ab
commit
2849b3c2df
1 changed files with 1 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libpeas'
|
# Template file for 'libpeas'
|
||||||
pkgname=libpeas
|
pkgname=libpeas
|
||||||
version=1.9.0
|
version=1.9.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-demo --disable-demo"
|
configure_args="--without-demo --disable-demo"
|
||||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
|
@ -14,14 +14,6 @@ homepage="http://www.gtk.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=008747ccdf954dc7b8e3207fffede527a589363541873f906c8e0166f6f7df8d
|
checksum=008747ccdf954dc7b8e3207fffede527a589363541873f906c8e0166f6f7df8d
|
||||||
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."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove demo.
|
# Remove demo.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue