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

Jan Steffens heftig at archlinux.org
Mon Apr 9 19:52:25 UTC 2018


    Date: Monday, April 9, 2018 @ 19:52:24
  Author: heftig
Revision: 321411

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-09 19:50:26 UTC (rev 321410)
+++ PKGBUILD	2018-04-09 19:52:24 UTC (rev 321411)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-user-docs
-pkgver=3.28.0
-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=49a09aa9a5b4d5c5cf4e41ff3a0b7fb4f42c331b  # tags/3.28.0^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
-}

Copied: gnome-user-docs/repos/extra-any/PKGBUILD (from rev 321410, gnome-user-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-09 19:52:24 UTC (rev 321411)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-user-docs
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-user-docs"
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git gnome-common)
+groups=(gnome)
+_commit=6bcfe31234f45289cfa256c0a963299d10ae04e7  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  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