Magellan Linux

Annotation of /branches/magellan-next/extras/exo/exo-0.6.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8693 - (hide annotations) (download)
Wed Jul 27 19:25:04 2011 UTC (12 years, 10 months ago) by niro
File size: 704 byte(s)
-rebuild against fixed python
1 niro 8693 # $Id$
2    
3     PNAME="exo"
4     PVER="0.6.2"
5     PBUILD="r2"
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     }