From: Sven Hoexter Date: Fri, 3 May 2024 19:06:36 +0000 (+0200) Subject: rename desktop patch and add keywords X-Git-Tag: debian/2.9.27-1~16 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=e4dde814578869fbf5441ffbf613c37f421938a5;p=sven%2Fvym.git rename desktop patch and add keywords --- diff --git a/debian/changelog b/debian/changelog index abf487e..8ad79c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,7 @@ vym (2.9.22-1) UNRELEASED; urgency=medium * 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 Fri, 03 May 2024 13:58:54 +0200 diff --git a/debian/patches/desktop-exec-f.patch b/debian/patches/desktop-exec-f.patch deleted file mode 100644 index d09dfb8..0000000 --- a/debian/patches/desktop-exec-f.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Add %f in Exec field to allow opening vym files with vym. -Author: Sven Hoexter -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]=心智檢視 diff --git a/debian/patches/desktop.patch b/debian/patches/desktop.patch new file mode 100644 index 0000000..56dde7c --- /dev/null +++ b/debian/patches/desktop.patch @@ -0,0 +1,24 @@ +Description: Add %f in Exec field to allow opening vym files and some keywords. +Author: Sven Hoexter +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 diff --git a/debian/patches/series b/debian/patches/series index da27d98..be322c0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ -desktop-exec-f.patch +desktop.patch do-not-phone-home.patch