summaryrefslogtreecommitdiff
path: root/community/gtkspell3
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-29 00:06:00 -0700
committerroot <root@rshg054.dnsready.net>2013-03-29 00:06:00 -0700
commit236f7ce9638c79b9ff594552540f3f5a2cbd8703 (patch)
tree48799f3962c80c2ba374b02815b865a253d12869 /community/gtkspell3
parent0fbe25a10dce8ec16455854ed6929b688f98cb36 (diff)
Fri Mar 29 00:06:00 PDT 2013
Diffstat (limited to 'community/gtkspell3')
-rw-r--r--community/gtkspell3/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD
index 35929803e..e66c20ba3 100644
--- a/community/gtkspell3/PKGBUILD
+++ b/community/gtkspell3/PKGBUILD
@@ -1,32 +1,30 @@
-# $Id: PKGBUILD 69145 2012-04-09 20:12:18Z bgyorgy $
+# $Id: PKGBUILD 87235 2013-03-28 21:25:14Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Ben <ben@benmazer.net>
pkgname=gtkspell3
-_pkgname=gtkspell
-pkgver=3.0.0.hg20110814
-_pkgver=3.0.0~hg20110814
+pkgver=3.0.2
pkgrel=1
url="http://gtkspell.sourceforge.net/"
pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gtk3' 'enchant')
-makedepends=('intltool')
+makedepends=('intltool' 'gobject-introspection' 'vala')
options=('!libtool')
-source=(http://pkgbuild.com/~bgyorgy/sources/${pkgname}_$_pkgver.orig.tar.gz)
-md5sums=('7cebcfa281f1f21fcb419f559a3e9e56')
+source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+md5sums=('5db501ead123ffbe8aad7d5f76c44c71')
build() {
- cd "$srcdir/$_pkgname-3.0.0+dev"
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --disable-static
make
}
package() {
- cd "$srcdir/$_pkgname-3.0.0+dev"
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}