forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-gfx/kuickshow: Fix desktop file
Bug: https://bugs.gentoo.org/632024 Package-Manager: Portage-2.3.19, Repoman-2.3.6
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
media-gfx/kuickshow/files/kuickshow-0.10.0-desktop-fix.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/src/kuickshow.desktop 2018-01-11 23:33:22.000000000 +0100 | ||
+++ b/src/kuickshow.desktop 2018-01-13 18:26:36.622067345 +0100 | ||
@@ -54,7 +54,7 @@ | ||
Name[x-test]=xxKuickshowxx | ||
Name[zh_CN]=Kuickshow | ||
Name[zh_TW]=Kuickshow | ||
-Exec=kuickshow -caption %c %U | ||
+Exec=kuickshow -qwindowtitle %c %U | ||
Icon=kuickshow | ||
Type=Application | ||
# TODO: What is image/x-eim? Register it to freedesktop.org if you need it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,5 @@ DEPEND=" | |
RDEPEND="${DEPEND} | ||
!media-gfx/kuickshow:4 | ||
" | ||
|
||
PATCHES=( "${FILESDIR}/${P}-desktop-fix.patch" ) |