Magellan Linux

Annotation of /trunk/deprecated/libxfcegui4/libxfcegui4-4.10.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26407 - (hide annotations) (download)
Fri Jun 26 12:51:49 2015 UTC (8 years, 11 months ago) by niro
File size: 491 byte(s)
-moved to 'deprecated'
1 niro 22530 # $Id$
2    
3     PNAME="libxfcegui4"
4     PVER="4.10.0"
5     PBUILD="r3"
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     }