summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/gtkspell/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/user/gtkspell/APKBUILD b/user/gtkspell/APKBUILD
index df4d65932..5816bf21a 100644
--- a/user/gtkspell/APKBUILD
+++ b/user/gtkspell/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer:
pkgname=gtkspell
pkgver=2.0.16
-pkgrel=11
+pkgrel=12
pkgdesc="Highlighting and replacement of misspelled words in Gtk software"
url="http://gtkspell.sourceforge.net/"
arch="all"
license="GPL-2.0-only"
depends=""
-makedepends="autoconf automake enchant-dev gtk+2.0-dev gtk-doc intltool libtool"
+makedepends="autoconf automake enchant-dev gtk+2.0-dev gtk-doc intltool slibtool"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz
enchant-2.patch
@@ -16,6 +16,9 @@ source="http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz
prepare() {
default_prepare
update_config_sub
+ export LIBTOOL="slibtool"
+ export LIBTOOLIZE="slibtoolize"
+ export ACLOCAL_PATH="/usr/share/slibtool:$ACLOCAL_PATH"
autoreconf -vif
}