added more makedepends and optdeps

This commit is contained in:
icebal 2019-01-12 17:21:05 -06:00
parent a8c7e56571
commit f59c17b226
2 changed files with 8 additions and 6 deletions

View file

@ -1,16 +1,17 @@
pkgbase = tuned-git pkgbase = tuned-git
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
pkgver = 2.10.0.r75.g26db89d pkgver = 2.10.0.r75.g26db89d
pkgrel = 2 pkgrel = 3
url = https://github.com/redhat-performance/tuned url = https://github.com/redhat-performance/tuned
install = tuned.install install = tuned.install
arch = any arch = any
license = GPL license = GPL
makedepends = git makedepends = git
makedepends = desktop-file-utils
depends = ethtool depends = ethtool
depends = python-configobj depends = python-configobj
depends = python-pyudev depends = python-pyudev
depends = python-gobject2 depends = python-gobject
depends = python-decorator depends = python-decorator
depends = python-dbus depends = python-dbus
depends = python-schedutils depends = python-schedutils
@ -22,6 +23,7 @@ pkgbase = tuned-git
optdepends = virt-what optdepends = virt-what
optdepends = systemtap optdepends = systemtap
optdepends = python-dmidecode optdepends = python-dmidecode
optdepends = x86_energy_perf_policy
provides = tuned provides = tuned
backup = etc/tuned/active_profile backup = etc/tuned/active_profile
source = tuned-git::git://github.com/redhat-performance/tuned source = tuned-git::git://github.com/redhat-performance/tuned

View file

@ -3,14 +3,14 @@
pkgname=tuned-git pkgname=tuned-git
pkgver=2.10.0.r75.g26db89d pkgver=2.10.0.r75.g26db89d
pkgrel=2 pkgrel=3
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
arch=('any') arch=('any')
url='https://github.com/redhat-performance/tuned' url='https://github.com/redhat-performance/tuned'
license=('GPL') 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') 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') optdepends=('virt-what' 'systemtap' 'python-dmidecode' 'x86_energy_perf_policy')
makedepends=('git') makedepends=('git' 'desktop-file-utils')
provides=('tuned') provides=('tuned')
backup=('etc/tuned/active_profile') backup=('etc/tuned/active_profile')
install="${pkgname/-git}.install" install="${pkgname/-git}.install"