[arch-commits] Commit in devhelp/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Apr 12 19:26:21 UTC 2021
Date: Monday, April 12, 2021 @ 19:26:20
Author: heftig
Revision: 412377
archrelease: copy trunk to extra-x86_64
Added:
devhelp/repos/extra-x86_64/PKGBUILD
(from rev 412375, devhelp/trunk/PKGBUILD)
Deleted:
devhelp/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-12 19:26:20 UTC (rev 412376)
+++ PKGBUILD 2021-04-12 19:26:20 UTC (rev 412377)
@@ -1,43 +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=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
-}
Copied: devhelp/repos/extra-x86_64/PKGBUILD (from rev 412375, devhelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-12 19:26:20 UTC (rev 412377)
@@ -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=40.0
+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=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
+}
+
+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