[arch-commits] Commit in gtksourceview2 (gnome-unstable trunk/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Oct 11 21:31:55 UTC 2009
Date: Sunday, October 11, 2009 @ 17:31:55
Author: jgc
Revision: 55031
Merge gnome-unstable
Modified:
gtksourceview2/trunk/PKGBUILD
Deleted:
gtksourceview2/gnome-unstable/
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-10-11 21:31:21 UTC (rev 55030)
+++ trunk/PKGBUILD 2009-10-11 21:31:55 UTC (rev 55031)
@@ -2,22 +2,22 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gtksourceview2
-pkgver=2.6.2
+pkgver=2.8.1
pkgrel=1
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
arch=(i686 x86_64)
license=('GPL')
-depends=('gtk2>=2.16.1' 'libxml2>=2.7.3')
+depends=('gtk2>=2.18.0' 'libxml2>=2.7.3')
makedepends=('intltool' 'pkgconfig')
options=('!libtool')
url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.6/gtksourceview-${pkgver}.tar.bz2)
-md5sums=('5f94a7c9e31f81b4a1780a3a83df6413')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.8/gtksourceview-${pkgver}.tar.bz2)
+sha256sums=('e67e8222675228a7cc1ef7da0a3367f3d67d2a0ca2eb50e668e48caf116f390a')
build() {
cd "${srcdir}/gtksourceview-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static || return 1
+ --localstatedir=/var --disable-static || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list