summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.9.0.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-10-06 11:51:46 -0400
committerKhem Raj <raj.khem@gmail.com>2025-10-06 11:34:41 -0700
commitc709a355292e3069f1a02e5d2ed25bddef4c2dc8 (patch)
tree7661e09948709705d6a064ed831d5bed4c56ca8d /meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.9.0.bb
parent1b3215151cfe90129f04cbf0372462745a1899e2 (diff)
downloadmeta-openembedded-c709a355292e3069f1a02e5d2ed25bddef4c2dc8.tar.gz
xfce4-xkb-plugin: upgrade 0.8.2 -> 0.9.0
License-Change: Previously copyright by Alexander Iliev. Now distributed under GPL 2 Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-xkb-plugin/-/tags/xfce4-xkb-plugin-0.9.0 Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-xkb-plugin/-/tags/xfce4-xkb-plugin-0.8.5 Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-xkb-plugin/-/tags/xfce4-xkb-plugin-0.8.4 Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-xkb-plugin/-/tags/xfce4-xkb-plugin-0.8.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.9.0.bb')
-rw-r--r--meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.9.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.9.0.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.9.0.bb
new file mode 100644
index 0000000000..e33a596ee0
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.9.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment"
2HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin/start"
3SECTION = "x11/application"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7XFCE_COMPRESS_TYPE = "xz"
8
9inherit xfce-panel-plugin
10
11SRC_URI[sha256sum] = "7cd7f3626ef39dc4ce142b2f96ab7583cbea84b4c0352fbc9c9667faac0bdd12"
12
13DEPENDS += "libxklavier libwnck3 librsvg garcon"
14
15FILES:${PN} += "${datadir}/xfce4/xkb"
16
17RDEPENDS:${PN} = "xfce4-settings"