aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2020-06-27 18:26:28 +0800
committerAdriaan de Groot <adridg@FreeBSD.org>2020-06-27 18:26:28 +0800
commite08d1449c4ee969fe6f6f0b90d31a2348d161580 (patch)
treeef9ba0370e8e6e84509b033897ce67a68cb7f6e0 /graphics
parent9ff60007007314190c722ad14a282dc021ed3dc1 (diff)
downloadfreebsd-ports-gnome-e08d1449c4ee969fe6f6f0b90d31a2348d161580.tar.gz
freebsd-ports-gnome-e08d1449c4ee969fe6f6f0b90d31a2348d161580.tar.zst
freebsd-ports-gnome-e08d1449c4ee969fe6f6f0b90d31a2348d161580.zip
Update graphics/{kimageannotator,ksnip} to latest upstream release.
Release notes at https://github.com/ksnip/ksnip/releases/tag/v1.7.1 Most of the FreeBSD patches have been upstreamed for a later release.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kimageannotator/Makefile4
-rw-r--r--graphics/kimageannotator/distinfo6
-rw-r--r--graphics/kimageannotator/files/patch-CMakeLists.txt20
-rw-r--r--graphics/kimageannotator/pkg-plist2
-rw-r--r--graphics/ksnip/Makefile2
-rw-r--r--graphics/ksnip/distinfo6
6 files changed, 11 insertions, 29 deletions
diff --git a/graphics/kimageannotator/Makefile b/graphics/kimageannotator/Makefile
index 4aa4a875395f..2e30c6fb0eb0 100644
--- a/graphics/kimageannotator/Makefile
+++ b/graphics/kimageannotator/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kImageAnnotator
DISTVERSIONPREFIX= v
-DISTVERSION= 0.3.0
+DISTVERSION= 0.3.1
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
@@ -22,4 +22,6 @@ USE_QT= core svg \
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_EXAMPLE
+PLIST_SUB= SHLIB_VER=${DISTVERSION}
+
.include <bsd.port.mk>
diff --git a/graphics/kimageannotator/distinfo b/graphics/kimageannotator/distinfo
index 66225a2804a9..732922642f82 100644
--- a/graphics/kimageannotator/distinfo
+++ b/graphics/kimageannotator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592991794
-SHA256 (ksnip-kImageAnnotator-v0.3.0_GH0.tar.gz) = d7818246b4278402a7acd7d0675c84a64e91284c134a88605c58bec2a36d0a26
-SIZE (ksnip-kImageAnnotator-v0.3.0_GH0.tar.gz) = 128019
+TIMESTAMP = 1593171353
+SHA256 (ksnip-kImageAnnotator-v0.3.1_GH0.tar.gz) = 483bc305631c018c4d7fe835fe0d1c5b39b350b66b55698f5868d4879131a776
+SIZE (ksnip-kImageAnnotator-v0.3.1_GH0.tar.gz) = 130708
diff --git a/graphics/kimageannotator/files/patch-CMakeLists.txt b/graphics/kimageannotator/files/patch-CMakeLists.txt
index 6b4546051508..fbb879dfcad8 100644
--- a/graphics/kimageannotator/files/patch-CMakeLists.txt
+++ b/graphics/kimageannotator/files/patch-CMakeLists.txt
@@ -1,25 +1,5 @@
--- CMakeLists.txt.orig 2020-06-24 09:59:32 UTC
+++ CMakeLists.txt
-@@ -8,6 +8,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)
- set(CMAKE_AUTOMOC ON)
- set(CMAKE_AUTORCC ON)
-
-+include(GNUInstallDirs)
-+include(FeatureSummary)
-+
- option(BUILD_TESTS "Build Unit Tests" OFF)
- option(BUILD_EXAMPLE "Build Example Application" ON)
-
-@@ -27,9 +30,6 @@ if (UNIX)
- find_package(X11 REQUIRED)
- endif ()
-
--include(GNUInstallDirs)
--include(FeatureSummary)
--
- set(KCOLORPICKER_MIN_VERSION "0.1.4")
- find_package(kColorPicker ${KCOLORPICKER_MIN_VERSION} REQUIRED)
-
@@ -69,7 +69,7 @@ target_include_directories(kImageAnnotator
target_link_libraries(kImageAnnotator PUBLIC Qt5::Widgets Qt5::Svg PRIVATE kColorPicker::kColorPicker)
diff --git a/graphics/kimageannotator/pkg-plist b/graphics/kimageannotator/pkg-plist
index 915c9db6f336..130ad1f74506 100644
--- a/graphics/kimageannotator/pkg-plist
+++ b/graphics/kimageannotator/pkg-plist
@@ -5,7 +5,7 @@ lib/cmake/kImageAnnotator/kImageAnnotator-targets.cmake
lib/cmake/kImageAnnotator/kImageAnnotatorConfig-version.cmake
lib/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake
lib/libkImageAnnotator.so
-lib/libkImageAnnotator.so.0.3.0
+lib/libkImageAnnotator.so.%%SHLIB_VER%%
%%DATADIR%%/translations/kImageAnnotator_cs.qm
%%DATADIR%%/translations/kImageAnnotator_da.qm
%%DATADIR%%/translations/kImageAnnotator_de.qm
diff --git a/graphics/ksnip/Makefile b/graphics/ksnip/Makefile
index 789ea29a607f..d6ec4f40db31 100644
--- a/graphics/ksnip/Makefile
+++ b/graphics/ksnip/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ksnip
DISTVERSIONPREFIX= v
-DISTVERSION= 1.7.0
+DISTVERSION= 1.7.1
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
diff --git a/graphics/ksnip/distinfo b/graphics/ksnip/distinfo
index d9696d26e533..288fa90b9656 100644
--- a/graphics/ksnip/distinfo
+++ b/graphics/ksnip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592991920
-SHA256 (ksnip-ksnip-v1.7.0_GH0.tar.gz) = ab9d2e58eb7680b151375fa7ce408eaed3f3e9538a9e8bf95716c31238752526
-SIZE (ksnip-ksnip-v1.7.0_GH0.tar.gz) = 335727
+TIMESTAMP = 1593171338
+SHA256 (ksnip-ksnip-v1.7.1_GH0.tar.gz) = 43c18bd8110caa9a778878d56df4e5a2716b8c51a3edf65f3077413fe9f0dbac
+SIZE (ksnip-ksnip-v1.7.1_GH0.tar.gz) = 340654