milis/talimatname/genel/x/xfce4-settings/talimat

33 lines
808 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.

# Tanım: Xfce4 ayar uygulamaları.
# URL: http://wiki.xfce.org/releng
# Paketçi: milisarge
# Gerekler: exo xfce4-libui xfce4-garcon xorg-libxklavier xorg-libxkbfile libcanberra gnome-icon-theme
# Grup: xfce4
isim=xfce4-settings
source /root/talimatname/genel/x/xfce4/surumler
surum="${xfce4_settings_surum}";[ -z ${xfce4_settings_surum} ] && \
surum=4.12.0
devir=3
kaynak=(http://archive.xfce.org/src/xfce/${isim}/${surum%.*}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-xrandr \
--enable-xcursor \
--enable-libnotify \
--enable-libxklavier \
--enable-pluggable-dialogs \
--enable-sound-settings \
--disable-upower-glib \
--disable-debug
make
make DESTDIR=$PKG install
}