summaryrefslogtreecommitdiffstats
path: root/xfce4-session/Pkgfile
blob: dd03f6d1f148bb84e807b75069dc52f9e67f7af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Description: Gestionnaire de sessions de Xfce
# URL: http://www.xfce.org/projects/xfce4-session/
# Maintainer: git.xfce.org/xfce/xfce4-session
# Packager: tyrry33 at gmail dot com
# Depends on: dbus-glib, libxfce4ui,libxfce4util, xfce4-panel, libwnck, p5-xml-parser,xorg-xauth,xorg-iceauth
# Run on: dbus-glib,libxfce4ui,libxfce4util,xfce4-panel,libwnck,xorg-xauth,xorg-iceauth

name=xfce4-session
version=4.10.0
release=1
source=(http://archive.xfce.org/xfce/4.10/src/$name-$version.tar.bz2)

build() {
cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static \
	--disable-gnome \
	--enable-final \
	--enable-session-screenshots
	make
	make DESTDIR=$PKG install
	for i in etc/xdg/xfce4/Xft.xrdb etc/xdg/xfce4/xinitrc usr/bin/startxfce4 usr/bin/xflock4 usr/share/xsessions/xfce.desktop

do rm $PKG/$i
done
	
}