[arch-commits] Commit in gnome-common/repos/extra-any (PKGBUILD PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sun Apr 29 21:33:25 UTC 2012
Date: Sunday, April 29, 2012 @ 17:33:25
Author: ibiru
Revision: 157808
archrelease: copy trunk to extra-any
Added:
gnome-common/repos/extra-any/PKGBUILD
(from rev 157807, gnome-common/trunk/PKGBUILD)
Deleted:
gnome-common/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 49 ++++++++++++++++++++++++++-----------------------
1 file changed, 26 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-29 21:32:28 UTC (rev 157807)
+++ PKGBUILD 2012-04-29 21:33:25 UTC (rev 157808)
@@ -1,23 +0,0 @@
-# $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
-}
Copied: gnome-common/repos/extra-any/PKGBUILD (from rev 157807, gnome-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-04-29 21:33:25 UTC (rev 157808)
@@ -0,0 +1,26 @@
+# $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
+}
More information about the arch-commits
mailing list