diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-10-29 17:20:14 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-10-30 17:47:15 +0100 |
commit | 62a077978b78d8ec49e6f797d418fff567ce4532 (patch) | |
tree | 94c9fb2fe7076ac541d935413d702398b37977da /data | |
parent | 59d3eb17c2bb20a9847e54464b01841c5b2b02f2 (diff) |
Remove spice-mime.xml/spicy.desktop
They were never translated from .in files to actual files, and now it's
clear we don't want to promote spicy as a first-class desktop
application.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 20 | ||||
-rw-r--r-- | data/spice-mime.xml.in | 8 | ||||
-rw-r--r-- | data/spicy.desktop.in.in | 10 |
3 files changed, 0 insertions, 38 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 71934af..a289c23 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,33 +1,13 @@ NULL= -# TODO: not sure if we want to do that -#desktopdir = $(datadir)/applications -#desktop_in_files = spicy.desktop.in -#desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -#@INTLTOOL_DESKTOP_RULE@ -# -#MIMEFILES = spice-mime.xml.in -#mimedir = $(datadir)/mime/packages -#mime_DATA = spice-mime.xml -#@INTLTOOL_XML_RULE@ - EXTRA_DIST = \ spicy.nsis \ - spice-mime.xml.in spicy.desktop.in \ spice-protocol.vapi \ gtkrc \ $(desktop_in_files) \ org.spice-space.lowlevelusbaccess.policy \ $(NULL) -CLEANFILES = \ - $(desktop_DATA) \ - $(NULL) - -DISTCLEANFILES = \ - $(desktop_DATA) \ - $(NULL) - vapidir = $(VAPIDIR) vapi_DATA = spice-protocol.vapi diff --git a/data/spice-mime.xml.in b/data/spice-mime.xml.in deleted file mode 100644 index 3bfd575..0000000 --- a/data/spice-mime.xml.in +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> - <mime-type type="application/x-spice"> - <sub-class-of type="text/plain"/> - <_comment>Remote Desktop (SPICE) file</_comment> - <glob pattern="*.spice"/> - </mime-type> -</mime-info> diff --git a/data/spicy.desktop.in.in b/data/spicy.desktop.in.in deleted file mode 100644 index b2e5b30..0000000 --- a/data/spicy.desktop.in.in +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -_Name=SPICE Remote Desktop Viewer -_Comment=Access remote SPICE desktops -Exec=spicy -#Icon=spice -Terminal=false -MimeType=x-scheme-handler/spice -Type=Application -StartupNotify=true -Categories=GNOME;GTK;Network;RemoteAccess; |