Magellan Linux

Annotation of /trunk/extras/xfdesktop/xfdesktop-4.12.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31236 - (hide annotations) (download)
Wed Jun 13 13:52:28 2018 UTC (6 years ago) by niro
File size: 672 byte(s)
auto added: ver bump to 4.12.4-r2
1 niro 31236 # $Id$
2    
3     PNAME="xfdesktop"
4     PVER="4.12.4"
5     PBUILD="r2"
6    
7     DESCRIPTION="Desktop Manager for the XFCE Desktop Environment."
8    
9     DEPEND=">= sys-libs/libstdc++-8.1
10     >= dev-libs/glib2-2.56
11     >= x11-libs/gtk2+-2.24
12     >= dev-libs/dbus-glib-0.110
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.12
18     >= xfce-base/libxfce4ui-4.12
19     >=xfce-base/garcon-0.6
20     >= xfce-base/xfconf-4.12
21     >= xfce-base/exo-0.12
22     >= xfce-base/thunar-1.8"
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     }