mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
x11/kdisplay: update to 6.1.0
Changes: https://github.com/winft/kdisplay/releases/v6.1.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
ea0060d456
commit
8332c36c58
@ -1,6 +1,6 @@
|
||||
PORTNAME= kdisplay
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.0.0
|
||||
DISTVERSION= 6.1.0
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -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
|
||||
|
23
x11/kdisplay/files/patch-plasma-6.0
Normal file
23
x11/kdisplay/files/patch-plasma-6.0
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user