[arch-commits] Commit in gtksourceview3/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:34:42 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:34:42
  Author: heftig
Revision: 155173

db-move: moved gtksourceview3 from [gnome-unstable] to [testing] (i686)

Added:
  gtksourceview3/repos/testing-i686/
  gtksourceview3/repos/testing-i686/PKGBUILD
    (from rev 155005, gtksourceview3/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  gtksourceview3/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: gtksourceview3/repos/testing-i686/PKGBUILD (from rev 155005, gtksourceview3/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:34:42 UTC (rev 155173)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+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)
+sha256sums=('a380b0aaace095568a5b485dd479b61f61f77941d0c02a00246ad4dfe956b655')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --enable-glade-catalog
+  make
+}
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list