Add dbus-glib dependency
This commit is contained in:
parent
eef28bd77e
commit
5a9b3b7e3b
2 changed files with 3 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Tue Jan 26 12:06:30 UTC 2016
|
# Wed Jul 13 19:39:08 UTC 2016
|
||||||
pkgbase = tuned
|
pkgbase = tuned
|
||||||
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.6.0
|
pkgver = 2.6.0
|
||||||
|
@ -16,6 +16,7 @@ pkgbase = tuned
|
||||||
depends = python2-decorator
|
depends = python2-decorator
|
||||||
depends = python2-dbus
|
depends = python2-dbus
|
||||||
depends = python2-gobject
|
depends = python2-gobject
|
||||||
|
depends = dbus-glib
|
||||||
optdepends = virt-what
|
optdepends = virt-what
|
||||||
optdepends = systemtap
|
optdepends = systemtap
|
||||||
provides = tuned
|
provides = tuned
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ pkgdesc='Daemon that performs monitoring and adaptive configuration of devices i
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://fedorahosted.org/tuned/'
|
url='https://fedorahosted.org/tuned/'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject')
|
depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib')
|
||||||
optdepends=('virt-what' 'systemtap')
|
optdepends=('virt-what' 'systemtap')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
provides=('tuned')
|
provides=('tuned')
|
||||||
|
|
Loading…
Reference in a new issue