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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:31:54 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:31:53
  Author: ibiru
Revision: 138972

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

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

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

Copied: gtksourceview3/repos/testing-i686/PKGBUILD (from rev 138832, gtksourceview3/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-09-28 19:31:53 UTC (rev 138972)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.2.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' 'pkgconfig' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-${pkgver}.tar.xz)
+sha256sums=('63582fbb25eb756865bfdcc38b2839c80a6bd2388bba8c7edce09aef791c360e')
+
+build() {
+  cd "${srcdir}/$_pkgbasename-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/$_pkgbasename-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list