[Xfce4-commits] <mousepad:master> Lowercase the desktop file name.

Nick Schermer noreply at xfce.org
Sun Dec 30 11:58:03 CET 2012


Updating branch refs/heads/master
         to 7f3f075b22a884d1b40393ef6d99c250ee2539fb (commit)
       from f363acf7d7211a0b4d7bb6b8c18c7d6597ba6b85 (commit)

commit 7f3f075b22a884d1b40393ef6d99c250ee2539fb
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Dec 30 11:47:09 2012 +0100

    Lowercase the desktop file name.

 Makefile.am            |    2 +-
 Mousepad.desktop.in.in |   13 -------------
 2 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e9a885a..9f9eabc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ MousepadHelp: MousepadHelp.in Makefile
 
 desktopdir = $(datadir)/applications
 desktop_in_in_files = 								\
-	Mousepad.desktop.in.in
+	mousepad.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
 %.desktop.in: %.desktop.in.in
 	sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
diff --git a/Mousepad.desktop.in.in b/Mousepad.desktop.in.in
deleted file mode 100644
index 21fda29..0000000
--- a/Mousepad.desktop.in.in
+++ /dev/null
@@ -1,13 +0,0 @@
-
-[Desktop Entry]
-Encoding=UTF-8
-_Name=Mousepad
-_Comment=Simple Text Editor
-_GenericName=Text Editor
-Exec=mousepad %F
-Icon=accessories-text-editor
-Terminal=false
-StartupNotify=true
-Type=Application
-Categories=Application;Utility;TextEditor;GTK;
-MimeType=text/plain


More information about the Xfce4-commits mailing list