fixed deps
This commit is contained in:
parent
a22a54b95a
commit
a8c7e56571
2 changed files with 13 additions and 8 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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 = v2.10.0.r40.gb9e1316
|
pkgver = 2.10.0.r75.g26db89d
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/redhat-performance/tuned
|
url = https://github.com/redhat-performance/tuned
|
||||||
install = tuned.install
|
install = tuned.install
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -13,9 +13,15 @@ pkgbase = tuned-git
|
||||||
depends = python-gobject2
|
depends = python-gobject2
|
||||||
depends = python-decorator
|
depends = python-decorator
|
||||||
depends = python-dbus
|
depends = python-dbus
|
||||||
depends = python-dmidecode
|
depends = python-schedutils
|
||||||
|
depends = python-linux-procfs
|
||||||
|
depends = python-perf
|
||||||
|
depends = hdparm
|
||||||
|
depends = polkit
|
||||||
|
depends = hicolor-icon-theme
|
||||||
optdepends = virt-what
|
optdepends = virt-what
|
||||||
optdepends = systemtap
|
optdepends = systemtap
|
||||||
|
optdepends = python-dmidecode
|
||||||
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
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -2,15 +2,14 @@
|
||||||
# Contributor: Tom < reztho at archlinux dot org >
|
# Contributor: Tom < reztho at archlinux dot org >
|
||||||
|
|
||||||
pkgname=tuned-git
|
pkgname=tuned-git
|
||||||
pkgver=v2.10.0.r40.gb9e1316
|
pkgver=2.10.0.r75.g26db89d
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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'
|
depends=('ethtool' 'python-configobj' 'python-pyudev' 'python-gobject2' 'python-decorator' 'python-dbus' 'python-schedutils' 'python-linux-procfs' 'python-perf' 'hdparm' 'polkit' 'hicolor-icon-theme')
|
||||||
'python-decorator' 'python-dbus' 'python-dmidecode')
|
optdepends=('virt-what' 'systemtap' 'python-dmidecode')
|
||||||
optdepends=('virt-what' 'systemtap')
|
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
provides=('tuned')
|
provides=('tuned')
|
||||||
backup=('etc/tuned/active_profile')
|
backup=('etc/tuned/active_profile')
|
||||||
|
|
Loading…
Reference in a new issue