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

30 lines
890 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-session, Xfce için bir oturum yöneticisi
# URL: http://www.xfce.org
# Paketçi: milisarge
# Gerekler: gnupg polkit consolekit2 udisks upower xorg-libxres libwnck xfce4-libui xorg-app xlockmore
name=xfce4-session
version=4.12.1
release=3
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2
0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
xfce-polkit-gnome-authentication-agent-1.desktop)
derle() {
cd $name-$version
patch -Np1 -i ../0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug \
--disable-legacy-sm
make
make DESTDIR=$PKG install
install -d $PKG/etc/xdg/autostart
cp $SRC/xfce-polkit-gnome-authentication-agent-1.desktop \
$PKG/etc/xdg/autostart/
}