From a1cbf37313f477924e0ef4699fa6ece3a74ccfde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 10 Sep 2020 22:43:06 +0200 Subject: [PATCH] xfce4-alsa-plugin: initial add 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../packagegroups/musicians-world.bb | 1 + .../xfce4-alsa-plugin/xfce4-alsa-plugin.bb | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 recipes-xfce/xfce4-alsa-plugin/xfce4-alsa-plugin.bb diff --git a/recipes-support/packagegroups/musicians-world.bb b/recipes-support/packagegroups/musicians-world.bb index 189abe4..4f9810f 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -174,6 +174,7 @@ RDEPENDS_${PN} += " \ mixtri.lv2 \ sisco.lv2 \ tuna.lv2 \ + ${@bb.utils.contains('BBFILE_COLLECTIONS', 'xfce-layer', 'xfce4-alsa-plugin', '', d)} \ \ \ xmonk.lv2 xpolymonk.lv2 \ diff --git a/recipes-xfce/xfce4-alsa-plugin/xfce4-alsa-plugin.bb b/recipes-xfce/xfce4-alsa-plugin/xfce4-alsa-plugin.bb new file mode 100644 index 0000000..f8a0c47 --- /dev/null +++ b/recipes-xfce/xfce4-alsa-plugin/xfce4-alsa-plugin.bb @@ -0,0 +1,17 @@ +SUMMARY = "Simple ALSA volume control for xfce4-panel" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c" + +inherit vala gettext meson + +DEPENDS += "xfce4-panel alsa-lib" + +SRC_URI = "git://github.com/equeim/xfce4-alsa-plugin.git" +SRCREV = "7192d344631fc20f9c64b45cd8af7485cd5048c4" +PV = "0.3.0" +S = "${WORKDIR}/git" + +FILES_${PN} += " \ + ${datadir}/xfce4 \ + ${libdir}/xfce4/panel \ +"