aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-06-21 15:35:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-06-21 20:26:56 +0000
commit8332c36c5874a2e7ff6f662db193405d023fe051 (patch)
tree9b601f02290d6df970a56382382eef44bf90b58e
parentea0060d4568e59da1f0439f3a3a04c72c7fa6f87 (diff)
downloadports-8332c36c5874a2e7ff6f662db193405d023fe051.tar.gz
ports-8332c36c5874a2e7ff6f662db193405d023fe051.zip
x11/kdisplay: update to 6.1.0
Changes: https://github.com/winft/kdisplay/releases/v6.1.0 Reported by: GitHub (watch releases)
-rw-r--r--x11/kdisplay/Makefile2
-rw-r--r--x11/kdisplay/distinfo6
-rw-r--r--x11/kdisplay/files/patch-plasma-6.023
3 files changed, 27 insertions, 4 deletions
diff --git a/x11/kdisplay/Makefile b/x11/kdisplay/Makefile
index d73a7849dd4d..9f0b58cf6baa 100644
--- a/x11/kdisplay/Makefile
+++ b/x11/kdisplay/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kdisplay
DISTVERSIONPREFIX= v
-DISTVERSION= 6.0.0
+DISTVERSION= 6.1.0
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11/kdisplay/distinfo b/x11/kdisplay/distinfo
index 81b5561f4fe9..06430441d8e2 100644
--- a/x11/kdisplay/distinfo
+++ b/x11/kdisplay/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712585220
-SHA256 (winft-kdisplay-v6.0.0_GH0.tar.gz) = b1da715f9eb0cffb116ea9d0f756668da96848db562b4a2de5a524f321759537
-SIZE (winft-kdisplay-v6.0.0_GH0.tar.gz) = 195687
+TIMESTAMP = 1718984153
+SHA256 (winft-kdisplay-v6.1.0_GH0.tar.gz) = e118e8240ee0f1e2e212ddf123b89e46169f293f8c37c5ec06b1556425ab8032
+SIZE (winft-kdisplay-v6.1.0_GH0.tar.gz) = 195503
diff --git a/x11/kdisplay/files/patch-plasma-6.0 b/x11/kdisplay/files/patch-plasma-6.0
new file mode 100644
index 000000000000..80f61b599085
--- /dev/null
+++ b/x11/kdisplay/files/patch-plasma-6.0
@@ -0,0 +1,23 @@
+Drop after x11/plasma6-libplasma >= 6.1.0 update
+
+CMake Error at CMakeLists.txt:38 (find_package):
+ Could not find a configuration file for package "Plasma" that is compatible
+ with requested version "6.1".
+
+ The following configuration files were considered but not accepted:
+
+ /usr/local/lib/cmake/Plasma/PlasmaConfig.cmake, version: 6.0.4
+
+--- CMakeLists.txt.orig 2024-06-19 20:33:52 UTC
++++ CMakeLists.txt
+@@ -35,8 +35,8 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENT
+ XmlGui
+ )
+
+-find_package(Plasma ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} REQUIRED)
+-find_package(PlasmaQuick ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} REQUIRED)
++find_package(Plasma ${PROJECT_VERSION_MAJOR} REQUIRED)
++find_package(PlasmaQuick ${PROJECT_VERSION_MAJOR} REQUIRED)
+
+ find_package(LayerShellQt)
+ set_package_properties(LayerShellQt PROPERTIES