Magellan Linux

Contents of /trunk/extras/libxfcegui4/libxfcegui4-4.6.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5729 - (show annotations) (download)
Sat Aug 7 13:01:14 2010 UTC (13 years, 9 months ago) by niro
File size: 505 byte(s)
--with-html-dir now defined in xfce.sminc
1 # $Id$
2
3 PNAME="libxfcegui4"
4 PVER="4.6.4"
5 PBUILD="r2"
6
7 STATE="unstable"
8 DESCRIPTION="Unified widged for the XFCE Desktop Environment."
9
10 DEPEND=">= gnome-base/libglade-2.6.4
11 >= x11-libs/libSM-1
12 >= x11-libs/libX11-1
13 >= x11-libs/gtk2+-2.18
14 >= xfce-base/libxfce4util-4.6
15 >= xfce-base/xfconf-4.6
16 >= x11-libs/startup-notification-0.10"
17
18 sminclude xfce
19
20 UP2DATE="updatecmd_xfce ${PNAME}"
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25
26 xfce_configure --enable-startup-notification --disable-gladeui || die
27 mmake || die
28 }