mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-19 05:08:07 -07:00
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>
11 lines
277 B
Diff
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)
|