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

Jan Steffens heftig at gemini.archlinux.org
Sun Feb 20 20:29:39 UTC 2022


    Date: Sunday, February 20, 2022 @ 20:29:38
  Author: heftig
Revision: 437818

0.10.3-2: FS#73879 fix build

Modified:
  malcontent/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 20:29:22 UTC (rev 437817)
+++ PKGBUILD	2022-02-20 20:29:38 UTC (rev 437818)
@@ -2,7 +2,7 @@
 
 pkgname=malcontent
 pkgver=0.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Parental control support for applications"
 url="https://gitlab.freedesktop.org/pwithnall/malcontent"
 license=(LGPL2.1)
@@ -21,6 +21,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Fix build with Meson 0.61
+  # https://bugs.archlinux.org/task/73879
+  git cherry-pick -n f433aaf8c8f82f0aeaedee664f08bc6fcad47b0d
 }
 
 build() {



More information about the arch-commits mailing list