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

Jan Steffens heftig at gemini.archlinux.org
Fri Dec 3 21:57:15 UTC 2021


    Date: Friday, December 3, 2021 @ 21:57:15
  Author: heftig
Revision: 430663

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 21:57:14 UTC (rev 430662)
+++ PKGBUILD	2021-12-03 21:57:15 UTC (rev 430663)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp
-pkgver=41.1
-pkgrel=1
-pkgdesc="Get help with GNOME"
-url="https://wiki.gnome.org/Apps/Yelp"
-license=(GPL)
-arch=(x86_64)
-depends=(webkit2gtk-4.1 yelp-xsl libxslt xz bzip2)
-makedepends=(gtk-doc itstool autoconf-archive git appstream-glib)
-groups=(gnome)
-_commit=29b1db90c2ca491b95bae07f9a3a7d3b609eed4f  # tags/41.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
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp/repos/extra-x86_64/PKGBUILD (from rev 430661, yelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 21:57:15 UTC (rev 430663)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp
+pkgver=41.2
+pkgrel=1
+pkgdesc="Get help with GNOME"
+url="https://wiki.gnome.org/Apps/Yelp"
+license=(GPL)
+arch=(x86_64)
+depends=(webkit2gtk-4.1 yelp-xsl libxslt xz bzip2)
+makedepends=(gtk-doc itstool autoconf-archive git appstream-glib)
+groups=(gnome)
+_commit=72d73437a3d444739d722e580153f2dd8ee50f1d  # tags/41.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
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list