summaryrefslogtreecommitdiff
path: root/extra/gtksourceview3
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 21:39:50 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 21:39:50 -0300
commit9e2eedaa4921b8d57c364fb3e2a8c9e2e96b8e69 (patch)
tree1f5ef1cf64d8477147f581592b19c94bcaafd917 /extra/gtksourceview3
parent2bd8076ad5b2278e808a796d572bb99a7fccf52a (diff)
parent85828cc2c2c3ef5c0b9b03388b9323d3d163b389 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/gcc/PKGBUILD core/glibc/PKGBUILD core/linux-api-headers/PKGBUILD extra/avidemux/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/qimageblitz/PKGBUILD extra/valgrind/PKGBUILD libre/linux-libre/PKGBUILD multilib/binutils-multilib/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/lib32-glibc/PKGBUILD staging/kdeutils/PKGBUILD
Diffstat (limited to 'extra/gtksourceview3')
-rw-r--r--extra/gtksourceview3/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/extra/gtksourceview3/PKGBUILD b/extra/gtksourceview3/PKGBUILD
index 03c3c7c0f..a26d5b923 100644
--- a/extra/gtksourceview3/PKGBUILD
+++ b/extra/gtksourceview3/PKGBUILD
@@ -1,28 +1,29 @@
-# $Id: PKGBUILD 141679 2011-11-02 07:51:31Z ibiru $
+# $Id: PKGBUILD 145888 2012-01-03 19:46:57Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gtksourceview3
_pkgbasename=gtksourceview
pkgver=3.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'glade')
options=('!libtool')
url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
sha256sums=('73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947')
build() {
- cd "${srcdir}/$_pkgbasename-${pkgver}"
+ cd "$srcdir/$_pkgbasename-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static
+ --localstatedir=/var --disable-static \
+ --enable-glade-catalog
make
}
package() {
- cd "${srcdir}/$_pkgbasename-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd "$srcdir/$_pkgbasename-$pkgver"
+ make DESTDIR="$pkgdir" install
}