Magellan Linux

Contents of /tags/old-unstable-20120113/extras/xfce4-panel/xfce4-panel-4.6.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9870 - (show annotations) (download)
Fri Jan 13 21:26:11 2012 UTC (12 years, 5 months ago) by niro
File size: 547 byte(s)
tagged 'old-unstable-20120113'
1 # $Id$
2
3 PNAME="xfce4-panel"
4 PVER="4.6.4"
5 PBUILD="r1"
6
7 STATE="unstable"
8 DESCRIPTION="Panel for the XFCE Desktop Environment."
9
10 DEPEND=">= dev-libs/glib2-2.22
11 >= x11-libs/cairo-1.8
12 >= x11-libs/libX11-1
13 >= x11-libs/libSM-1
14 >= x11-libs/gtk2+-2.18
15 >= x11-libs/libwnck-2.28
16 >= xfce-base/libxfce4util-4.6
17 >= xfce-base/libxfcegui4-4.6
18 >= xfce-base/exo-0.3
19 >= x11-libs/startup-notification-0.10"
20
21 sminclude xfce
22
23 UP2DATE="updatecmd_xfce ${PNAME}"
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28 xfce_configure --enable-startup-notification || die
29 mmake || die
30 }