Magellan Linux

Annotation of /branches/R11-unstable/extras/xfdesktop/xfdesktop-4.10.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25922 - (hide annotations) (download)
Tue Nov 25 04:30:04 2014 UTC (9 years, 5 months ago) by niro
File size: 672 byte(s)
-release branches/R11-unstable
1 niro 23427 # $Id$
2    
3     PNAME="xfdesktop"
4     PVER="4.10.3"
5     PBUILD="r1"
6    
7     DESCRIPTION="Desktop Manager for the XFCE Desktop Environment."
8    
9     DEPEND=">= sys-libs/libstdc++-4.8
10     >= dev-libs/glib2-2.42
11     >= x11-libs/gtk2+-2.24
12     >= dev-libs/dbus-glib-0.102
13     >= x11-libs/libSM-1.1
14     >= x11-libs/libX11-1.6
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.10
22     >= xfce-base/thunar-1.6"
23    
24     sminclude xfce
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29    
30     xfce_configure \
31     --enable-file-icons \
32     --enable-thunarx \
33     --enable-exo \
34     --enable-notifications \
35     || die
36    
37     mmake || die
38     }