gtksourceviewmm: remove long_desc.
This commit is contained in:
parent
efba9be005
commit
2a66318415
|
@ -1,29 +1,25 @@
|
|||
# Template file for 'gtksourceviewmm'
|
||||
pkgname=gtksourceviewmm
|
||||
version=3.2.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-deprecated-api --disable-documentation"
|
||||
makedepends="pkg-config gtkmm-devel gtksourceview-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtkmm-devel gtksourceview-devel"
|
||||
short_desc="GtkSourceview C++ bindings"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
checksum=9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66
|
||||
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.
|
||||
|
||||
${sourcepkg} provides the C++ bindings for GtkSourceview."
|
||||
|
||||
gtksourceviewmm-devel_package() {
|
||||
depends="gtkmm-devel gtksourceviewmm>=${version}"
|
||||
depends="gtkmm-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/gtksourceviewmm-3.0
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue