Magellan Linux

Annotation of /branches/magellan-next/extras/xfdesktop/xfdesktop-4.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8156 - (hide annotations) (download)
Tue Jul 12 21:20:46 2011 UTC (12 years, 11 months ago) by niro
File size: 675 byte(s)
auto added: ver bump to 4.8.2-r1
1 niro 8156 # $Id$
2    
3     PNAME="xfdesktop"
4     PVER="4.8.2"
5     PBUILD="r1"
6    
7     DESCRIPTION="Desktop Manager for the XFCE Desktop Environment."
8    
9     DEPEND=">= dev-libs/glib2-2.28
10     >= x11-libs/gtk2+-2.24
11     >= dev-libs/dbus-glib-0.92
12     >= x11-libs/libSM-1.1
13     >= x11-libs/libX11-1.4
14     >= x11-libs/libwnck-2.30
15     >= x11-libs/libnotify-0.7
16     >= xfce-base/libxfce4util-4.8
17     >= xfce-base/libxfce4ui-4.8
18     >=xfce-base/garcon-0.1.8
19     >= xfce-base/xfconf-4.8
20     >= xfce-base/exo-0.6
21     >= xfce-base/thunar-1.2"
22    
23     sminclude xfce
24    
25     UP2DATE="updatecmd_xfce ${PNAME}"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     xfce_configure \
32     --enable-file-icons \
33     --enable-thunarx \
34     --enable-exo \
35     --enable-notifications \
36     || die
37    
38     mmake || die
39     }