gtkspell3: fix devel package
This commit is contained in:
parent
4613cfe0a4
commit
987b244e56
2 changed files with 4 additions and 3 deletions
|
@ -1168,6 +1168,7 @@ libnettle.so.6 nettle-3.2_1
|
|||
libhogweed.so.4 nettle-3.2_1
|
||||
libmikmod.so.3 libmikmod-3.2.0_1
|
||||
libgtkspell.so.0 gtkspell-2.0.16_1
|
||||
libgtkspell3-3.so.0 gtkspell3-3.0.9_1
|
||||
libpurple.so.0 libpurple-2.10.6_1
|
||||
libpurple-client.so.0 libpurple-2.10.6_1
|
||||
libgnt.so.0 libgnt-2.10.6_1
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gtkspell3'
|
||||
pkgname=gtkspell3
|
||||
version=3.0.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_options="gir"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-silent-rules"
|
||||
hostmakedepends="$(vopt_if gir 'gobject-introspection vala') intltool pkg-config"
|
||||
hostmakedepends="$(vopt_if gir 'gobject-introspection vala-devel') intltool pkg-config"
|
||||
makedepends="enchant-devel gtk+3-devel"
|
||||
short_desc="Highlighting and replacement of misspelled words"
|
||||
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
||||
|
@ -20,7 +20,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
gtkspell3-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision} enchant-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue