Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5725 - (show annotations) (download)
Sat Aug 7 12:46:11 2010 UTC (13 years, 9 months ago) by niro
File size: 675 byte(s)
-removed python include
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
19
20 UP2DATE="updatecmd_xfce ${PNAME}"
21
22 src_prepare()
23 {
24 xfce_src_prepare || die
25 cd ${SRCDIR}
26
27 # replace py-compile script
28 rm py-compile || die
29 touch py-compile || die
30 chmod +x py-compile || die
31 }
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 xfce_configure --enable-hal --enable-python --disable-notifications || die
38 mmake || die
39 }