From 303b52f2dc5eaae001309acf56ff006da8155614 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Sun, 19 Dec 2021 16:53:32 +0100 Subject: [PATCH] wob: add recipe --- recipes-support/wob/wob_git.bb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 recipes-support/wob/wob_git.bb diff --git a/recipes-support/wob/wob_git.bb b/recipes-support/wob/wob_git.bb new file mode 100644 index 0000000..a603087 --- /dev/null +++ b/recipes-support/wob/wob_git.bb @@ -0,0 +1,32 @@ +SUMMARY = "A lightweight overlay volume/backlight/progress/anything bar for wlroots based Wayland compositors." +HOMEPAGE = "https://github.com/francma/wob" +SECTION = "Wayland" +LICENSE = "ISC" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=07d60638be9414ee4e38ed68e642ba25" + +REQUIRED_DISTRO_FEATURES = "wayland" + +SRC_URI = " \ + git://github.com/francma/wob.git;protocol=https;branch=master \ +" + +DEPENDS = " \ + wayland \ + wayland-native \ + wayland-protocols \ +" + +inherit meson pkgconfig features_check + +PACKAGECONFIG[seccomp] = "-Dseccomp=enabled,-Dseccomp=disabled,libseccomp" +PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native" + +PACKAGECONFIG ??= "" + +S = "${WORKDIR}/git" +PV = "0.12" +SRCREV = "${PV}" + +EXTRA_OEMESON += "--buildtype release" +