diff options
author | 2016-11-21 21:58:32 +0100 | |
---|---|---|
committer | 2016-11-26 13:17:35 +0100 | |
commit | 99d5c7ea86d44cb5959b70298f23c69aa1298aa6 (patch) | |
tree | 9d7cf6a29215ea3ed95b19ad714aae2a6690abc0 /app-office/worklog-assistant-bin/files | |
parent | net-misc/samplicator: fix shutdown of Google Code issue (diff) | |
download | gentoo-99d5c7ea86d44cb5959b70298f23c69aa1298aa6.tar.gz gentoo-99d5c7ea86d44cb5959b70298f23c69aa1298aa6.tar.bz2 gentoo-99d5c7ea86d44cb5959b70298f23c69aa1298aa6.zip |
app-office/worklog-assistant-bin: New package
Worklog Assistant is a tool that helps you maintain logs of your activities
related to JIRA issues which you can also push towards said JIRA instance.
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=600436
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2888
Diffstat (limited to 'app-office/worklog-assistant-bin/files')
-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 |