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

Jan Steffens heftig at gemini.archlinux.org
Mon Aug 29 16:20:14 UTC 2022


    Date: Monday, August 29, 2022 @ 16:20:13
  Author: heftig
Revision: 454698

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 16:19:31 UTC (rev 454697)
+++ PKGBUILD	2022-08-29 16:20:13 UTC (rev 454698)
@@ -1,58 +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>
-
-pkgbase=devhelp
-pkgname=(devhelp devhelp-docs)
-pkgver=41.2+r48+g14272cae
-pkgrel=1
-pkgdesc="API documentation browser for GNOME"
-url="https://wiki.gnome.org/Apps/Devhelp"
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk)
-makedepends=(git appstream-glib gobject-introspection meson yelp-tools
-             gi-docgen)
-options=(debug)
-_commit=14272caec5175cacba4a044f4cacd591c0db8351  # main
-source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd devhelp
-  git describe --tags | sed 's/\.alpha/alpha/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd devhelp
-}
-
-build() {
-  arch-meson devhelp 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_devhelp() {
-  groups=(gnome-extra)
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split -docs
-  mkdir -p docs/usr/share
-  mv -t docs/usr/share "$pkgdir"/usr/share/doc
-}
-
-package_devhelp-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv -t "$pkgdir" docs/*
-}

Copied: devhelp/repos/extra-x86_64/PKGBUILD (from rev 454697, devhelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 16:20:13 UTC (rev 454698)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgbase=devhelp
+pkgname=(devhelp devhelp-docs)
+pkgver=41.3
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+url="https://wiki.gnome.org/Apps/Devhelp"
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk)
+makedepends=(git appstream-glib gobject-introspection meson yelp-tools
+             gi-docgen)
+options=(debug)
+_commit=f3a08affbfe5033db8d8cb4668a2436958c68157  # tags/41.3^0
+source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd devhelp
+  git describe --tags | sed 's/\.alpha/alpha/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd devhelp
+}
+
+build() {
+  arch-meson devhelp 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_devhelp() {
+  groups=(gnome-extra)
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/doc
+}
+
+package_devhelp-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv -t "$pkgdir" docs/*
+}



More information about the arch-commits mailing list