summaryrefslogtreecommitdiffstats
path: root/abs/extra/gtkspell
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-02 00:45:05 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-02 00:45:05 (GMT)
commit9aa30f297ad0cb6dbc9c9b2f1bcc1c89ff0a5db6 (patch)
tree571e6a2a5334d58b5a4b35251c51758d87fb6517 /abs/extra/gtkspell
parentece417c11a9b2f8d89a29ec07bc63c283e2c1ff0 (diff)
downloadlinhes_pkgbuild-9aa30f297ad0cb6dbc9c9b2f1bcc1c89ff0a5db6.zip
linhes_pkgbuild-9aa30f297ad0cb6dbc9c9b2f1bcc1c89ff0a5db6.tar.gz
linhes_pkgbuild-9aa30f297ad0cb6dbc9c9b2f1bcc1c89ff0a5db6.tar.bz2
ocaml, lablgtk2 gtkspell stgksourceview2: added/compiled for unison
Diffstat (limited to 'abs/extra/gtkspell')
-rw-r--r--abs/extra/gtkspell/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/abs/extra/gtkspell/PKGBUILD b/abs/extra/gtkspell/PKGBUILD
index 896ed0c..5dc2fef 100644
--- a/abs/extra/gtkspell/PKGBUILD
+++ b/abs/extra/gtkspell/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 58469 2009-11-08 16:09:11Z jgc $
+# $Id: PKGBUILD 150411 2012-02-17 12:37:06Z allan $
# Maintainer: Roman Kyrylych <roman@archlinux.org>
# Contributer: Ben <ben@benmazer.net>
pkgname=gtkspell
pkgver=2.0.16
-pkgrel=1
+pkgrel=2
url="http://gtkspell.sourceforge.net/"
pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gtk2>=2.18.3' 'enchant>=1.5.0')
+depends=('gtk2' 'enchant')
makedepends=('intltool' 'gtk-doc')
options=('!libtool')
source=(http://gtkspell.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
@@ -17,7 +17,11 @@ md5sums=('f75dcc9338f182c571b321d37c606a94')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}