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:
Manuel 2024-10-22 23:24:13 +02:00
parent 318ee46d94
commit f04419e279
2 changed files with 13 additions and 13 deletions

View file

@ -1,31 +1,31 @@
pkgbase = tuned-git
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
pkgver = 2.24.0.r6.g35eed3c
pkgrel = 1
pkgrel = 2
url = https://github.com/redhat-performance/tuned
arch = any
license = GPL-2.0-or-later
makedepends = desktop-file-utils
makedepends = git
depends = dbus-glib
depends = ethtool
depends = gawk
depends = hdparm
depends = polkit
depends = perf
depends = python-configobj
depends = python-dbus
depends = python-gobject
depends = python-linux-procfs
depends = python-perf
depends = python-pyudev
source = git+https://github.com/redhat-performance/tuned.git
sha512sums = SKIP
pkgname = tuned-git
optdepends = virt-what: virtual machine detection
optdepends = systemtap: detailed system monitoring
optdepends = virt-what: Virtual machine detection
optdepends = systemtap: Detailed system monitoring
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
conflicts = tuned
backup = etc/tuned/active_profile

View file

@ -8,14 +8,13 @@ _pkgbase=tuned
pkgbase="${_pkgbase}-git"
pkgname=("${_pkgbase}-git" "${_pkgbase}-ppd-git")
pkgver=2.24.0.r6.g35eed3c
pkgrel=1
pkgrel=2
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
arch=('any')
url="https://github.com/redhat-performance/${_pkgbase}"
license=('GPL-2.0-or-later')
depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj'
'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf'
'python-pyudev')
depends=('ethtool' 'gawk' 'hdparm' 'polkit' 'perf' 'python-configobj'
'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-pyudev')
makedepends=('desktop-file-utils' 'git')
source=("git+${url}.git")
sha512sums=('SKIP')
@ -35,10 +34,11 @@ prepare() {
}
package_tuned-git() {
optdepends=('virt-what: virtual machine detection'
'systemtap: detailed system monitoring'
optdepends=('virt-what: Virtual machine detection'
'systemtap: Detailed system monitoring'
'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}")
conflicts=("${_pkgbase}")
backup=('etc/tuned/active_profile'