aports/testing/welle-io/fix-package-name.patch
2024-12-21 22:23:47 +00:00

18 lines
1.3 KiB
Diff

Adjust filenames that were left unchanged after welle migrated to flatpak
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -444,8 +444,8 @@
INSTALL (FILES src/welle-gui/doc/man/welle-io.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/)
if(UNIX AND NOT APPLE)
- INSTALL (FILES ${PROJECT_SOURCE_DIR}/welle-io.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications)
- INSTALL (FILES ${PROJECT_SOURCE_DIR}/io.welle.welle_io.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo)
+ INSTALL (FILES ${PROJECT_SOURCE_DIR}/io.welle.welle_io.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications)
+ INSTALL (FILES ${PROJECT_SOURCE_DIR}/io.welle.welle_io.appdata.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo)
INSTALL (FILES ${PROJECT_SOURCE_DIR}/src/welle-gui/icons/16x16/welle-io.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/16x16/apps)
INSTALL (FILES ${PROJECT_SOURCE_DIR}/src/welle-gui/icons/24x24/welle-io.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/24x24/apps)
Common subdirectories: src/welle.io-2.6/HomebrewFormula and b/HomebrewFormula
Common subdirectories: src/welle.io-2.6/cmake and b/cmake
Common subdirectories: src/welle.io-2.6/src and b/src