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

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


    Date: Monday, April 23, 2012 @ 05:06:09
  Author: ibiru
Revision: 156804

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

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

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-04-23 09:06:07 UTC (rev 156803)
+++ extra-any/PKGBUILD	2012-04-23 09:06:09 UTC (rev 156804)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-common
-pkgver=2.34.0
-pkgrel=2
-pkgdesc="Common development macros for GNOME2"
-arch=(any)
-license=('GPL')
-url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-common/repos/extra-any/PKGBUILD (from rev 156695, gnome-common/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-04-23 09:06:09 UTC (rev 156804)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.4.0.1
+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=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list