mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 16:46:47 +00:00
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>
18 lines
545 B
BlitzBasic
18 lines
545 B
BlitzBasic
SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment"
|
|
HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin/start"
|
|
SECTION = "x11/application"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
XFCE_COMPRESS_TYPE = "xz"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
SRC_URI[sha256sum] = "7cd7f3626ef39dc4ce142b2f96ab7583cbea84b4c0352fbc9c9667faac0bdd12"
|
|
|
|
DEPENDS += "libxklavier libwnck3 librsvg garcon"
|
|
|
|
FILES:${PN} += "${datadir}/xfce4/xkb"
|
|
|
|
RDEPENDS:${PN} = "xfce4-settings"
|