mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: xsettingsd-0.0.20151712
This commit is contained in:
parent
387b2abb34
commit
ed1af0e228
1 changed files with 27 additions and 0 deletions
27
srcpkgs/xsettingsd/template
Normal file
27
srcpkgs/xsettingsd/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'xsettingsd'
|
||||||
|
pkgname=xsettingsd
|
||||||
|
version=0.0.20151712
|
||||||
|
revision=1
|
||||||
|
_git_ref=b4999f5e9e99224caf97d09f25ee731774ecd7be
|
||||||
|
wrksrc=$pkgname-$_git_ref
|
||||||
|
build_style=scons
|
||||||
|
hostmakedepends="scons pkg-config libX11-devel"
|
||||||
|
makedepends="libX11-devel"
|
||||||
|
short_desc="Daemon that implements the XSETTINGS specification"
|
||||||
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
|
license="3-clause-BSD"
|
||||||
|
homepage="https://github.com/derat/xsettingsd"
|
||||||
|
distfiles="https://github.com/derat/xsettingsd/archive/${_git_ref}.tar.gz"
|
||||||
|
checksum=16c14ce201d71f5ca66477cfcc276874e3af8d1bc3bb01cd04059ca9757c4449
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i '48ienv.Replace(CXX=os.environ.get("CXX", ""))' SConstruct
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin xsettingsd
|
||||||
|
vbin dump_xsettings
|
||||||
|
vman xsettingsd.1
|
||||||
|
vman dump_xsettings.1
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue