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

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:10:51 UTC 2012


    Date: Monday, April 23, 2012 @ 05:10:51
  Author: ibiru
Revision: 156996

db-move: moved vala from [testing] to [extra] (x86_64)

Added:
  vala/repos/extra-x86_64/PKGBUILD
    (from rev 156695, vala/repos/testing-x86_64/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD
  vala/repos/testing-x86_64/

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-23 09:10:50 UTC (rev 156995)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:10:51 UTC (rev 156996)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Timm Preetz <timm at preetz.us>
-
-pkgname=vala
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Vala"
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('807e6978484f66cab3cf4fefd72f37a4293d2831d7a5fd29119bdf9d38a5b3d0')
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-    ./configure --prefix=/usr --enable-vapigen
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 156695, vala/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:10:51 UTC (rev 156996)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+
+pkgname=vala
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Vala"
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3adb37aa2b35e2e2daed47552e85dbcbf752c0f7768b269d856993620073a657')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr --enable-vapigen
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list