Magellan Linux

Contents of /branches/magellan-next/extras/libxfcegui4/libxfcegui4-4.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9020 - (show annotations) (download)
Thu Sep 29 20:09:12 2011 UTC (12 years, 7 months ago) by niro
File size: 488 byte(s)
auto added: ver bump to 4.8.1-r1
1 # $Id$
2
3 PNAME="libxfcegui4"
4 PVER="4.8.1"
5 PBUILD="r1"
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.8
14 >= xfce-base/xfconf-4.8
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 }