comparison graphics/swaybg/swaybg.sh @ 1195:6f99a368f617

text/scdoc: initial import, closes #2426 While here, add scdoc dependency on projects using it.
author David Demelier <markand@malikania.fr>
date Mon, 28 Oct 2019 21:50:00 +0100
parents efbe0fce6aae
children 6710613b88b9
comparison
equal deleted inserted replaced
1194:e4d19663ae34 1195:6f99a368f617
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="MIT" 21 PKGLICENSE="MIT"
22 PKGSUMMARY="wallpaper tool for Wayland compositors" 22 PKGSUMMARY="wallpaper tool for Wayland compositors"
23 PKGWWW="https://github.com/swaywm/swaybg" 23 PKGWWW="https://github.com/swaywm/swaybg"
24 PKGDOWNLOAD="https://github.com/swaywm/swaybg/archive/$PKGVERSION.tar.gz" 24 PKGDOWNLOAD="https://github.com/swaywm/swaybg/archive/$PKGVERSION.tar.gz"
25 PKGDEPENDS="cairo glib meson:build wayland wayland-protocols:build" 25 PKGDEPENDS="cairo glib meson:build scdoc:build wayland wayland-protocols:build"
26 PKGOPTIONS="GDK_PIXBUF" 26 PKGOPTIONS="GDK_PIXBUF"
27 27
28 : ${CC:=clang} 28 : ${CC:=clang}
29 : ${CFLAGS:=-O2} 29 : ${CFLAGS:=-O2}
30 : ${LDFLAGS:=} 30 : ${LDFLAGS:=}