gtksourceview2: remove long_desc.
This commit is contained in:
parent
bb5e01f3ae
commit
f31b31c81f
1 changed files with 5 additions and 7 deletions
|
@ -1,28 +1,26 @@
|
|||
# Template file for 'gtksourceview2'
|
||||
pkgname=gtksourceview2
|
||||
version=2.10.5
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="gtksourceview-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config intltool gtk+-devel libxml2-devel"
|
||||
hostmakedepends="pkg-config intltool glib-devel"
|
||||
makedepends="gtk+-devel libxml2-devel"
|
||||
short_desc="Text widget that extends GTK+ GtkTextView widget"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/gtksourceview/2.10/gtksourceview-${version}.tar.bz2"
|
||||
checksum=c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e
|
||||
long_desc="
|
||||
GtkSourceView is a text widget that extends the standard gtk+ 2.x text
|
||||
widget GtkTextView. It improves GtkTextView by implementing syntax
|
||||
highlighting and other features typical of a source editor."
|
||||
|
||||
gtksourceview2-devel_package() {
|
||||
depends="gtk+-devel libxml2-devel ${sourcepkg}-${version}_${revision}"
|
||||
depends="gtk+-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue