mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
setroot: update to 2.0.2
This commit is contained in:
parent
6d303fb1c6
commit
fc8f0922da
1 changed files with 6 additions and 10 deletions
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'setroot'
|
# Template file for 'setroot'
|
||||||
pkgname=setroot
|
pkgname=setroot
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
build_options="xinerama"
|
|
||||||
build_options_default="xinerama"
|
|
||||||
desc_option_xinerama="Multiple monitors support"
|
|
||||||
make_build_args="xinerama=$(vopt_if xinerama 1 0)"
|
make_build_args="xinerama=$(vopt_if xinerama 1 0)"
|
||||||
makedepends="imlib2-devel $(vopt_if xinerama libXinerama-devel)"
|
makedepends="imlib2-devel $(vopt_if xinerama libXinerama-devel)"
|
||||||
short_desc="Simple X background setter"
|
short_desc="Simple X background setter"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/ttzhou/setroot"
|
homepage="https://github.com/ttzhou/setroot"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=2cfd43c3cc9bbeae7ab74bb89a72f42b4741b5a6b23588a74b20d38ae1fff810
|
checksum=767c0b63b92562fbe8a0439147a974f678a342d378f287847bbf4cd190418c60
|
||||||
|
build_options="xinerama"
|
||||||
pre_build() {
|
build_options_default="xinerama"
|
||||||
export CFLAGS="$CFLAGS $LDFLAGS"
|
desc_option_xinerama="Multiple monitors support"
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue