[easytag/wip/gsettings: 33/37] Move desktop file to data subdirectory
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/gsettings: 33/37] Move desktop file to data subdirectory
- Date: Sat, 6 Apr 2013 17:24:23 +0000 (UTC)
commit bbcdd92f79a4a51ba1c7f65ede34be1c85a32028
Author: David King <amigadave amigadave com>
Date: Mon Mar 25 09:52:17 2013 +0000
Move desktop file to data subdirectory
Additionally, add a translator comment for the keywords field.
.gitignore | 4 ++--
Makefile.am | 2 +-
easytag.desktop.in => data/easytag.desktop.in | 1 +
po/POTFILES.in | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62d06d9..0009893 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,11 +12,11 @@ config.h.in
config.log
config.status
configure
-/doc/easytag.1
+/data/easytag.desktop
/data/org.gnome.EasyTAG.gschema.valid
+/doc/easytag.1
/doc/version.xml
/easytag
-/easytag.desktop
/easytag-*.tar.xz
/easytag-*-setup.exe
/easytag-win32-installer.nsi
diff --git a/Makefile.am b/Makefile.am
index 9cd207b..d864b1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -176,7 +176,7 @@ easytag-win32-installer.nsi: easytag-win32-installer.nsi.in Makefile
@INTLTOOL_DESKTOP_RULE@
desktopdir = $(datadir)/applications
-desktop_in_files = easytag.desktop.in
+desktop_in_files = data/easytag.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
gsettings_ENUM_FILES = src/setting.h
diff --git a/easytag.desktop.in b/data/easytag.desktop.in
similarity index 73%
rename from easytag.desktop.in
rename to data/easytag.desktop.in
index 8146928..905c888 100644
--- a/easytag.desktop.in
+++ b/data/easytag.desktop.in
@@ -2,6 +2,7 @@
Name=EasyTAG
_GenericName=Sound File Metadata Editor
_Comment=Edit sound file metadata
+# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list
MUST also end with a semicolon!
_Keywords=mp3;tag;audio;
Type=Application
Icon=easytag
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 66c0225..652d71a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,4 @@
-easytag.desktop.in
+data/easytag.desktop.in
data/org.gnome.EasyTAG.gschema.xml
src/about.c
src/ape_tag.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]