Magellan Linux

Contents of /branches/R11-stable/extras/xfce4-session/xfce4-session-4.10.0-r10.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16834 - (show annotations) (download)
Thu Mar 7 14:30:13 2013 UTC (11 years, 2 months ago) by niro
File size: 1192 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xfce4-session"
4 PVER="4.10.0"
5 PBUILD="r10"
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.107
18 >= sys-apps/polkit-gnome-0.105
19 >= sys-fs/udev-196
20 >= sys-apps/upower-0.9
21 >= gnome-base/libgnome-keyring-3.4
22 >= x11-misc/xscreensaver-5.15
23 >= sys-apps/systemd-196"
24
25 SDEPEND=">= xfce-extra/xfce4-dev-tools-4.10"
26
27 sminclude xfce
28
29 SRC_URI+=(
30 mirror://${PNAME}/${PNAME}-${PVER}-systemd-v3.patch
31 )
32
33 UP2DATE="updatecmd_xfce ${PNAME}"
34
35 src_prepare()
36 {
37 munpack ${SRCFILE} || die
38 cd ${SRCDIR}
39
40 # adds support for systemd and make consolekit support optional
41 # see: https://bugzilla.xfce.org/show_bug.cgi?id=8729
42 mpatch ${PNAME}-${PVER}-systemd-v3.patch || die
43
44 # xfce4 need special autoreconf macros
45 NOCONFIGURE=x xdt-autogen || die
46 }
47
48 src_compile()
49 {
50 cd ${SRCDIR}
51
52 xfce_configure \
53 --enable-libgnome-keyring \
54 --enable-session-screenshots \
55 --enable-panel-plugin \
56 --enable-systemd \
57 || die
58
59 mmake || die
60 }