Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5718 - (show annotations) (download)
Sat Aug 7 12:24:00 2010 UTC (13 years, 10 months ago) by niro
File size: 574 byte(s)
auto added: ver bump to 4.6.4-r1
1 # $Id$
2
3 PNAME="libxfcegui4"
4 PVER="4.6.4"
5 PBUILD="r1"
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-lib/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 \
27 --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
28 --enable-startup-notification \
29 --disable-gladeui \
30 || die
31
32 mmake || die
33 }