* Add Vcs information to debian/control.
* Raise Standards-Version to 4.7.0.
* Delete old desktop file shipped in debian/.
- * Add patch desktop-exec-f.patch to pass %f in the Exec setting.
+ * Add desktop.patch to pass %f in the Exec setting and add keywords.
* Add doc-base registration for the user manual.
-- Sven Hoexter <hoexter@debian.org> Fri, 03 May 2024 13:58:54 +0200
+++ /dev/null
-Description: Add %f in Exec field to allow opening vym files with vym.
-Author: Sven Hoexter <hoexter@debian.org>
-Last-Update: 2024-05-03
-Forwarded: not-needed
-Index: vym/config/vym.desktop
-===================================================================
---- vym.orig/config/vym.desktop
-+++ vym/config/vym.desktop
-@@ -1,6 +1,6 @@
- [Desktop Entry]
- Type=Application
--Exec=vym
-+Exec=vym %f
- Name=VYM - View Your Mind
- Name[de]=VYM - View Your Mind
- Name[zh_TW]=心智檢視
--- /dev/null
+Description: Add %f in Exec field to allow opening vym files and some keywords.
+Author: Sven Hoexter <hoexter@debian.org>
+Last-Update: 2024-05-03
+Forwarded: not-needed
+Index: vym/config/vym.desktop
+===================================================================
+--- vym.orig/config/vym.desktop
++++ vym/config/vym.desktop
+@@ -1,6 +1,6 @@
+ [Desktop Entry]
+ Type=Application
+-Exec=vym
++Exec=vym %f
+ Name=VYM - View Your Mind
+ Name[de]=VYM - View Your Mind
+ Name[zh_TW]=心智檢視
+@@ -36,5 +36,4 @@ X-AppInstall-Popcon=430
+ X-AppInstall-Section=universe
+ X-Ubuntu-Gettext-Domain=app-install-data
+ Categories=Qt;KDE;Office;
+-
+-
++Keywords=mindmap;taskmanager;
+\ No newline at end of file