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
|
||||
# Tue Jan 26 12:06:30 UTC 2016
|
||||
# Wed Jul 13 19:39:08 UTC 2016
|
||||
pkgbase = tuned
|
||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||
pkgver = 2.6.0
|
||||
|
@ -16,6 +16,7 @@ pkgbase = tuned
|
|||
depends = python2-decorator
|
||||
depends = python2-dbus
|
||||
depends = python2-gobject
|
||||
depends = dbus-glib
|
||||
optdepends = virt-what
|
||||
optdepends = systemtap
|
||||
provides = tuned
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ pkgdesc='Daemon that performs monitoring and adaptive configuration of devices i
|
|||
arch=('any')
|
||||
url='https://fedorahosted.org/tuned/'
|
||||
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')
|
||||
makedepends=('git')
|
||||
provides=('tuned')
|
||||
|
|
Loading…
Reference in a new issue