16 lines
608 B
Bash
16 lines
608 B
Bash
# Template file for 'setroot'
|
|
pkgname=setroot
|
|
version=2.0.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="xinerama=$(vopt_if xinerama 1 0)"
|
|
makedepends="imlib2-devel $(vopt_if xinerama libXinerama-devel)"
|
|
short_desc="Simple X background setter"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/ttzhou/setroot"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=767c0b63b92562fbe8a0439147a974f678a342d378f287847bbf4cd190418c60
|
|
build_options="xinerama"
|
|
build_options_default="xinerama"
|
|
desc_option_xinerama="Multiple monitors support"
|