gtkspell: remove long_desc.
This commit is contained in:
parent
2a66318415
commit
1bd8487fd0
1 changed files with 4 additions and 6 deletions
|
@ -1,20 +1,17 @@
|
|||
# Template file for 'gtkspell'
|
||||
pkgname=gtkspell
|
||||
version=2.0.16
|
||||
revision=2
|
||||
makedepends="pkg-config intltool gtk+-devel enchant-devel"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gtk+-devel enchant-devel"
|
||||
short_desc="Provides word-processor-style highlighting"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gtkspell.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02
|
||||
long_desc="
|
||||
GtkSpell provides word-processor-style highlighting and replacement of
|
||||
misspelled words in a GtkTextView widget. Right-clicking a misspelled
|
||||
word pops up a menu of suggested replacements."
|
||||
|
||||
gtkspell-devel_package() {
|
||||
depends="gtk+-devel ${sourcepkg}>=${version}"
|
||||
|
@ -22,6 +19,7 @@ gtkspell-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue