Magellan Linux

Contents of /branches/R11-stable/extras/xfce4-session/xfce4-session-4.10.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23003 - (show annotations) (download)
Tue Oct 28 09:42:12 2014 UTC (9 years, 6 months ago) by niro
File size: 797 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xfce4-session"
4 PVER="4.10.1"
5 PBUILD="r2"
6
7 DESCRIPTION="Session Manager for the XFCE Desktop Environment."
8
9 DEPEND=">= dev-libs/dbus-glib-0.102
10 >= x11-libs/libSM-1
11 >= x11-libs/libX11-1.6
12 >= x11-libs/libwnck2-2.30
13 >= x11-apps/iceauth-1
14 >= x11-apps/xinit-1.3
15 >= xfce-base/libxfce4util-4.10
16 >= xfce-base/libxfce4ui-4.10
17 >= xfce-base/xfconf-4.10
18 >= sys-apps/polkit-0.112
19 >= sys-apps/polkit-gnome-0.105
20 >= sys-fs/udev-216
21 >= sys-apps/upower-0.9
22 >= gnome-base/libgnome-keyring-3.12
23 >= x11-misc/xscreensaver-5.30
24 >= sys-apps/systemd-216"
25
26 sminclude xfce
27
28 UP2DATE="updatecmd_xfce ${PNAME}"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 xfce_configure \
35 --enable-libgnome-keyring \
36 --enable-session-screenshots \
37 --enable-panel-plugin \
38 --enable-systemd \
39 || die
40
41 mmake || die
42 }