Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5738 - (show annotations) (download)
Sat Aug 7 14:35:54 2010 UTC (13 years, 9 months ago) by niro
File size: 759 byte(s)
auto added: ver bump to 4.6.2-r1
1 # $Id$
2
3 PNAME="xfdesktop"
4 PVER="4.6.2"
5 PBUILD="r1"
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 UP2DATE="updatecmd_xfce ${PNAME}"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 xfce_configure \
34 --enable-file-icons \
35 --enable-thunarx \
36 --enable-exo \
37 --enable-panel-plugin \
38 --disable-xsltproc \
39 || die
40
41 mmake || die
42 }