Files
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

16 lines
518 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=496f09f084b0f7e6f02f769a84490c6b"
inherit xfce-panel-plugin
SRC_URI[sha256sum] = "bb4be13f6f73cd86a6d939e1a6b125841cf266415bc4fd134a511e4f0cf97967"
DEPENDS += "libxklavier libwnck3 librsvg garcon"
FILES:${PN} += "${datadir}/xfce4/xkb"
RDEPENDS:${PN} = "xfce4-settings"