2017-04-21 13:13:36 +02:00
|
|
|
# Description: Xfce4-session, Xfce için bir oturum yöneticisi
|
2016-03-02 16:12:51 +01:00
|
|
|
# URL: http://www.xfce.org
|
2017-04-21 13:13:36 +02:00
|
|
|
# Packager: milisarge
|
2016-12-11 21:32:30 +01:00
|
|
|
# Depends on: gnupg polkit consolekit2 udisks upower xorg-libxres libwnck xfce4-libui xorg-app xlockmore
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
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)
|
|
|
|
build() {
|
|
|
|
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/
|
|
|
|
}
|