Here is an update to Flameshot v11.0-rc1. https://github.com/flameshot-org/flameshot/releases/tag/v11.0.rc1
I am not looking to commit it but I'd be glad to get some test reports before the final release in a couple weeks. Thanks, Denis Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/flameshot/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 22 Nov 2021 11:57:45 -0000 1.8 +++ Makefile 26 Dec 2021 10:49:19 -0000 @@ -5,8 +5,7 @@ CATEGORIES = graphics x11 GH_ACCOUNT = flameshot-org GH_PROJECT = flameshot -GH_TAGNAME = v0.10.2 -REVISION = 0 +GH_TAGNAME = v11.0.rc1 HOMEPAGE = https://flameshot.org/ MAINTAINER = Denis Fondras <[email protected]> Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/flameshot/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 22 Nov 2021 11:57:45 -0000 1.6 +++ distinfo 26 Dec 2021 10:49:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (flameshot-0.10.2.tar.gz) = lRyBcLe+LxLkRG9jZ+j6F26zSJ/iTAzvjf2gvRgOYfk= -SIZE (flameshot-0.10.2.tar.gz) = 7726687 +SHA256 (flameshot-11.0.rc1.tar.gz) = 27u9Atfo/sOlzNUU7frZseVWkBxbjo6oNFRvagfh2W8= +SIZE (flameshot-11.0.rc1.tar.gz) = 7747036 Index: patches/patch-src_CMakeLists_txt =================================================================== RCS file: /cvs/ports/graphics/flameshot/patches/patch-src_CMakeLists_txt,v retrieving revision 1.1 diff -u -p -r1.1 patch-src_CMakeLists_txt --- patches/patch-src_CMakeLists_txt 16 Jul 2021 16:47:39 -0000 1.1 +++ patches/patch-src_CMakeLists_txt 26 Dec 2021 10:49:19 -0000 @@ -5,20 +5,20 @@ Install manpage to correct location Index: src/CMakeLists.txt --- src/CMakeLists.txt.orig +++ src/CMakeLists.txt -@@ -264,7 +264,7 @@ configure_file(${CMAKE_SOURCE_DIR}/data/dbus/org.flame +@@ -297,7 +297,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}/man/man1/flameshot.1 COPYONLY) + # 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}/man/man1/flameshot.1 COPYONLY) - # Install Icons - configure_file(${CMAKE_SOURCE_DIR}/data/img/hicolor/48x48/apps/org.flameshot.Flameshot.png -@@ -287,6 +287,7 @@ configure_file(${CMAKE_SOURCE_DIR}/data/img/hicolor/sc - ${CMAKE_CURRENT_BINARY_DIR}/share/icons/hicolor/scalable/apps/flameshot.svg COPYONLY) + # Install Icons + configure_file(${CMAKE_SOURCE_DIR}/data/img/hicolor/48x48/apps/org.flameshot.Flameshot.png +@@ -320,6 +320,7 @@ if (UNIX) + ${CMAKE_CURRENT_BINARY_DIR}/share/icons/hicolor/scalable/apps/flameshot.svg COPYONLY) - # Install assets -+install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${CMAKE_INSTALL_PREFIX}/man) - install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/share/ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}) + # Install assets ++ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man/ DESTINATION ${CMAKE_INSTALL_PREFIX}/man) + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/share/ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}) - # Install Translations + # Install Translations
