power-profiles-daemon: update to 0.21.

This commit is contained in:
lz-coder 2024-04-10 18:51:40 -03:00 committed by oreo639
parent 0cfc368caf
commit 221beca0ed
1 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'power-profiles-daemon'
pkgname=power-profiles-daemon
version=0.13
revision=3
version=0.21
revision=1
build_style=meson
configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
hostmakedepends="pkg-config glib-devel"
@ -11,14 +11,14 @@ checkdepends="python3-dbusmock umockdev-devel"
short_desc="Makes power profiles handling available over D-Bus"
maintainer="oreo639 <oreo6391@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
changelog="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/raw/main/NEWS"
distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
checksum=74aac43eb43ebe5a3255a00eb48d781a5acfba32e96ab85737e22205e045e581
homepage="https://gitlab.freedesktop.org/upower/power-profiles-daemon"
changelog="https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/raw/main/NEWS"
distfiles="https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
checksum=c15a368a59f2cae1474bdfccdd9357f06b0abc9eb7638a87f68c091aaf570349
make_dirs="/var/lib/power-profiles-daemon 0755 root root"
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=false"
fi
post_install() {