Magellan Linux

Contents of /branches/R11-stable/extras/gvfs/gvfs-1.22.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22894 - (show annotations) (download)
Tue Oct 28 09:08:35 2014 UTC (9 years, 6 months ago) by niro
File size: 1470 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="gvfs"
4 PVER="1.22.1"
5 PBUILD="r1"
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.42
13 >= dev-libs/libxml2-2.7
14 >= dev-libs/libcdio-0.92
15 >= app-arch/libarchive-3.0
16 >= app-crypt/libsecret-0.18
17 >= media-libs/libbluray-0.6
18 >= media-libs/libgphoto2-2.5
19 >= net-libs/libsoup-2.48
20 >= net-misc/openssh-6.6
21 >= net-dns/avahi-0.6.31
22 >= net-fs/samba-3.6
23 >= sys-fs/fuse-2.9
24 >= sys-apps/dbus-1.8
25 >= sys-apps/gnome-disk-utility-3.14
26 >= sys-fs/udev-216
27 >= sys-fs/udisks2-2.1
28 >= sys-libs/libsystemd-login-216"
29
30 SDEPEND=">= dev-util/intltool-0.50
31 >= dev-util/pkgconfig-0.25"
32
33 SRCFILE="${PNAME}-${PVER}.tar.xz"
34
35 sminclude gnome2 glib2 dbus systemd
36
37 UP2DATE="updatecmd_gnome ${PNAME}"
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 gn2_configure \
44 --with-dbus-service-dir=$(mget-dbus-session-bus-services-dir) \
45 --disable-bash-completion \
46 --disable-schemas-compile \
47 --disable-hal \
48 --enable-udev \
49 --enable-gudev \
50 --enable-cdda \
51 --enable-fuse \
52 --enable-gphoto2 \
53 --enable-http \
54 --enable-samba \
55 --enable-avahi \
56 --enable-archive \
57 --enable-gdu \
58 --enable-udisks2 \
59 --enable-bluray \
60 --enable-keyring \
61 --enable-libsystemd-login \
62 --disable-afp \
63 --disable-obexftp \
64 --disable-gconf \
65 --disable-gtk-doc \
66 || die
67
68 mmake || die
69 }
70
71 postinstall()
72 {
73 glib2_update_gio
74 glib2_update_schemas
75 }
76
77 postremove()
78 {
79 glib2_update_gio
80 glib2_update_schemas
81 }