Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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