Magellan Linux

Contents of /branches/R11-stable/extras/gvfs/gvfs-1.18.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20476 - (show annotations) (download)
Mon Jan 27 09:25:43 2014 UTC (10 years, 3 months ago) by niro
File size: 1185 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="gvfs"
4 PVER="1.18.3"
5 PBUILD="r3"
6
7 PCAT="gnome-base"
8
9 DESCRIPTION="GNOME Virtual Filesystem Layer."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= dev-libs/glib2-2.38
13 >= dev-libs/libxml2-2.7
14 >= dev-libs/libcdio-0.90
15 >= app-arch/libarchive-2.8
16 >= media-libs/libgphoto2-2.4.13
17 >= net-libs/libsoup-2.44
18 >= net-misc/openssh-6.1
19 >= net-dns/avahi-0.6.31
20 >= net-fs/samba-3.6
21 >= sys-fs/fuse-2.9
22 >= sys-apps/dbus-1.6
23 >= sys-apps/gnome-disk-utility-3.10
24 >= sys-fs/udev-208
25 >= sys-fs/udisks2-2.1"
26
27 SDEPEND=">= dev-util/intltool-0.50
28 >= dev-util/pkgconfig-0.25"
29
30 SRCFILE="${PNAME}-${PVER}.tar.xz"
31
32 sminclude gnome2
33
34 UP2DATE="updatecmd_gnome ${PNAME}"
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 gn2_configure \
41 --with-dbus-service-dir=/usr/share/dbus-1/services \
42 --disable-bash-completion \
43 --disable-schemas-compile \
44 --disable-hal \
45 --enable-udev \
46 --enable-gudev \
47 --enable-cdda \
48 --enable-fuse \
49 --enable-gphoto2 \
50 --enable-http \
51 --enable-samba \
52 --enable-avahi \
53 --enable-archive \
54 --enable-gdu \
55 --enable-udisks2 \
56 --disable-afp \
57 --disable-obexftp \
58 --disable-gconf \
59 --disable-keyring \
60 --disable-gtk-doc \
61 || die
62
63 mmake || die
64 }