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

Jan Steffens heftig at gemini.archlinux.org
Thu Aug 26 14:09:09 UTC 2021


    Date: Thursday, August 26, 2021 @ 14:09:09
  Author: heftig
Revision: 422572

archrelease: copy trunk to extra-x86_64

Added:
  devhelp/repos/extra-x86_64/PKGBUILD
    (from rev 422571, devhelp/trunk/PKGBUILD)
Deleted:
  devhelp/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 14:08:55 UTC (rev 422571)
+++ PKGBUILD	2021-08-26 14:09:09 UTC (rev 422572)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgname=devhelp
-pkgver=40.0
-pkgrel=2
-pkgdesc="API documentation browser for GNOME"
-url="https://wiki.gnome.org/Apps/Devhelp"
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk amtk)
-makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
-groups=(gnome-extra)
-_commit=0db498d2b95c6efb739b9372fd3f5803d3851e9e  # tags/40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/\.alpha/alpha/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Find books generated with gi-docgen
-  git cherry-pick -n 1da8190c1ce010d86c3ce2253513469d3abc4b9b
-}
-
-build() {
-  arch-meson $pkgname build \
-    -D gtk_doc=true \
-    -D plugin_emacs=true \
-    -D plugin_gedit=true \
-    -D plugin_vim=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: devhelp/repos/extra-x86_64/PKGBUILD (from rev 422571, devhelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-26 14:09:09 UTC (rev 422572)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=devhelp
+pkgver=40.1
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+url="https://wiki.gnome.org/Apps/Devhelp"
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk amtk)
+makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
+groups=(gnome-extra)
+_commit=ebea24b7e37ecfad64c380887f5e85674494d236  # tags/40.1^0
+source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/\.alpha/alpha/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Find books generated with gi-docgen
+  git cherry-pick -n 1da8190c1ce010d86c3ce2253513469d3abc4b9b
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D gtk_doc=true \
+    -D plugin_emacs=true \
+    -D plugin_gedit=true \
+    -D plugin_vim=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list