Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions srcpkgs/xsettingsd/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'xsettingsd'
pkgname=xsettingsd
version=1.0.2
version=1.0.4
revision=1
build_style=cmake
hostmakedepends="pkg-config libX11-devel"
makedepends="libX11-devel"
short_desc="Daemon that implements the XSETTINGS specification"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/derat/xsettingsd"
distfiles="https://github.com/derat/xsettingsd/archive/v${version}.tar.gz"
checksum=69b5d1987608d1b5f2a0085f2f88cc55936a99b92279118e655d665ebb5e50d3
homepage="https://codeberg.org/derat/xsettingsd"
changelog="https://codeberg.org/derat/xsettingsd/releases"
distfiles="https://codeberg.org/derat/xsettingsd/archive/v${version}.tar.gz"
checksum=fe56ced940390f97d08bbdad677eee8470387388e1cb54aea0dbff3308294a76

post_install() {
vlicense COPYING
vlicense LICENSE
rm -rf "${DESTDIR}/usr/lib/systemd"
}