mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: cosmic-settings-daemon-1.0.0.alpha.1
This commit is contained in:
parent
568e8246ff
commit
86c59a602d
2 changed files with 25 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
COSMIC-Desktop
|
|
25
srcpkgs/cosmic-settings-daemon/template
Normal file
25
srcpkgs/cosmic-settings-daemon/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'cosmic-settings-daemon'
|
||||||
|
pkgname=cosmic-settings-daemon
|
||||||
|
version=1.0.0.alpha.1
|
||||||
|
revision=1
|
||||||
|
_tag=epoch-${version/.alpha/-alpha}
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="eudev-libudev-devel libinput-devel geoclue2-devel"
|
||||||
|
depends="geoclue2"
|
||||||
|
short_desc="TODO: cosmic-settings-daemon short_desc"
|
||||||
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/pop-os/cosmic-settings-daemon"
|
||||||
|
distfiles="https://github.com/pop-os/cosmic-settings-daemon/archive/refs/tags/${_tag}.tar.gz"
|
||||||
|
checksum=fd3921a4da8064508df264ab2f667670682aee8dbe3bfbe29687cf0689a45b4b
|
||||||
|
|
||||||
|
export GEOCLUE_AGENT="/usr/libexec/geoclue-2.0/demos/agent"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall data/system_actions.ron 0644 \
|
||||||
|
usr/share/cosmic/com.system76.CosmicSettings.Shortcuts/v1 system_actions
|
||||||
|
|
||||||
|
vinstall data/polkit-1/rules.d/cosmic-settings-daemon.rules 0644 \
|
||||||
|
usr/share/polkit-1/rules.d
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue