xsettingsd: update to 1.0.2.
This commit is contained in:
parent
d063daa9e7
commit
a321faf513
1 changed files with 6 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'xsettingsd'
|
# Template file for 'xsettingsd'
|
||||||
pkgname=xsettingsd
|
pkgname=xsettingsd
|
||||||
version=1.0.0
|
version=1.0.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=scons
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config libX11-devel"
|
hostmakedepends="pkg-config libX11-devel"
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="Daemon that implements the XSETTINGS specification"
|
short_desc="Daemon that implements the XSETTINGS specification"
|
||||||
|
@ -10,12 +10,9 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/derat/xsettingsd"
|
homepage="https://github.com/derat/xsettingsd"
|
||||||
distfiles="https://github.com/derat/xsettingsd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/derat/xsettingsd/archive/v${version}.tar.gz"
|
||||||
checksum=fe0b895b999af94004dc2eabe6dd113c475e3464d548cfe4e545fc02978ba977
|
checksum=69b5d1987608d1b5f2a0085f2f88cc55936a99b92279118e655d665ebb5e50d3
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
vbin xsettingsd
|
|
||||||
vbin dump_xsettings
|
|
||||||
vman xsettingsd.1
|
|
||||||
vman dump_xsettings.1
|
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
rm -rf "${DESTDIR}/usr/lib/systemd"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue