Magellan Linux

Contents of /branches/magellan-next/extras/exo/exo-0.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8126 - (show annotations) (download)
Tue Jul 12 17:30:19 2011 UTC (12 years, 9 months ago) by niro
File size: 704 byte(s)
auto added: ver bump to 0.6.2-r1
1 # $Id$
2
3 PNAME="exo"
4 PVER="0.6.2"
5 PBUILD="r1"
6
7 DESCRIPTION="Extensions, widgets and framework library with session management support."
8
9 DEPEND=">= dev-lang/perl-5.14
10 >= dev-perl/uri-1.58
11 >= dev-libs/glib2-2.28
12 >= x11-libs/gtk2+-2.24
13 >= dev-python/pygtk-2.24
14 >= xfce-base/libxfce4util-4.8"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= sys-dev/gettext-0.18
18 >= dev-util/intltool-0.41"
19
20 sminclude xfce
21
22 UP2DATE="updatecmd_xfce ${PNAME}"
23
24 src_prepare()
25 {
26 xfce_src_prepare || die
27 cd ${SRCDIR}
28
29 # replace py-compile script
30 rm py-compile || die
31 touch py-compile || die
32 chmod +x py-compile || die
33 }
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 xfce_configure --disable-static --enable-python || die
40 mmake || die
41 }