[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed May 4 13:51:44 UTC 2022


    Date: Wednesday, May 4, 2022 @ 13:51:44
  Author: heftig
Revision: 444617

42.1-2: FS#74638 Enable malcontent

Modified:
  gnome-control-center/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 13:37:24 UTC (rev 444616)
+++ PKGBUILD	2022-05-04 13:51:44 UTC (rev 444617)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-control-center
 pkgver=42.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center"
 license=(GPL2)
@@ -12,7 +12,7 @@
          gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas
          gtk4 libgtop libnma-gtk4 sound-theme-freedesktop upower libpwquality
          gnome-color-manager smbclient libmm-glib libgnomekbd libibus libgudev
-         bolt udisks2 libadwaita gsound colord-gtk4 gcr)
+         bolt udisks2 libadwaita gsound colord-gtk4 gcr malcontent)
 makedepends=(docbook-xsl modemmanager git python meson)
 checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
 optdepends=('system-config-printer: Printer settings'
@@ -47,7 +47,12 @@
 
 
 build() {
-  arch-meson $pkgname build -D documentation=true
+  local meson_options=(
+    -D documentation=true
+    -D malcontent=true
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
   meson compile -C build
 }
 



More information about the arch-commits mailing list