Magellan Linux

Contents of /trunk/extras/exo/exo-0.3.107-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5720 - (show annotations) (download)
Sat Aug 7 12:27:39 2010 UTC (13 years, 10 months ago) by niro
File size: 519 byte(s)
auto added: ver bump to 0.3.107-r1
1 # $Id$
2
3 PNAME="exo"
4 PVER="0.3.107"
5 PBUILD="r1"
6
7 STATE="unstable"
8 DESCRIPTION="Extensions, widgets and framework library with session management support."
9
10 DEPEND=">= dev-lang/perl-5.10
11 >= dev-perl/uri-1.54
12 >= dev-libs/glib2-2.22
13 >= x11-libs/gtk2+-2.18
14 >= sys-apps/hal-0.5.13
15 >= dev-python/pygtk-2.16
16 >= xfce-base/libxfce4util-4.6"
17
18 sminclude xfce python
19
20 UP2DATE="updatecmd_xfce ${PNAME}"
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25
26 xfce_configure --enable-hal --enable-python --disable-notifications || die
27 mmake || die
28 }