Files
gentoo/dev-db/sqliteman/files/sqliteman-1.2.2-cmake.patch
Andreas Sturmlechner cfcfb63e2c dev-db/sqliteman: EAPI-8 bump, switch to cmake.eclass, xdg.eclass
Cleanup obsolete minimum version deps
Fix pixmap icon installation path for use with desktop file
Improve desktop file (patch thx to Fedora)

Bug: https://bugs.gentoo.org/834312
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2022-02-28 08:13:33 +01:00

11 lines
277 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -154,6 +154,6 @@
)
INSTALL(FILES
sqliteman/icons/sqliteman.png
- DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor"
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pixmaps"
)
ENDIF (WIN32)