Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37583289
en ru br
ALT Linux repos
S:1.52.0-alt1
5.0: 1.2.2-alt2
4.1: 0.99.1-alt0.M41.1

Group :: System/Libraries
RPM: gvfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gvfs-1.0.1-archive-integration.patch
Download


diff -durN gvfs-1.0.1.orig/Makefile.am gvfs-1.0.1/Makefile.am
--- gvfs-1.0.1.orig/Makefile.am	2008-09-10 19:51:13 +0400
+++ gvfs-1.0.1/Makefile.am	2008-09-27 10:53:11 +0400
@@ -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 \
@@ -15,6 +30,8 @@
 
 EXTRA_DIST = \
 	MAINTAINERS		\
+	mount-archive.desktop.in.in \
+	$(desktop_in_files)     \
 	$(NULL)
 
 DISTCLEANFILES = \
diff -durN gvfs-1.0.1.orig/mount-archive.desktop.in.in gvfs-1.0.1/mount-archive.desktop.in.in
--- gvfs-1.0.1.orig/mount-archive.desktop.in.in	1970-01-01 03:00:00 +0300
+++ gvfs-1.0.1/mount-archive.desktop.in.in	2008-09-27 10:50:00 +0400
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Archive Mounter
+Exec=@libexecdir@/gvfsd-archive file=%u
+X-Gnome-Vfs-System=gio
+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;
+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@
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin