summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoricebal2019-01-12 17:21:05 -0600
committericebal2019-01-12 17:21:05 -0600
commitf59c17b2265f7ff28e6e032a4bf0ecaaf1ff0dde (patch)
treee9c6a2d33329d771f0475b6bcf8f15bd06598883
parenta8c7e56571abcc7559acdce47cb33324114753dd (diff)
downloadaur-f59c17b2265f7ff28e6e032a4bf0ecaaf1ff0dde.tar.gz
added more makedepends and optdeps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b6b1b7c77b..73ebdde6256a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = tuned-git
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
pkgver = 2.10.0.r75.g26db89d
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/redhat-performance/tuned
install = tuned.install
arch = any
license = GPL
makedepends = git
+ makedepends = desktop-file-utils
depends = ethtool
depends = python-configobj
depends = python-pyudev
- depends = python-gobject2
+ depends = python-gobject
depends = python-decorator
depends = python-dbus
depends = python-schedutils
@@ -22,6 +23,7 @@ pkgbase = tuned-git
optdepends = virt-what
optdepends = systemtap
optdepends = python-dmidecode
+ optdepends = x86_energy_perf_policy
provides = tuned
backup = etc/tuned/active_profile
source = tuned-git::git://github.com/redhat-performance/tuned
diff --git a/PKGBUILD b/PKGBUILD
index 26e5b275923c..85b1a0866eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=tuned-git
pkgver=2.10.0.r75.g26db89d
-pkgrel=2
+pkgrel=3
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
arch=('any')
url='https://github.com/redhat-performance/tuned'
license=('GPL')
-depends=('ethtool' 'python-configobj' 'python-pyudev' 'python-gobject2' 'python-decorator' 'python-dbus' 'python-schedutils' 'python-linux-procfs' 'python-perf' 'hdparm' 'polkit' 'hicolor-icon-theme')
-optdepends=('virt-what' 'systemtap' 'python-dmidecode')
-makedepends=('git')
+depends=('ethtool' 'python-configobj' 'python-pyudev' 'python-gobject' 'python-decorator' 'python-dbus' 'python-schedutils' 'python-linux-procfs' 'python-perf' 'hdparm' 'polkit' 'hicolor-icon-theme')
+optdepends=('virt-what' 'systemtap' 'python-dmidecode' 'x86_energy_perf_policy')
+makedepends=('git' 'desktop-file-utils')
provides=('tuned')
backup=('etc/tuned/active_profile')
install="${pkgname/-git}.install"