Magellan Linux

Annotation of /branches/R11-stable/extras/xfce4-panel/xfce4-panel-4.10.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17364 - (hide annotations) (download)
Mon Jun 10 12:48:42 2013 UTC (11 years ago) by niro
Original Path: trunk/extras/xfce4-panel/xfce4-panel-4.10.1-r1.smage2
File size: 679 byte(s)
auto added: ver bump to 4.10.1-r1
1 niro 17364 # $Id$
2    
3     PNAME="xfce4-panel"
4     PVER="4.10.1"
5     PBUILD="r1"
6    
7     DESCRIPTION="Panel for the XFCE Desktop Environment."
8    
9     DEPEND=">= dev-libs/glib2-2.36
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.100
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.18"
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     }