[arch-commits] Commit in yelp/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Apr 10 09:25:36 UTC 2018


    Date: Tuesday, April 10, 2018 @ 09:25:35
  Author: heftig
Revision: 321451

archrelease: copy trunk to extra-x86_64

Added:
  yelp/repos/extra-x86_64/PKGBUILD
    (from rev 321450, yelp/trunk/PKGBUILD)
Deleted:
  yelp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-10 09:25:09 UTC (rev 321450)
+++ PKGBUILD	2018-04-10 09:25:35 UTC (rev 321451)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Get help with GNOME"
-url="https://wiki.gnome.org/Apps/Yelp"
-license=(GPL)
-arch=(x86_64)
-depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
-makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb)
-groups=(gnome)
-_commit=eb2e56bdf28c494558f80bee48b2c8acd5b00607  # tags/3.28.0^0
-source=("git://git.gnome.org/yelp#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Fixup missing tag for pkgver()
-  git tag -f 3.26.0 f88de1d05ad1a7c04e47674e5ba56f2e83da16a5
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  # Documentation generation segfaults without X11
-  xvfb-run -a -n 81 -s "-extension GLX -screen 0 1280x1024x24" make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp/repos/extra-x86_64/PKGBUILD (from rev 321450, yelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-10 09:25:35 UTC (rev 321451)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="Get help with GNOME"
+url="https://wiki.gnome.org/Apps/Yelp"
+license=(GPL)
+arch=(x86_64)
+depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
+makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb appstream-glib)
+groups=(gnome)
+_commit=fa41803996924b6f216aa205a1a0cd993f81d80e  # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/yelp#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 \
+    --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  # Documentation generation segfaults without X11
+  xvfb-run -a -n 81 -s "-extension GLX -screen 0 1280x1024x24" make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list