upgpkg: tuned-git 2.24.0.r6.g35eed3c-2: fix deps
See https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/merge_requests/1
This commit is contained in:
parent
318ee46d94
commit
f04419e279
2 changed files with 13 additions and 13 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,31 +1,31 @@
|
||||||
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.24.0.r6.g35eed3c
|
pkgver = 2.24.0.r6.g35eed3c
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/redhat-performance/tuned
|
url = https://github.com/redhat-performance/tuned
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-2.0-or-later
|
license = GPL-2.0-or-later
|
||||||
makedepends = desktop-file-utils
|
makedepends = desktop-file-utils
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = dbus-glib
|
|
||||||
depends = ethtool
|
depends = ethtool
|
||||||
depends = gawk
|
depends = gawk
|
||||||
depends = hdparm
|
depends = hdparm
|
||||||
depends = polkit
|
depends = polkit
|
||||||
|
depends = perf
|
||||||
depends = python-configobj
|
depends = python-configobj
|
||||||
depends = python-dbus
|
depends = python-dbus
|
||||||
depends = python-gobject
|
depends = python-gobject
|
||||||
depends = python-linux-procfs
|
depends = python-linux-procfs
|
||||||
depends = python-perf
|
|
||||||
depends = python-pyudev
|
depends = python-pyudev
|
||||||
source = git+https://github.com/redhat-performance/tuned.git
|
source = git+https://github.com/redhat-performance/tuned.git
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = tuned-git
|
pkgname = tuned-git
|
||||||
optdepends = virt-what: virtual machine detection
|
optdepends = virt-what: Virtual machine detection
|
||||||
optdepends = systemtap: detailed system monitoring
|
optdepends = systemtap: Detailed system monitoring
|
||||||
optdepends = tuned-ppd: power-profiles-daemon api translation
|
optdepends = tuned-ppd: power-profiles-daemon api translation
|
||||||
optdepends = wireless_tools: wireless device power management
|
optdepends = wireless_tools: Wireless device power management
|
||||||
|
optdepends = x86_energy_perf_policy: Energy Performance Bias (EPB) support
|
||||||
provides = tuned
|
provides = tuned
|
||||||
conflicts = tuned
|
conflicts = tuned
|
||||||
backup = etc/tuned/active_profile
|
backup = etc/tuned/active_profile
|
||||||
|
|
14
PKGBUILD
14
PKGBUILD
|
@ -8,14 +8,13 @@ _pkgbase=tuned
|
||||||
pkgbase="${_pkgbase}-git"
|
pkgbase="${_pkgbase}-git"
|
||||||
pkgname=("${_pkgbase}-git" "${_pkgbase}-ppd-git")
|
pkgname=("${_pkgbase}-git" "${_pkgbase}-ppd-git")
|
||||||
pkgver=2.24.0.r6.g35eed3c
|
pkgver=2.24.0.r6.g35eed3c
|
||||||
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/${_pkgbase}"
|
url="https://github.com/redhat-performance/${_pkgbase}"
|
||||||
license=('GPL-2.0-or-later')
|
license=('GPL-2.0-or-later')
|
||||||
depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj'
|
depends=('ethtool' 'gawk' 'hdparm' 'polkit' 'perf' 'python-configobj'
|
||||||
'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf'
|
'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-pyudev')
|
||||||
'python-pyudev')
|
|
||||||
makedepends=('desktop-file-utils' 'git')
|
makedepends=('desktop-file-utils' 'git')
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git")
|
||||||
sha512sums=('SKIP')
|
sha512sums=('SKIP')
|
||||||
|
@ -35,10 +34,11 @@ prepare() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_tuned-git() {
|
package_tuned-git() {
|
||||||
optdepends=('virt-what: virtual machine detection'
|
optdepends=('virt-what: Virtual machine detection'
|
||||||
'systemtap: detailed system monitoring'
|
'systemtap: Detailed system monitoring'
|
||||||
'tuned-ppd: power-profiles-daemon api translation'
|
'tuned-ppd: power-profiles-daemon api translation'
|
||||||
'wireless_tools: wireless device power management')
|
'wireless_tools: Wireless device power management'
|
||||||
|
'x86_energy_perf_policy: Energy Performance Bias (EPB) support')
|
||||||
provides=("${_pkgbase}")
|
provides=("${_pkgbase}")
|
||||||
conflicts=("${_pkgbase}")
|
conflicts=("${_pkgbase}")
|
||||||
backup=('etc/tuned/active_profile'
|
backup=('etc/tuned/active_profile'
|
||||||
|
|
Loading…
Reference in a new issue