summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortioguda2019-06-27 21:55:34 -0300
committertioguda2019-06-27 21:55:34 -0300
commit5063c3bb9e862d96dd336c316debbf7c12e092bc (patch)
treef229e52b6e5ed5b801a487cfe36789e05e5dbab6
parent460ddb85d0cfaca7062c240a181ee4d2b34700e8 (diff)
downloadaur-5063c3bb9e862d96dd336c316debbf7c12e092bc.tar.gz
Add xorg-xdpyinfo as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad154c8b00a2..0b614aafd042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slimbookbattery
pkgdesc = Slimbook Battery. Is a battery optimization application for portable devices that can increase the battery life by 50%. For this purpose, the third-party software (TLP and others) is used to manage and configure the system resources.
pkgver = 3.9beta
- pkgrel = 1
+ pkgrel = 2
url = http://slimbook.es
install = slimbookbattery.install
arch = any
@@ -21,6 +21,7 @@ pkgbase = slimbookbattery
depends = python-pillow
depends = tlp
depends = tlp-rdw
+ depends = xorg-xdpyinfo
optdepends = gnome-shell-extension-appindicator: Integrates AppIndicators into GNOME Shell
options = !strip
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index d1add3a9360a..a1c36192d313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=slimbookbattery
pkgver=3.9beta
-pkgrel=1
+pkgrel=2
pkgdesc="Slimbook Battery. Is a battery optimization application for portable devices that can increase the battery life by 50%. For this purpose, the third-party software (TLP and others) is used to manage and configure the system resources."
arch=('any')
url="http://slimbook.es"
license=('Creative Commons BY-NC-ND 3.0')
groups=()
-depends=('bash-completion' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gobject-introspection-runtime' 'hicolor-icon-theme' 'libappindicator-gtk2' 'libappindicator-gtk3' 'libnotify' 'python' 'python-dbus' 'python-gobject' 'python-pillow' 'tlp' 'tlp-rdw')
+depends=('bash-completion' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gobject-introspection-runtime' 'hicolor-icon-theme' 'libappindicator-gtk2' 'libappindicator-gtk3' 'libnotify' 'python' 'python-dbus' 'python-gobject' 'python-pillow' 'tlp' 'tlp-rdw' 'xorg-xdpyinfo')
optdepends=('gnome-shell-extension-appindicator: Integrates AppIndicators into GNOME Shell')
backup=('etc/systemd/system/suspend-sedation.service')
options=('!strip' '!emptydirs')