Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11941 - (show annotations) (download)
Mon Apr 30 12:35:42 2012 UTC (12 years, 1 month ago) by niro
File size: 734 byte(s)
auto added: ver bump to 0.8.0-r1
1 # $Id$
2
3 PNAME="exo"
4 PVER="0.8.0"
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.60
11 >= dev-libs/glib2-2.32
12 >= x11-libs/gtk2+-2.24
13 >= dev-python/pygtk-2.24
14 >= xfce-base/libxfce4util-4.10
15 >= xfce-base/libxfce4ui-4.10"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= sys-dev/gettext-0.18
19 >= dev-util/intltool-0.50"
20
21 sminclude xfce
22
23 UP2DATE="updatecmd_xfce ${PNAME}"
24
25 src_prepare()
26 {
27 xfce_src_prepare || die
28 cd ${SRCDIR}
29
30 # replace py-compile script
31 rm py-compile || die
32 touch py-compile || die
33 chmod +x py-compile || die
34 }
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 xfce_configure --disable-static --enable-python || die
41 mmake || die
42 }