xsettingsd: remove scons from hostmakedepends, fix license=
[ci skip]
This commit is contained in:
parent
5a0d37e738
commit
a18d645d35
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'xsettingsd'
|
||||
pkgname=xsettingsd
|
||||
version=1.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=scons
|
||||
hostmakedepends="scons pkg-config libX11-devel"
|
||||
hostmakedepends="pkg-config libX11-devel"
|
||||
makedepends="libX11-devel"
|
||||
short_desc="Daemon that implements the XSETTINGS specification"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/derat/xsettingsd"
|
||||
distfiles="https://github.com/derat/xsettingsd/archive/v${version}.tar.gz"
|
||||
checksum="fe0b895b999af94004dc2eabe6dd113c475e3464d548cfe4e545fc02978ba977"
|
||||
checksum=fe0b895b999af94004dc2eabe6dd113c475e3464d548cfe4e545fc02978ba977
|
||||
|
||||
do_install() {
|
||||
vbin xsettingsd
|
||||
|
|
Loading…
Add table
Reference in a new issue