Magellan Linux

Contents of /branches/R11-stable/extras/xfdesktop/xfdesktop-4.10.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18047 - (show annotations) (download)
Thu Jun 27 06:49:48 2013 UTC (10 years, 10 months ago) by niro
File size: 706 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xfdesktop"
4 PVER="4.10.2"
5 PBUILD="r2"
6
7 DESCRIPTION="Desktop Manager for the XFCE Desktop Environment."
8
9 DEPEND=">= sys-libs/libstdc++-4.7
10 >= dev-libs/glib2-2.36
11 >= x11-libs/gtk2+-2.24
12 >= dev-libs/dbus-glib-0.100
13 >= x11-libs/libSM-1.1
14 >= x11-libs/libX11-1.4
15 >= x11-libs/libwnck2-2.30
16 >= x11-libs/libnotify-0.7
17 >= xfce-base/libxfce4util-4.10
18 >= xfce-base/libxfce4ui-4.10
19 >=xfce-base/garcon-0.2
20 >= xfce-base/xfconf-4.10
21 >= xfce-base/exo-0.8
22 >= xfce-base/thunar-1.6"
23
24 sminclude xfce
25
26 UP2DATE="updatecmd_xfce ${PNAME}"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 xfce_configure \
33 --enable-file-icons \
34 --enable-thunarx \
35 --enable-exo \
36 --enable-notifications \
37 || die
38
39 mmake || die
40 }