Magellan Linux

Contents of /branches/magellan-next/extras/libxfcegui4/libxfcegui4-4.6.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8106 - (show annotations) (download)
Tue Jul 12 16:04:14 2011 UTC (12 years, 10 months ago) by niro
File size: 505 byte(s)
imported
1 # $Id$
2
3 PNAME="libxfcegui4"
4 PVER="4.6.4"
5 PBUILD="r2"
6
7 STATE="unstable"
8 DESCRIPTION="Unified widged for the XFCE Desktop Environment."
9
10 DEPEND=">= gnome-base/libglade-2.6.4
11 >= x11-libs/libSM-1
12 >= x11-libs/libX11-1
13 >= x11-libs/gtk2+-2.18
14 >= xfce-base/libxfce4util-4.6
15 >= xfce-base/xfconf-4.6
16 >= x11-libs/startup-notification-0.10"
17
18 sminclude xfce
19
20 UP2DATE="updatecmd_xfce ${PNAME}"
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25
26 xfce_configure --enable-startup-notification --disable-gladeui || die
27 mmake || die
28 }