Date: Friday, April 9, 2021 @ 15:49:05 Author: heftig Revision: 412040
40alpha+34+g51050ccc-1 Modified: devhelp/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-09 15:47:16 UTC (rev 412039) +++ PKGBUILD 2021-04-09 15:49:05 UTC (rev 412040) @@ -3,7 +3,7 @@ # Contributor: Link Dupont <[email protected]> pkgname=devhelp -pkgver=3.38.1 +pkgver=40alpha+34+g51050ccc pkgrel=1 pkgdesc="API documentation browser for GNOME" arch=(x86_64) @@ -12,13 +12,13 @@ depends=(webkit2gtk amtk) makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools) groups=(gnome-extra) -_commit=4f6fcbcd4e0a5a34d29755d28e82668e47a25c27 # tags/3.38.1^0 +_commit=51050ccc2125feb48164fb17cabd6647f11da92f # master source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/\.alpha/alpha/;s/-/+/g' } prepare() { @@ -26,7 +26,11 @@ } build() { - arch-meson $pkgname build -D gtk_doc=true + arch-meson $pkgname build \ + -D gtk_doc=true \ + -D plugin_emacs=true \ + -D plugin_gedit=true \ + -D plugin_vim=true meson compile -C build }
