milis/talimatname/genel/xfce4-xkb-plugin/talimat

19 lines
554 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Bu eklenti, birden fazla (şu an 4'e kadar X11 protokolü sınırlaması nedeniyle) klavye düzenlerini kurmanıza ve kullanmanıza olanak tanır.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
# Packager: milisarge
# Depends on: librsvg xorg-libxklavier xfce4-panel
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
}