summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Hüsers2024-02-21 19:25:35 +0100
committerManuel Hüsers2024-02-21 19:25:35 +0100
commit726a3e6965461c0b9d14aa7f5da61765c03fbdac (patch)
treebe229f6f95ba10c131e8318005548908e93f9497 /PKGBUILD
parent0c2a35fd71c24e9d5eed724551e74954f8a3648d (diff)
downloadaur-726a3e6965461c0b9d14aa7f5da61765c03fbdac.tar.gz
upgpkg: tuned 2.22.0-2: add ppd service
* Install optional PPD-to-TuneD daemon that translates DBus API calls to power-profiles-daemon into TuneD API calls.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc187194719e..d71e4c4e6aa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
pkgname=tuned
pkgver=2.22.0
-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/${pkgname}"
license=('GPL')
depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev')
-optdepends=('virt-what: For use with virtual machines' 'systemtap: Disk and net statistic monitoring systemtap scripts')
+optdepends=('virt-what: virtual machine detection'
+ 'systemtap: detailed system monitoring')
makedepends=('desktop-file-utils')
backup=('etc/tuned/active_profile')
install="${pkgname}.install"
@@ -29,7 +30,7 @@ prepare() {
package() {
cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" install install-ppd
rm -r "${pkgdir}"/{run,var}
python -m compileall -d /usr/lib "${pkgdir}/usr/lib"