Magellan Linux

Annotation of /branches/R11-stable/extras/libxfcegui4/libxfcegui4-4.10.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13570 - (hide annotations) (download)
Mon Oct 15 11:26:01 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/extras/libxfcegui4/libxfcegui4-4.10.0-r2.smage2
File size: 491 byte(s)
auto added: ver bump to 4.10.0-r2
1 niro 13570 # $Id$
2    
3     PNAME="libxfcegui4"
4     PVER="4.10.0"
5     PBUILD="r2"
6    
7     DESCRIPTION="Unified widged for the XFCE Desktop Environment."
8    
9     DEPEND=">= gnome-base/libglade-2.6.4
10     >= x11-libs/libSM-1
11     >= x11-libs/libX11-1
12     >= x11-libs/gtk2+-2.24
13     >= xfce-base/libxfce4util-4.10
14     >= xfce-base/xfconf-4.10
15     >= x11-libs/startup-notification-0.12"
16    
17     sminclude xfce
18    
19     UP2DATE="updatecmd_xfce ${PNAME}"
20    
21     src_compile()
22     {
23     cd ${SRCDIR}
24    
25     xfce_configure --enable-startup-notification --disable-gladeui || die
26     mmake || die
27     }