Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29598 - (show annotations) (download)
Wed Jul 5 08:58:23 2017 UTC (6 years, 9 months ago) by niro
File size: 672 byte(s)
auto added: ver bump to 4.12.4-r1
1 # $Id$
2
3 PNAME="xfdesktop"
4 PVER="4.12.4"
5 PBUILD="r1"
6
7 DESCRIPTION="Desktop Manager for the XFCE Desktop Environment."
8
9 DEPEND=">= sys-libs/libstdc++-5.1
10 >= dev-libs/glib2-2.44
11 >= x11-libs/gtk2+-2.24
12 >= dev-libs/dbus-glib-0.104
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.4
20 >= xfce-base/xfconf-4.12
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 }