mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-19 12:32:32 +01:00
18 lines
1.3 KiB
Diff
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
|