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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:56:39 UTC 2014


    Date: Friday, September 26, 2014 @ 12:56:39
  Author: jgc
Revision: 223123

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

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

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

Copied: gnome-common/repos/testing-any/PKGBUILD (from rev 223030, gnome-common/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2014-09-26 10:56:39 UTC (rev 223123)
@@ -0,0 +1,24 @@
+# $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
+}




More information about the arch-commits mailing list