2019-06-07 00:13:38 +02:00

28 lines
575 B
Plaintext

# Description: XKB layout switching panel plug-in for the Xfce desktop environment
# URL: https://git.xfce.org/panel-plugins/xfce4-xkb-plugin/
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: xfce4-dev-tools xfce4-panel
name=xfce4-xkb-plugin
version=0.8.1
release=2
source=(https://git.xfce.org/panel-plugins/$name/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-debug \
--with-x
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
}