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

Jan Steffens heftig at archlinux.org
Fri Apr 9 15:49:15 UTC 2021


    Date: Friday, April 9, 2021 @ 15:49:15
  Author: heftig
Revision: 412041

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-09 15:49:05 UTC (rev 412040)
+++ PKGBUILD	2021-04-09 15:49:15 UTC (rev 412041)
@@ -1,39 +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=3.38.1
-pkgrel=1
-pkgdesc="API documentation browser for GNOME"
-arch=(x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Devhelp"
-depends=(webkit2gtk amtk)
-makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
-groups=(gnome-extra)
-_commit=4f6fcbcd4e0a5a34d29755d28e82668e47a25c27  # tags/3.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: devhelp/repos/extra-x86_64/PKGBUILD (from rev 412040, devhelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-09 15:49:15 UTC (rev 412041)
@@ -0,0 +1,43 @@
+# 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=40alpha+34+g51050ccc
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Devhelp"
+depends=(webkit2gtk amtk)
+makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
+groups=(gnome-extra)
+_commit=51050ccc2125feb48164fb17cabd6647f11da92f  # master
+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
+}
+
+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() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list