Magellan Linux

Contents of /branches/R11-unstable/extras/xfce4-panel/xfce4-panel-4.10.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25914 - (show annotations) (download)
Tue Nov 25 04:29:21 2014 UTC (9 years, 5 months ago) by niro
File size: 679 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="xfce4-panel"
4 PVER="4.10.1"
5 PBUILD="r2"
6
7 DESCRIPTION="Panel for the XFCE Desktop Environment."
8
9 DEPEND=">= dev-libs/glib2-2.42
10 >= x11-libs/cairo-1.12
11 >= x11-libs/libX11-1.6
12 >= x11-libs/libSM-1
13 >= x11-libs/gtk2+-2.24
14 >= x11-libs/libwnck2-2.30
15 >= xfce-base/garcon-0.2
16 >= xfce-base/libxfce4util-4.10
17 >= xfce-base/libxfce4ui-4.10
18 >= xfce-base/xfconf-4.10
19 >= dev-libs/dbus-glib-0.102
20 >= xfce-base/exo-0.10"
21
22 SDEPEND=">= dev-util/pkgconfig-0.25
23 >= sys-dev/gettext-0.18
24 >= dev-util/intltool-0.50
25 >= dev-lang/perl-5.20"
26
27 sminclude xfce
28
29 UP2DATE="updatecmd_xfce ${PNAME}"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34 xfce_configure --enable-gio-unix || die
35 mmake || die
36 }