commit: 4347832d24c7cc0fedb6e87ca2d8a14e03947b46 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Jun 8 09:21:36 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 09:21:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4347832d
media-plugins/calf: de-scrubbed patch with file rename to restore the patch's functionality Closes: https://bugs.gentoo.org/957571 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-plugins/calf/files/calf-0.90.6-desktop-file.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/media-plugins/calf/files/calf-0.90.6-desktop-file.patch b/media-plugins/calf/files/calf-0.90.6-desktop-file.patch index 42c61e72177a..0472d08981cf 100644 --- a/media-plugins/calf/files/calf-0.90.6-desktop-file.patch +++ b/media-plugins/calf/files/calf-0.90.6-desktop-file.patch @@ -11,6 +11,17 @@ and not of the application. This also updates/fixes the `Categories` section. Fixes https://955628.bugs.gentoo.org/attachment.cgi?id=928147 . +--- + .gitignore | 1 - + .svnignore | 1 - + CMakeLists.txt | 3 +-- + calf.desktop.in => calf.desktop | 7 ++++--- + configure.ac.deprecated | 1 - + 5 files changed, 5 insertions(+), 8 deletions(-) + rename calf.desktop.in => calf.desktop (95%) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index bd723ed70..5b976127d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,7 +200,6 @@ else() @@ -30,9 +41,11 @@ Fixes https://955628.bugs.gentoo.org/attachment.cgi?id=928147 . DESTINATION ${CMAKE_INSTALL_DATADIR}/applications) install(FILES ${CMAKE_SOURCE_DIR}/${PROJECT_NAME}jackhost.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) +diff --git a/calf.desktop.in b/calf.desktop similarity index 95% rename from calf.desktop.in rename to calf.desktop +index 3514ee874..c0a2071ac 100644 --- a/calf.desktop.in +++ b/calf.desktop @@ -1,10 +1,11 @@
