pkgname: 'xfce4-xkb-plugin' pkgver: '0.9.0' pkgrel: '1' pkgdesc: 'Plugin to switch keyboard layouts for the Xfce4 panel' url: 'https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin' arch: x86_64 license: - GPL2 depends: [] makedepends: - librsvg - 'xorg-libxklavier' - 'xfce4-panel' - libwnck - garcon source: - 'https://archive.xfce.org/src/panel-plugins/${pkgname}/0.9/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ --buildtype=release ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true