head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.05.05.08.59.03; author tnn; state Exp; branches; next ; commitid ujTz78Nn34trgHTF; desc @@ 1.1 log @graphics/flameshot: import flameshot-12.1.0 Flameshot is a free and open-source, cross-platform tool to take screenshots with many built-in features to save you time. Features: - Snipping tool - Highly customizable - Easy to use - In-app screenshot editing - DBus interface - Upload to online platforms @ text @$NetBSD$ Honour PKGMANDIR. --- src/CMakeLists.txt.orig 2022-07-03 13:42:21.000000000 +0000 +++ src/CMakeLists.txt @@@@ -325,7 +325,7 @@@@ if (UNIX) # Install man pages configure_file(${CMAKE_SOURCE_DIR}/data/man/man1/flameshot.1 - ${CMAKE_CURRENT_BINARY_DIR}/share/man/man1/flameshot.1 COPYONLY) + ${CMAKE_CURRENT_BINARY_DIR}/@@PKGMANDIR@@/man1/flameshot.1 COPYONLY) # Install Icons configure_file(${CMAKE_SOURCE_DIR}/data/img/hicolor/48x48/apps/org.flameshot.Flameshot.png @@@@ -349,6 +349,7 @@@@ if (UNIX) # Install assets install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/share/ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}) + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/@@PKGMANDIR@@/ DESTINATION ${CMAKE_INSTALL_MANDIR}) # Install Translations install(FILES ${QM_FILES} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/flameshot/translations) @