New package: gtkspell3

This commit is contained in:
beefcurtains 2015-06-13 03:11:59 +00:00
parent 1972fdf37b
commit cfa652e352
2 changed files with 36 additions and 0 deletions

1
srcpkgs/gtkspell3-devel Symbolic link
View File

@ -0,0 +1 @@
gtkspell3

View File

@ -0,0 +1,35 @@
# Template file for 'gtkspell3'
pkgname=gtkspell3
version=3.0.7
revision=1
build_options="gir"
build_style=gnu-configure
configure_args="--disable-silent-rules"
hostmakedepends="$(vopt_if gir 'gobject-introspection vala') intltool pkg-config"
makedepends="enchant-devel gtk+3-devel"
short_desc="Highlighting and replacement of misspelled words"
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
license="GPL-2"
homepage="http://${pkgname}.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname::-1}/${version}/${pkgname}-${version}.tar.gz"
checksum=13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2
# Enable gir and vala for non-cross builds
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
gtkspell3-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
vmove usr/share/vala
fi
}
}