20 lines
861 B
Plaintext
20 lines
861 B
Plaintext
# Description: The Xfce4 Keyboard Plugin package contains a very customizable and useful Xfce4 Panel plugin to setup and use multiple (currently up to 4 due to X11 protocol limitation) keyboard layouts and switch between them, individually by application, individually by window, or globally for the desktop and all applications and windows.
|
|
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
|
|
# Packager: pierre at nutyx dot org, tnut at nutyx dot org
|
|
# Depends on: librsvg xorg-libxklavier xfce4-panel
|
|
|
|
description="Customizable Xfce4 Panel plugin to setup and use multiple keyboard layouts."
|
|
name=xfce4-xkb-plugin
|
|
version=0.7.1
|
|
release=3
|
|
|
|
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr \
|
|
--disable-debug
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|