[arch-commits] Commit in devhelp/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Aug 17 22:26:27 UTC 2021


    Date: Tuesday, August 17, 2021 @ 22:26:27
  Author: heftig
Revision: 422301

40.0-2: Find books generated with gi-docgen

Modified:
  devhelp/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-17 22:21:26 UTC (rev 422300)
+++ PKGBUILD	2021-08-17 22:26:27 UTC (rev 422301)
@@ -4,7 +4,7 @@
 
 pkgname=devhelp
 pkgver=40.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API documentation browser for GNOME"
 url="https://wiki.gnome.org/Apps/Devhelp"
 arch=(x86_64)
@@ -23,6 +23,9 @@
 
 prepare() {
   cd $pkgname
+
+  # Find books generated with gi-docgen
+  git cherry-pick -n 1da8190c1ce010d86c3ce2253513469d3abc4b9b
 }
 
 build() {
@@ -39,5 +42,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list