mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: power-profiles-daemon-0.12.
This commit is contained in:
parent
96dd51a6a9
commit
fd0a5c03dd
2 changed files with 25 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec /usr/libexec/power-profiles-daemon
|
23
srcpkgs/power-profiles-daemon/template
Normal file
23
srcpkgs/power-profiles-daemon/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'power-profiles-daemon'
|
||||||
|
pkgname=power-profiles-daemon
|
||||||
|
version=0.12
|
||||||
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
|
||||||
|
hostmakedepends="pkg-config glib-devel"
|
||||||
|
makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
|
||||||
|
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"
|
||||||
|
distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
|
||||||
|
checksum=4c01dc51cd734403af868cff2d13923c83076c477d7f02c601f3a5127dd82a18
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -Dtests=true"
|
||||||
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv power-profiles-daemon
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue