Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15263 - (show annotations) (download)
Wed Jan 2 11:05:51 2013 UTC (11 years, 4 months ago) by niro
File size: 491 byte(s)
-release branches/R11-stable
1 # $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 }