Magellan Linux

Annotation of /branches/R11-stable/extras/gvfs/gvfs-1.22.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24287 - (hide annotations) (download)
Fri Feb 20 09:41:22 2015 UTC (9 years, 2 months ago) by niro
File size: 1512 byte(s)
-release branches/R11-stable
1 niro 23557 # $Id$
2    
3     PNAME="gvfs"
4     PVER="1.22.3"
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     >= app-text/docbook-xsl-stylesheets-1.78"
33    
34     SRCFILE="${PNAME}-${PVER}.tar.xz"
35    
36     sminclude gnome2 glib2 dbus systemd
37    
38     UP2DATE="updatecmd_gnome ${PNAME}"
39    
40     src_compile()
41     {
42     cd ${SRCDIR}
43    
44     gn2_configure \
45     --with-dbus-service-dir=$(mget-dbus-session-bus-services-dir) \
46     --disable-bash-completion \
47     --disable-schemas-compile \
48     --disable-hal \
49     --enable-udev \
50     --enable-gudev \
51     --enable-cdda \
52     --enable-fuse \
53     --enable-gphoto2 \
54     --enable-http \
55     --enable-samba \
56     --enable-avahi \
57     --enable-archive \
58     --enable-gdu \
59     --enable-udisks2 \
60     --enable-bluray \
61     --enable-keyring \
62     --enable-libsystemd-login \
63     --disable-afp \
64     --disable-obexftp \
65     --disable-gconf \
66     --disable-gtk-doc \
67     || die
68    
69     mmake || die
70     }
71    
72     postinstall()
73     {
74     glib2_update_gio
75     glib2_update_schemas
76     }
77    
78     postremove()
79     {
80     glib2_update_gio
81     glib2_update_schemas
82     }