mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
xfce4-alsa-plugin: initial add 0.3.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
17
recipes-xfce/xfce4-alsa-plugin/xfce4-alsa-plugin.bb
Normal file
17
recipes-xfce/xfce4-alsa-plugin/xfce4-alsa-plugin.bb
Normal file
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user