Magellan Linux

Annotation of /trunk/extras/gnome-vfs/gnome-vfs-2.24.4-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21498 - (hide annotations) (download)
Fri Jun 27 14:11:47 2014 UTC (9 years, 11 months ago) by niro
File size: 1158 byte(s)
-rebuild
1 niro 21498 # $Id$
2    
3     PNAME="gnome-vfs"
4     PVER="2.24.4"
5     PBUILD="r3"
6    
7     PCAT="gnome-base"
8    
9     DESCRIPTION="The GNOME Virtual File System."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.40
13     >=dev-libs/libxml2-2.9
14     >= sys-apps/dbus-1.8
15     >=dev-libs/dbus-glib-0.102
16     >=dev-libs/openssl-1.0.1
17     >= sys-libs/zlib-1.2
18     >= app-arch/bzip2-1.0.6
19     >= sys-apps/acl-2.2
20     >= sys-apps/attr-2.2
21     >= app-admin/gamin-0.1.10
22     >=net-dns/avahi-0.6.31
23     >=net-fs/samba-3.6
24     >= gnome-base/gconf-3.2
25     >= gnome-base/gnome-mime-data-2.18"
26    
27     SDEPEND=">= dev-util/pkgconfig-0.25
28     >= dev-util/intltool-0.50
29     >= sys-dev/gettext-0.18"
30    
31     sminclude gnome2
32    
33     SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-allow-deprecated-2.patch )
34    
35     src_prepare()
36     {
37     munpack ${SRCFILE} || die
38     cd ${SRCDIR}
39    
40     # fix a ftbfs with newer glib2 (>=2.36)
41     mpatch ${PNAME}-${PVER}-allow-deprecated-2.patch || die
42     }
43    
44     src_compile()
45     {
46     cd ${SRCDIR}
47    
48     gn2_configure \
49     --disable-schemas-install \
50     --disable-static \
51     --disable-cdda \
52     --disable-howl \
53     --disable-hal \
54     --disable-krb5 \
55     --enable-acl \
56     --enable-avahi \
57     --enable-fam \
58     --enable-ipv6 \
59     --enable-samba \
60     --enable-openssl \
61     || die
62    
63     mmake || die
64     }