New package: gspell-1.2.0

This commit is contained in:
Enno Boland 2016-03-22 11:02:44 +01:00
parent 821dd69aac
commit 2e467ffcac
3 changed files with 37 additions and 0 deletions

View File

@ -2761,3 +2761,6 @@ libiscsi.so.8 libiscsi-1.18.0_1
libgme.so.0 libgme-0.6.1_1
libczmq.so.4 czmq-4.0.1_1
liblz.so.1 lzlib-1.8_1
libelogind.so.0 elogind-219.12_1
libnma.so.0 libnm-gtk-1.4.0_1
libgspell-1.so.1 gspell-1.0.0_1

1
srcpkgs/gspell-devel Symbolic link
View File

@ -0,0 +1 @@
gspell

33
srcpkgs/gspell/template Normal file
View File

@ -0,0 +1,33 @@
# Template file for 'gspell'
pkgname=gspell
version=1.2.0
revision=1
build_style=gnu-configure
configure_args="--disable-static
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala-devel')"
makedepends="glib-devel enchant-devel gtk+3-devel iso-codes"
short_desc="flexible API to add spell checking to a GTK+ application"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://www.gnome.org"
distfiles="http://ftp.gnome.org/pub/GNOME/sources//gspell/${version%.*}/gspell-$version.tar.xz"
checksum=6aa550b91e13c0073ec0dfef21b6eef730186912392e11128216b90519a3443f
# Package build options
build_options="gir"
# Disable gir for cross builds.
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
gspell-devel_package() {
depends="${sourcepkg}>=${version}_${revision} enchant-devel iso-codes"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}