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

Jan Steffens heftig at archlinux.org
Tue Oct 30 22:33:45 UTC 2012


    Date: Tuesday, October 30, 2012 @ 18:33:44
  Author: heftig
Revision: 169890

db-move: moved gnome-common from [testing] to [extra] (any)

Added:
  gnome-common/repos/extra-any/PKGBUILD
    (from rev 169886, gnome-common/repos/testing-any/PKGBUILD)
Deleted:
  gnome-common/repos/extra-any/PKGBUILD
  gnome-common/repos/testing-any/

----------+
 PKGBUILD |   49 +++++++++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 26 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-10-30 22:33:42 UTC (rev 169889)
+++ extra-any/PKGBUILD	2012-10-30 22:33:44 UTC (rev 169890)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-common
-pkgver=3.4.0.1
-pkgrel=2
-pkgdesc="Common development macros for GNOME"
-arch=(any)
-license=('GPL')
-url="http://www.gnome.org"
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
-        automake1.12.patch::http://git.gnome.org/browse/gnome-common/patch/?id=1fed4ee7015b89a1ac4c4a535aeb753e820e4970)
-sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7'
-            '78081e33a0091bfb4531e723fcd6b28219c1c94173aea9071ecb5fe6da9066ab')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i "$srcdir/automake1.12.patch"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-common/repos/extra-any/PKGBUILD (from rev 169886, gnome-common/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-10-30 22:33:44 UTC (rev 169890)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Common development macros for GNOME"
+arch=(any)
+license=('GPL')
+url="http://www.gnome.org"
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list