mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/kdisplay: update to 6.2.0
Changes: https://github.com/winft/kdisplay/releases/v6.2.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
5415067bb3
commit
ff1dd80353
3 changed files with 27 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kdisplay
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.1.0
|
||||
DISTVERSION= 6.2.0
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1718984153
|
||||
SHA256 (winft-kdisplay-v6.1.0_GH0.tar.gz) = e118e8240ee0f1e2e212ddf123b89e46169f293f8c37c5ec06b1556425ab8032
|
||||
SIZE (winft-kdisplay-v6.1.0_GH0.tar.gz) = 195503
|
||||
TIMESTAMP = 1728520700
|
||||
SHA256 (winft-kdisplay-v6.2.0_GH0.tar.gz) = 27831dab267a565200be3045acd1276dac5191149c9e67e2e8d8295a7baa43ca
|
||||
SIZE (winft-kdisplay-v6.2.0_GH0.tar.gz) = 195511
|
||||
|
|
23
x11/kdisplay/files/patch-plasma-6.1
Normal file
23
x11/kdisplay/files/patch-plasma-6.1
Normal file
|
@ -0,0 +1,23 @@
|
|||
Drop after x11/plasma6-libplasma >= 6.2.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.2".
|
||||
|
||||
The following configuration files were considered but not accepted:
|
||||
|
||||
/usr/local/lib/cmake/Plasma/PlasmaConfig.cmake, version: 6.1.2
|
||||
|
||||
--- CMakeLists.txt.orig 2024-10-09 19:15: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…
Add table
Reference in a new issue