Magellan Linux

Contents of /branches/R11-unstable/extras/libxfcegui4/libxfcegui4-4.10.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25603 - (show annotations) (download)
Tue Nov 25 04:00:42 2014 UTC (9 years, 5 months ago) by niro
File size: 491 byte(s)
-release branches/R11-unstable
1 # $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 }