Magellan Linux

Annotation of /branches/magellan-next/extras/xfce4-panel/xfce4-panel-4.8.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8139 - (hide annotations) (download)
Tue Jul 12 18:07:52 2011 UTC (12 years, 10 months ago) by niro
File size: 725 byte(s)
auto added: ver bump to 4.8.5-r1
1 niro 8139 # $Id$
2    
3     PNAME="xfce4-panel"
4     PVER="4.8.5"
5     PBUILD="r1"
6    
7     DESCRIPTION="Panel for the XFCE Desktop Environment."
8    
9     DEPEND=">= dev-libs/glib2-2.28
10     >= x11-libs/cairo-1.10
11     >= x11-libs/libX11-1.4
12     >= x11-libs/libSM-1
13     >= x11-libs/gtk2+-2.24
14     >= x11-libs/libwnck-2.30
15     >= xfce-base/garcon-0.1.8
16     >= xfce-base/libxfce4util-4.8
17     >= xfce-base/libxfce4ui-4.8
18     >= xfce-base/xfconf-4.8
19     >= dev-libs/dbus-glib-0.92
20     >= xfce-base/exo-0.6
21     >= x11-libs/startup-notification-0.12"
22    
23     SDEPEND=">= dev-util/pkgconfig-0.25
24     >= sys-dev/gettext-0.18
25     >= dev-util/intltool-0.41
26     >= dev-lang/perl-5.14"
27    
28     sminclude xfce
29    
30     UP2DATE="updatecmd_xfce ${PNAME}"
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35     xfce_configure --enable-startup-notification || die
36     mmake || die
37     }