[arch-commits] Commit in gnome-common/repos/extra-any (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Apr 29 10:29:44 UTC 2015


    Date: Wednesday, April 29, 2015 @ 12:29:44
  Author: jgc
Revision: 238249

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-29 10:29:38 UTC (rev 238248)
+++ PKGBUILD	2015-04-29 10:29:44 UTC (rev 238249)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-common
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Common development macros for GNOME"
-arch=(any)
-depends=('sh')
-license=('GPL')
-url="http://www.gnome.org"
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c')
-
-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 238248, gnome-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-29 10:29:44 UTC (rev 238249)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.14.0
+pkgrel=2
+pkgdesc="Common development macros for GNOME"
+arch=(any)
+depends=('sh' 'autoconf-archive')
+license=('GPL')
+url="http://www.gnome.org"
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/aclocal/ax_*
+}



More information about the arch-commits mailing list