Magellan Linux

Annotation of /trunk/extras/gvfs/gvfs-1.34.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30710 - (hide annotations) (download)
Tue Mar 20 12:55:10 2018 UTC (6 years, 1 month ago) by niro
File size: 1531 byte(s)
auto added: ver bump to 1.34.2.1-r1
1 niro 30710 # $Id$
2    
3     PNAME="gvfs"
4     PVER="1.34.2.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.54
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-1.0
18     >= media-libs/libgphoto2-2.5
19     >= net-libs/libsoup-2.60
20     >= net-misc/openssh-6.7
21     >= net-dns/avahi-0.7
22     >= net-fs/samba-4.7
23     >= sys-fs/fuse2-2.9
24     >= sys-apps/dbus-1.10
25     >= sys-apps/gnome-disk-utility-3.26
26     >= sys-fs/udev-230
27     >= sys-fs/udisks2-2.1
28     >= sys-libs/libsystemd-230
29     >= gnome-base/gcr-3.20"
30    
31     SDEPEND=">= dev-util/intltool-0.50
32     >= dev-util/pkgconfig-0.25
33     >= app-text/docbook-xsl-stylesheets-1.78"
34    
35     SRCFILE="${PNAME}-${PVER}.tar.xz"
36    
37     sminclude gnome2 glib2 dbus systemd
38    
39     UP2DATE="updatecmd_gnome ${PNAME}"
40    
41     src_compile()
42     {
43     cd ${SRCDIR}
44    
45     gn2_configure \
46     --with-dbus-service-dir=$(mget-dbus-session-bus-services-dir) \
47     --disable-bash-completion \
48     --disable-schemas-compile \
49     --disable-hal \
50     --enable-udev \
51     --enable-gudev \
52     --enable-cdda \
53     --enable-fuse \
54     --enable-gphoto2 \
55     --enable-http \
56     --enable-samba \
57     --enable-avahi \
58     --enable-archive \
59     --enable-gdu \
60     --enable-udisks2 \
61     --enable-bluray \
62     --enable-keyring \
63     --enable-libsystemd-login \
64     --disable-afp \
65     --disable-obexftp \
66     --disable-gconf \
67     --disable-gtk-doc \
68     || die
69    
70     mmake || die
71     }
72    
73     postinstall()
74     {
75     glib2_update_gio
76     glib2_update_schemas
77     }
78    
79     postremove()
80     {
81     glib2_update_gio
82     glib2_update_schemas
83     }