Magellan Linux

Annotation of /trunk/gvfs/patches/gvfs-1.8.2-expose-archive-backend.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1416 - (hide annotations) (download)
Thu Jul 14 16:18:53 2011 UTC (12 years, 10 months ago) by niro
File size: 1607 byte(s)
added libarchive patch
1 niro 1416 Upstream bug: http://bugzilla.gnome.org/show_bug.cgi?id=567235 (Fedora)
2     Our bug: http://bugs.gentoo.org/show_bug.cgi?id=249829
3     ----
4     Index: mount-archive.desktop.in.in
5     ===================================================================
6     --- mount-archive.desktop.in.in (revision 0)
7     +++ mount-archive.desktop.in.in (revision 0)
8     @@ -0,0 +1,14 @@
9     +[Desktop Entry]
10     +Encoding=UTF-8
11     +_Name=Archive Mounter
12     +Exec=@libexecdir@/gvfsd-archive file=%u
13     +X-Gnome-Vfs-System=gio
14     +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;
15     +Terminal=false
16     +StartupNotify=false
17     +Type=Application
18     +NoDisplay=true
19     +X-GNOME-Bugzilla-Bugzilla=GNOME
20     +X-GNOME-Bugzilla-Product=gvfs
21     +X-GNOME-Bugzilla-Component=archive-backend
22     +X-GNOME-Bugzilla-Version=@VERSION@
23     Index: Makefile.am
24     ===================================================================
25     --- Makefile.am.orig 2008-07-22 15:35:49.000000000 +0200
26     +++ Makefile.am 2008-07-22 17:56:59.417180064 +0200
27     @@ -1,5 +1,20 @@
28     NULL =
29    
30     +@INTLTOOL_DESKTOP_RULE@
31     +
32     +desktop_in_files = mount-archive.desktop.in
33     +
34     +mount-archive.desktop.in: mount-archive.desktop.in.in
35     + sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
36     +
37     +desktopdir = $(datadir)/applications
38     +if HAVE_ARCHIVE
39     +desktop_DATA = mount-archive.desktop
40     +else
41     +desktop_DATA =
42     +endif
43     +
44     +
45     SUBDIRS = \
46     common \
47     client \
48     @@ -15,6 +30,8 @@
49    
50     EXTRA_DIST = \
51     MAINTAINERS \
52     + mount-archive.desktop.in.in \
53     + $(desktop_in_files) \
54     $(NULL)
55    
56     DISTCLEANFILES = \