diff options
Diffstat (limited to 'app-office/worklog-assistant-bin/files/worklog-assistant-bin-2.1.3577-fix-desktop.patch')
-rw-r--r-- | app-office/worklog-assistant-bin/files/worklog-assistant-bin-2.1.3577-fix-desktop.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-office/worklog-assistant-bin/files/worklog-assistant-bin-2.1.3577-fix-desktop.patch b/app-office/worklog-assistant-bin/files/worklog-assistant-bin-2.1.3577-fix-desktop.patch new file mode 100644 index 000000000000..850707f589f8 --- /dev/null +++ b/app-office/worklog-assistant-bin/files/worklog-assistant-bin-2.1.3577-fix-desktop.patch @@ -0,0 +1,15 @@ +The .desktop file wrongly indicates the version of the software instead of the +version of the .desktop file format. This has been reported upstream and should +be fixed in the next version. + +--- "a/usr/share/applications/Worklog Assistant.desktop" ++++ "b/usr/share/applications/Worklog Assistant.desktop" +@@ -3,7 +3,7 @@ + [Desktop Entry] + Type=Application + Name=Worklog Assistant +-Version=2.1.3577 ++Version=1.0 + Comment=Hassle-free time tracking for JIRA + Exec=/bin/bash "/opt/Worklog Assistant/bin/wrapper.sh" + Icon=/opt/Worklog Assistant/share/logo.png |