diff options
| author | Martin Dummer <martin.dummer@gmx.net> | 2024-06-09 17:00:56 +0200 |
|---|---|---|
| committer | Joonas Niilola <juippis@gentoo.org> | 2024-10-17 11:13:46 +0300 |
| commit | 8b4be9997c7babbf0ff2b46f47302bdf650d3601 (patch) | |
| tree | dc7c06f96745a5c51dcbda05f877bf81de349a4b /app-admin/passwordsafe/files | |
| parent | 4f0277626f1af1cff3b2f7cb6f4d368d81326ce2 (diff) | |
| download | gentoo-8b4be9997c7babbf0ff2b46f47302bdf650d3601.tar.gz gentoo-8b4be9997c7babbf0ff2b46f47302bdf650d3601.tar.bz2 gentoo-8b4be9997c7babbf0ff2b46f47302bdf650d3601.zip | |
app-admin/passwordsafe: add 1.19.1
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/37098
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-admin/passwordsafe/files')
| -rw-r--r-- | app-admin/passwordsafe/files/CMake.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/passwordsafe/files/CMake.patch b/app-admin/passwordsafe/files/CMake.patch new file mode 100644 index 000000000000..a9c276322a27 --- /dev/null +++ b/app-admin/passwordsafe/files/CMake.patch @@ -0,0 +1,13 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -345,8 +345,8 @@ + COMMAND ${GZIP} ARGS -9 -n -c ${PROJECT_SOURCE_DIR}/docs/pwsafe.1 > pwsafe.1.gz + WORKING_DIRECTORY ${CMAKE_BINARY_DIR}) + ADD_CUSTOM_TARGET(manpage ALL DEPENDS ${CMAKE_BINARY_DIR}/pwsafe.1.gz) +- install (FILES ${CMAKE_BINARY_DIR}/pwsafe.1.gz TYPE MAN) +- install (FILES "install/desktop/pwsafe.desktop" DESTINATION "share/applications") ++ install (FILES ${PROJECT_SOURCE_DIR}/docs/pwsafe.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 RENAME passwordsafe.1) ++ install (FILES "install/desktop/pwsafe.desktop" DESTINATION "share/applications" RENAME "passwordsafe.desktop") + install (FILES "install/metainfo/org.pwsafe.pwsafe.metainfo.xml" DESTINATION "share/metainfo") + install (FILES "install/graphics/48x48/pwsafe.png" DESTINATION "share/icons/hicolor/48x48/apps/") + install (FILES "install/graphics/128x128/pwsafe.png" DESTINATION "share/icons/hicolor/128x128/apps/") |
