swaybg: convert to git

This commit is contained in:
Markus Volk
2021-06-02 17:36:25 +02:00
parent 5a733abfd2
commit 9a5f87b25a
2 changed files with 32 additions and 4 deletions

View File

@ -0,0 +1,32 @@
SUMMARY = "A Wayland WM"
HOMEPAGE = "https://github.com/swaywm/swaybg"
BUGTRACKER = "https://github.com/swaywm/swaybg/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b53d9ec16b9125995437ac9efab1b450"
REQUIRED_DISTRO_FEATURES = "wayland systemd"
DEPENDS = " \
cairo \
gdk-pixbuf \
wayland \
wayland-native \
wayland-protocols \
"
SRC_URI = " \
git://github.com/swaywm/swaybg.git;protocol=https \
"
S = "${WORKDIR}/git"
PV = "1.0"
SRCREV = "${PV}"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
BBCLASSEXTEND = ""