summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2020-11-05 14:09:40 +0100
committerPellegrino Prevete2020-11-05 14:09:40 +0100
commit2b1fd1bdb60e19c622ec58b18978285d7f6e3df8 (patch)
tree4df2b020ffcdd6325a95de614d679d6082ffa9e8
parent044345f55c1dc495245045e359262f69575ddf08 (diff)
downloadaur-2b1fd1bdb60e19c622ec58b18978285d7f6e3df8.tar.gz
add optional dependency on power-profiles-daemon
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d389e4011c..1ba69535d95c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-control-center-git
pkgdesc = GNOME's main interface to configure various aspects of the desktop
pkgver = 3.35.91+3+ga80bbdf1a
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GNOME/gnome-control-center
arch = x86_64
groups = gnome
@@ -39,6 +39,7 @@ pkgbase = gnome-control-center-git
optdepends = rygel: media sharing
optdepends = vino: screen sharing
optdepends = openssh: remote login
+ optdepends = power-profiles-daemon: power profiles support
provides = gnome-control-center
conflicts = gnome-control-center
source = git+https://gitlab.gnome.org/GNOME/gnome-control-center.git
diff --git a/PKGBUILD b/PKGBUILD
index 127962da4ec1..2198991cf3b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-control-center-git
pkgver=3.35.91+3+ga80bbdf1a
-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)
@@ -20,7 +20,8 @@ optdepends=('system-config-printer: Printer settings'
'gnome-user-share: Bluetooth and WebDAV file sharing'
'rygel: media sharing'
'vino: screen sharing'
- 'openssh: remote login')
+ 'openssh: remote login'
+ 'power-profiles-daemon: power profiles support')
groups=(gnome)
source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")