[arch-commits] Commit in gnome-user-docs/repos/testing-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Oct 2 20:35:23 UTC 2017


    Date: Monday, October 2, 2017 @ 20:35:19
  Author: heftig
Revision: 306599

archrelease: copy trunk to testing-any

Added:
  gnome-user-docs/repos/testing-any/PKGBUILD
    (from rev 306598, gnome-user-docs/trunk/PKGBUILD)
Deleted:
  gnome-user-docs/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 20:12:51 UTC (rev 306598)
+++ PKGBUILD	2017-10-02 20:35:19 UTC (rev 306599)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-user-docs
-pkgver=3.26.0+9+g4c151c16
-pkgrel=1
-pkgdesc="User documentation for GNOME"
-url="https://www.gnome.org/"
-arch=(any)
-license=(FDL)
-depends=(yelp)
-makedepends=(yelp-tools git gnome-common)
-groups=(gnome)
-_commit=4c151c16c46a159fdc40f4c2fd258a15683715b9  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-user-docs#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-# Fixup missing tag...
-  git rev-parse --verify -q 3.22.0 || git tag 3.22.0 01d8e67cc466c667e2f02f605999444a9c17e10c
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-user-docs/repos/testing-any/PKGBUILD (from rev 306598, gnome-user-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-02 20:35:19 UTC (rev 306599)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-user-docs
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+url="https://www.gnome.org/"
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git gnome-common)
+groups=(gnome)
+_commit=e1d8eae16b4a5caf0881f194cbec8f72e0ec6395  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-user-docs#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+# Fixup missing tag...
+  git rev-parse --verify -q 3.22.0 || git tag 3.22.0 01d8e67cc466c667e2f02f605999444a9c17e10c
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list