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

Jan de Groot jgc at archlinux.org
Sun May 21 21:20:13 UTC 2017


    Date: Sunday, May 21, 2017 @ 21:20:13
  Author: jgc
Revision: 296388

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-21 21:20:08 UTC (rev 296387)
+++ PKGBUILD	2017-05-21 21:20:13 UTC (rev 296388)
@@ -1,24 +0,0 @@
-# $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
-}

Copied: gnome-common/repos/extra-any/PKGBUILD (from rev 296387, gnome-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-21 21:20:13 UTC (rev 296388)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.18.0
+pkgrel=2
+pkgdesc="Common development macros for GNOME"
+arch=(any)
+depends=(sh autoconf-archive intltool yelp-tools gtk-doc)
+license=(GPL)
+url="https://www.gnome.org"
+source=(https://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