Magellan Linux

Contents of /branches/magellan-next/extras/xfce4-session/xfce4-session-4.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8231 - (show annotations) (download)
Wed Jul 13 10:09:45 2011 UTC (12 years, 10 months ago) by niro
File size: 780 byte(s)
auto added: ver bump to 4.8.1-r1
1 # $Id$
2
3 PNAME="xfce4-session"
4 PVER="4.8.1"
5 PBUILD="r1"
6
7 DESCRIPTION="Session Manager for the XFCE Desktop Environment."
8
9 DEPEND=">= dev-libs/dbus-glib-0.92
10 >= x11-libs/libSM-1
11 >= x11-libs/libX11-1.4
12 >= x11-libs/libwnck-2.30
13 >= x11-apps/iceauth-1
14 >= xfce-base/libxfce4util-4.8
15 >= xfce-base/libxfce4ui-4.8
16 >= xfce-base/xfce4-panel-4.8
17 >= xfce-base/xfconf-4.8
18 >= xfce-base/xfce-utils-4.8
19 >= sys-apps/consolekit-0.4.5
20 >= sys-apps/polkit-0.101
21 >= sys-fs/udev-171
22 >= sys-apps/upower-0.9"
23
24 sminclude xfce
25
26 UP2DATE="updatecmd_xfce ${PNAME}"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 xfce_configure \
33 --disable-hal \
34 --disable-gnome \
35 --disable-libgnome-keyring \
36 --enable-panel-plugin \
37 --enable-upower \
38 --enable-consolekit \
39 --enable-polkit \
40 || die
41
42 mmake || die
43 }