2008-03-28 13:45:15 +00:00
|
|
|
Index: mount-archive.desktop.in.in
|
|
|
|
===================================================================
|
|
|
|
--- mount-archive.desktop.in.in (revision 0)
|
|
|
|
+++ mount-archive.desktop.in.in (revision 0)
|
2008-04-17 23:59:15 +00:00
|
|
|
@@ -0,0 +1,14 @@
|
2008-03-28 13:45:15 +00:00
|
|
|
+[Desktop Entry]
|
|
|
|
+Encoding=UTF-8
|
|
|
|
+_Name=Archive Mounter
|
|
|
|
+Exec=@libexecdir@/gvfsd-archive file=%u
|
2008-04-17 23:59:15 +00:00
|
|
|
+X-Gnome-Vfs-System=gio
|
2008-12-09 13:24:14 +00:00
|
|
|
+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;
|
2008-03-28 13:45:15 +00:00
|
|
|
+Terminal=false
|
|
|
|
+StartupNotify=false
|
|
|
|
+Type=Application
|
|
|
|
+NoDisplay=true
|
|
|
|
+X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
|
|
+X-GNOME-Bugzilla-Product=gvfs
|
|
|
|
+X-GNOME-Bugzilla-Component=archive-backend
|
|
|
|
+X-GNOME-Bugzilla-Version=@VERSION@
|
|
|
|
Index: Makefile.am
|
|
|
|
===================================================================
|
2008-07-22 16:00:51 +00:00
|
|
|
--- Makefile.am.orig 2008-07-22 15:35:49.000000000 +0200
|
|
|
|
+++ Makefile.am 2008-07-22 17:56:59.417180064 +0200
|
2008-03-28 13:45:15 +00:00
|
|
|
@@ -1,5 +1,20 @@
|
|
|
|
NULL =
|
|
|
|
|
|
|
|
+@INTLTOOL_DESKTOP_RULE@
|
|
|
|
+
|
|
|
|
+desktop_in_files = mount-archive.desktop.in
|
|
|
|
+
|
|
|
|
+mount-archive.desktop.in: mount-archive.desktop.in.in
|
|
|
|
+ sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
|
|
|
|
+
|
|
|
|
+desktopdir = $(datadir)/applications
|
|
|
|
+if HAVE_ARCHIVE
|
|
|
|
+desktop_DATA = mount-archive.desktop
|
|
|
|
+else
|
|
|
|
+desktop_DATA =
|
|
|
|
+endif
|
|
|
|
+
|
|
|
|
+
|
|
|
|
SUBDIRS = \
|
|
|
|
common \
|
|
|
|
client \
|
2009-05-18 13:51:32 +00:00
|
|
|
@@ -18,6 +33,8 @@ EXTRA_DIST = \
|
|
|
|
gvfs.doap \
|
|
|
|
README.commits \
|
2008-03-28 13:45:15 +00:00
|
|
|
MAINTAINERS \
|
|
|
|
+ mount-archive.desktop.in.in \
|
|
|
|
+ $(desktop_in_files) \
|
2008-07-22 16:00:51 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DISTCLEANFILES = \
|