# Description: plugin to switch keyboard layouts on the xfce-panel # URL: https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin/start # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: libnotify librsvg libxklavier xfce4-panel # Optional: xfce4-notifyd name=xfce4-xkb-plugin version=0.9.0 release=1 source=(https://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.xz) build() { meson setup $name-$version build \ --prefix=/usr \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ --localstatedir=/var \ --buildtype=plain \ -Db_lto=true \ -Db_pie=true meson compile -C build DESTDIR=$PKG meson install -C build rm -rf $PKG/usr/share/locale }