Magellan Linux

Contents of /trunk/extras/xfdesktop/xfdesktop-4.6.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5756 - (show annotations) (download)
Mon Aug 9 12:56:00 2010 UTC (13 years, 9 months ago) by niro
File size: 1041 byte(s)
-added upstream fixes
1 # $Id$
2
3 PNAME="xfdesktop"
4 PVER="4.6.2"
5 PBUILD="r2"
6
7 STATE="unstable"
8 DESCRIPTION="Desktop Manager for the XFCE Desktop Environment."
9
10 DEPEND=">= dev-libs/glib2-2.22
11 >= dev-libs/dbus-glib-0.82
12 >= x11-libs/gtk2+-2.18
13 >= x11-libs/libSM-1.1
14 >= x11-libs/libX11-1.3
15 >= x11-libs/libwnck-2.28
16 >= gnome-base/libglade-2.6.4
17 >= xfce-base/libxfce4util-4.6
18 >= xfce-base/libxfcegui4-4.6
19 >= xfce-base/libxfce4menu-4.6
20 >= xfce-base/xfconf-4.6
21 >= xfce-base/exo-0.3.107
22 >= xfce-base/thunar-1.0.2
23 >= xfce-base/xfce4-panel-4.6"
24
25 sminclude xfce
26
27 SRC_URI=( ${SRC_URI[*]}
28 mirror://${PNAME}/${PNAME}-${PVER}-assert.patch
29 mirror://${PNAME}/${PNAME}-${PVER}-automagic.patch
30 )
31
32 UP2DATE="updatecmd_xfce ${PNAME}"
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38
39 mpatch ${PNAME}-${PVER}-assert.patch || die
40 mpatch ${PNAME}-${PVER}-automagic.patch || die
41 }
42
43 src_compile()
44 {
45 cd ${SRCDIR}
46
47 xfce_configure \
48 --enable-file-icons \
49 --enable-thunarx \
50 --enable-exo \
51 --enable-panel-plugin \
52 --disable-xsltproc \
53 || die
54
55 mmake || die
56 }