diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-02-14 11:57:25 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-02-14 11:57:25 +0000 |
commit | 7404cd9230a8feee90ce53d4779e656bb4477e4a (patch) | |
tree | a82b7ce4776b37869fcecb0024ec7272792b0a28 /games-strategy/julius/files | |
parent | dev-util/gdbus-codegen: bump to 2.66.7 (diff) | |
download | gentoo-7404cd9230a8feee90ce53d4779e656bb4477e4a.tar.gz gentoo-7404cd9230a8feee90ce53d4779e656bb4477e4a.tar.bz2 gentoo-7404cd9230a8feee90ce53d4779e656bb4477e4a.zip |
games-strategy/julius: Rename binary without breaking desktop file
Closes: https://bugs.gentoo.org/770121
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-strategy/julius/files')
-rw-r--r-- | games-strategy/julius/files/julius-1.4.1-rename.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/games-strategy/julius/files/julius-1.4.1-rename.patch b/games-strategy/julius/files/julius-1.4.1-rename.patch new file mode 100644 index 000000000000..cf6b6d53aadd --- /dev/null +++ b/games-strategy/julius/files/julius-1.4.1-rename.patch @@ -0,0 +1,26 @@ +Avoid conflict with app-accessibility/julius. + +diff --color -Naur a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2020-06-01 14:53:28.000000000 +0100 ++++ b/CMakeLists.txt 2021-02-14 11:51:30.364704957 +0000 +@@ -27,7 +27,7 @@ + endif() + endif() + +-set(SHORT_NAME julius) ++set(SHORT_NAME julius-game) + project(${SHORT_NAME} C) + + if (VITA_BUILD) +diff --color -Naur a/res/julius.desktop b/res/julius.desktop +--- a/res/julius.desktop 2020-06-01 14:53:28.000000000 +0100 ++++ b/res/julius.desktop 2021-02-14 11:51:45.518122772 +0000 +@@ -2,7 +2,7 @@ + [Desktop Entry] + Type=Application + Version=1.0 +-Exec=julius ++Exec=julius-game + Icon=com.github.bvschaik.julius + Name=Julius + GenericName=Roman city management game |