Files
meta-musicians/recipes-xfce/xfce4-alsa-plugin/xfce4-alsa-plugin.bb
Andreas Müller e55aae0802 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:35:27 +01:00

18 lines
473 B
BlitzBasic

SUMMARY = "Simple ALSA volume control for xfce4-panel"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
inherit vala pkgconfig gettext meson
DEPENDS += "xfce4-panel alsa-lib"
SRC_URI = "git://github.com/equeim/xfce4-alsa-plugin.git;branch=master;protocol=https"
SRCREV = "7192d344631fc20f9c64b45cd8af7485cd5048c4"
PV = "0.3.0"
S = "${WORKDIR}/git"
FILES:${PN} += " \
${datadir}/xfce4 \
${libdir}/xfce4/panel \
"