Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
42.1-2: FS#74638 Enable malcontent
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@444617 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
heftig authored and svntogit committed May 4, 2022
1 parent 39407b0 commit 3d40fd3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -12,7 +12,7 @@ depends=(accountsservice cups-pk-helper gnome-bluetooth-3.0 gnome-desktop-4
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'
Expand Down Expand Up @@ -47,7 +47,12 @@ prepare() {


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
}

Expand Down

0 comments on commit 3d40fd3

Please sign in to comment.