Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gvfs/files: gvfs-1.16.0-expose-archive-backend.patch
Date: Sun, 31 Mar 2013 12:49:56
Message-Id: 20130331124952.436532171D@flycatcher.gentoo.org
1 pacho 13/03/31 12:49:52
2
3 Added: gvfs-1.16.0-expose-archive-backend.patch
4 Log:
5 Add mtp support (#463794 by plaes) and update archive patch with current fedora one (#463878 by Torsten Stets).
6
7 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 gnome-base/gvfs/files/gvfs-1.16.0-expose-archive-backend.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/files/gvfs-1.16.0-expose-archive-backend.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/files/gvfs-1.16.0-expose-archive-backend.patch?rev=1.1&content-type=text/plain
14
15 Index: gvfs-1.16.0-expose-archive-backend.patch
16 ===================================================================
17 diff -up gvfs-1.3.2/Makefile.am.archive-integration gvfs-1.3.2/Makefile.am
18 --- gvfs-1.3.2/Makefile.am.archive-integration 2009-06-25 19:55:39.000000000 -0400
19 +++ gvfs-1.3.2/Makefile.am 2009-07-13 22:51:52.480693853 -0400
20 @@ -1,5 +1,19 @@
21 NULL =
22
23 +@INTLTOOL_DESKTOP_RULE@
24 +
25 +desktop_in_files = mount-archive.desktop.in
26 +
27 +mount-archive.desktop.in: mount-archive.desktop.in.in
28 + sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
29 +
30 +desktopdir = $(datadir)/applications
31 +if HAVE_ARCHIVE
32 +desktop_DATA = mount-archive.desktop
33 +else
34 +desktop_DATA =
35 +endif
36 +
37 SUBDIRS = \
38 common \
39 metadata \
40 @@ -19,6 +33,8 @@ EXTRA_DIST = \
41 gvfs.doap \
42 README.commits \
43 MAINTAINERS \
44 + mount-archive.desktop.in.in \
45 + $(desktop_in_files) \
46 m4 \
47 $(NULL)
48
49 diff -up /dev/null gvfs-1.3.2/mount-archive.desktop.in.in
50 --- /dev/null 2009-07-13 16:21:55.049012465 -0400
51 +++ gvfs-1.3.2/mount-archive.desktop.in.in 2009-07-13 22:39:14.844931097 -0400
52 @@ -0,0 +1,13 @@
53 +[Desktop Entry]
54 +_Name=Archive Mounter
55 +Exec=@libexecdir@/gvfsd-archive file=%u
56 +X-Gnome-Vfs-System=gio
57 +MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;application/zip;application/x-lzma-compressed-tar;application/x-xz-compressed-tar;
58 +Terminal=false
59 +StartupNotify=false
60 +Type=Application
61 +NoDisplay=true
62 +X-GNOME-Bugzilla-Bugzilla=GNOME
63 +X-GNOME-Bugzilla-Product=gvfs
64 +X-GNOME-Bugzilla-Component=archive-backend
65 +X-GNOME-Bugzilla-Version=@VERSION@