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

Jan Steffens heftig at archlinux.org
Tue May 7 20:44:32 UTC 2019


    Date: Tuesday, May 7, 2019 @ 20:44:32
  Author: heftig
Revision: 352741

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-07 20:44:20 UTC (rev 352740)
+++ PKGBUILD	2019-05-07 20:44:32 UTC (rev 352741)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp
-pkgver=3.32.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=fdbc643201bea96f28582126da32c491f3c5d852  # tags/3.32.1^0
-source=("git+https://gitlab.gnome.org/GNOME/yelp.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 \
-    --disable-static --enable-gtk-doc --enable-compile-warnings=minimum
-  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 352740, yelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-07 20:44:32 UTC (rev 352741)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp
+pkgver=3.32.2
+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=28a100d7a7b0d93859657aafa2cdac434722bfde  # tags/3.32.2^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp.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 \
+    --disable-static --enable-gtk-doc --enable-compile-warnings=minimum
+  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