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

Jan Steffens heftig at archlinux.org
Thu Sep 24 20:45:47 UTC 2015


    Date: Thursday, September 24, 2015 @ 22:45:47
  Author: heftig
Revision: 247314

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-common/repos/gnome-unstable-any/
  gnome-common/repos/gnome-unstable-any/PKGBUILD
    (from rev 247313, gnome-common/trunk/PKGBUILD)

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

Copied: gnome-common/repos/gnome-unstable-any/PKGBUILD (from rev 247313, gnome-common/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2015-09-24 20:45:47 UTC (rev 247314)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Common development macros for GNOME"
+arch=(any)
+depends=(sh autoconf-archive intltool yelp-tools gtk-doc)
+license=(GPL)
+url="http://www.gnome.org"
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-autoconf-archive
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list