diff --git a/x11/kdisplay/Makefile b/x11/kdisplay/Makefile index d73a7849dd4d..9f0b58cf6baa 100644 --- a/x11/kdisplay/Makefile +++ b/x11/kdisplay/Makefile @@ -1,27 +1,27 @@ PORTNAME= kdisplay DISTVERSIONPREFIX= v -DISTVERSION= 6.0.0 +DISTVERSION= 6.1.0 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= App and daemon for display managing WWW= https://github.com/winft/kdisplay LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL LIB_DEPENDS= libdisman.so:x11/disman USES= cmake:testing gettext-tools kde:6 qt:6 USE_GITHUB= yes USE_KDE= ecm:build config coreaddons dbusaddons globalaccel i18n \ itemmodels:run kcmutils layer-shell-qt libplasma windowsystem xmlgui USE_LDCONFIG= yes USE_QT= base declarative sensors GH_ACCOUNT= winft PLIST_SUB= VERSION=${PORTVERSION} LDFLAGS+= -Wl,--as-needed # X11, GL, KF6* .include 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