Magellan Linux

Contents of /trunk/extras/gvfs/gvfs-1.10.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11764 - (show annotations) (download)
Tue Apr 3 07:28:41 2012 UTC (12 years, 2 months ago) by niro
File size: 1487 byte(s)
-stuck at 1.8 series
1 # $Id$
2
3 PNAME="gvfs"
4 PVER="1.10.1"
5 PBUILD="r2"
6
7 STATE="disabled"
8 PCAT="gnome-base"
9
10 DESCRIPTION="GNOME Virtual Filesystem Layer."
11 HOMEPAGE="http://www.gnome.org/"
12
13 DEPEND=">= dev-libs/glib2-2.30
14 >= dev-libs/libxml2-2.7
15 >= dev-libs/libcdio-0.83
16 >= app-arch/libarchive-2.8
17 >= media-libs/libgphoto2-2.4.11
18 >= net-libs/libsoup-2.34
19 >= net-misc/openssh-5.8
20 >= net-dns/avahi-0.6.30
21 >= net-fs/samba-3.6
22 >= sys-fs/fuse-2.8
23 >= sys-apps/dbus-1.4
24 >= sys-apps/gnome-disk-utility-2.32
25 >= sys-fs/udev-171"
26
27 SDEPEND=">= dev-util/intltool-0.41
28 >= dev-util/pkgconfig-0.25"
29
30 sminclude gnome2
31
32 SRC_URI=( ${SRC_URI[*]}
33 mirror://${PNAME}/${PNAME}-1.8.2-expose-archive-backend.patch
34 )
35
36 UP2DATE="updatecmd_gnome ${PNAME}"
37
38 src_prepare()
39 {
40 munpack ${SRCFILE} || die
41 cd ${SRCDIR}
42
43 # add desktop file for the archive backend
44 mpatch ${PNAME}-1.8.2-expose-archive-backend.patch || die
45 echo "mount-archive.desktop.in" >> po/POTFILES.in || die
46 echo "mount-archive.desktop.in.in" >> po/POTFILES.in || die
47
48 mautoreconf || die
49 }
50
51 src_compile()
52 {
53 cd ${SRCDIR}
54
55 gn2_configure \
56 --with-dbus-service-dir=/usr/share/dbus-1/services \
57 --disable-bash-completion \
58 --disable-hal \
59 --enable-udev \
60 --enable-gudev \
61 --enable-cdda \
62 --enable-fuse \
63 --enable-gphoto2 \
64 --enable-http \
65 --enable-samba \
66 --enable-avahi \
67 --enable-archive \
68 --enable-gdu \
69 --disable-afc \
70 --disable-obexftp \
71 --disable-gconf \
72 --disable-keyring \
73 --disable-gtk-doc \
74 || die
75
76 mmake || die
77 }