Skip to content

Commit

Permalink
pkg: phosh: gnome-control-center-mobile: power-profiles-daemon -> optdep
Browse files Browse the repository at this point in the history
It was moved to optdep in the main Arch package [1]. The change here
keeps the PKGBUILD more consistent with the main Arch one.

The change also allows a user to install tlp for power management. It
wasn't possible before since tlp and power-profiles-daemon conflict with
each other.

[1] archlinux/svntogit-packages@d8fc51d
  • Loading branch information
bobjrsenior authored and Danct12 committed Mar 12, 2022
1 parent f9c6be4 commit a2348e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PKGBUILDS/phosh/gnome-control-center-mobile/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_pkgname=gnome-control-center
pkgname=gnome-control-center-mobile
pkgver=41.4
pkgrel=1
pkgrel=2
pkgdesc="GNOME's main interface to configure various aspects of the desktop - Purism fork"
url="https://source.puri.sm/Librem5/gnome-control-center"
license=(GPL2)
Expand All @@ -14,14 +14,15 @@ depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas gtk3
libgtop nm-connection-editor sound-theme-freedesktop upower libpwquality
gnome-color-manager smbclient libmm-glib libgnomekbd libibus
libgudev bolt udisks2 libhandy gsound colord-gtk modemmanager power-profiles-daemon)
libgudev bolt udisks2 libhandy gsound colord-gtk modemmanager)
makedepends=(docbook-xsl git python meson)
checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
optdepends=('system-config-printer: Printer settings'
'gnome-user-share: WebDAV file sharing'
'gnome-remote-desktop: screen sharing'
'rygel: media sharing'
'openssh: remote login')
'openssh: remote login'
'power-profiles-daemon: Power profiles support')
provides=(gnome-control-center)
conflicts=(gnome-control-center)
_commit=d08fac3f0be63f0a4c65d26f47d3b77f8738cfab # tags/41.4^0
Expand Down

0 comments on commit a2348e4

Please sign in to comment.