diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-10-06 11:51:46 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 11:34:41 -0700 |
| commit | c709a355292e3069f1a02e5d2ed25bddef4c2dc8 (patch) | |
| tree | 7661e09948709705d6a064ed831d5bed4c56ca8d /meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.9.0.bb | |
| parent | 1b3215151cfe90129f04cbf0372462745a1899e2 (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment" | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin/start" | ||
| 3 | SECTION = "x11/application" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 6 | |||
| 7 | XFCE_COMPRESS_TYPE = "xz" | ||
| 8 | |||
| 9 | inherit xfce-panel-plugin | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "7cd7f3626ef39dc4ce142b2f96ab7583cbea84b4c0352fbc9c9667faac0bdd12" | ||
| 12 | |||
| 13 | DEPENDS += "libxklavier libwnck3 librsvg garcon" | ||
| 14 | |||
| 15 | FILES:${PN} += "${datadir}/xfce4/xkb" | ||
| 16 | |||
| 17 | RDEPENDS:${PN} = "xfce4-settings" | ||
