New package: gtkspell-2.0.16.

This commit is contained in:
Juan RP 2012-12-09 17:25:02 +01:00
parent 82100c1c71
commit a0f0801de4
4 changed files with 34 additions and 0 deletions

View file

@ -1130,3 +1130,4 @@ libgee-0.8.so.2 libgee08-0.8.2_1
libnettle.so.4 nettle-2.5_1
libhogweed.so.2 nettle-2.5_1
libmikmod.so.3 libmikmod-3.2.0_1
libgtkspell.so.0 gtkspell-2.0.16_1

1
srcpkgs/gtkspell-devel Symbolic link
View file

@ -0,0 +1 @@
gtkspell

View file

@ -0,0 +1,14 @@
# Template file for 'gtkspell-devel'.
#
noarch=yes
depends="gtk+-devel ${sourcepkg}>=${version}"
short_desc="${short_desc} -- development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/gtk-doc usr/share
}

18
srcpkgs/gtkspell/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'gtkspell'
pkgname=gtkspell
version=2.0.16
revision=1
makedepends="pkg-config gtk+-devel enchant-devel"
build_style=gnu-configure
configure_args="--disable-static"
subpackages="${pkgname}-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."