blob: a1fdd51357608a87e4051662e9d1757cf299406b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = setroot
pkgdesc = simple program that sets your (X11) wallpaper. inspired by the *setroots and feh.
pkgver = 2.0.3.r0.g3c1227e
pkgrel = 1
url = https://github.com/ttzhou/setroot
install = setroot.install
arch = i686
arch = x86_64
license = GPLv3
makedepends = git
makedepends = pkg-config
depends = imlib2
depends = libx11
optdepends = sxiv: use its image viewer along with key-handler to call setroot
optdepends = libxinerama: for multiple monitors
provides = setroot
conflicts = setroot
source = git+https://github.com/ttzhou/setroot.git
md5sums = SKIP
pkgname = setroot
|