git: 361297a0a5d4 - main - graphics/wrapland: update to 0.526.0 after d06d26f8c45e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Feb 2023 22:40:27 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=361297a0a5d4da4352588552c7880769fce85d23 commit 361297a0a5d4da4352588552c7880769fce85d23 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-10-11 12:36:31 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-07 22:37:51 +0000 graphics/wrapland: update to 0.526.0 after d06d26f8c45e Changes: https://gitlab.com/kwinft/wrapland/-/releases/wrapland@0.526.0-beta.0 Changes: https://gitlab.com/kwinft/wrapland/-/releases/wrapland@0.526.0 --- graphics/wrapland/Makefile | 4 ++-- graphics/wrapland/distinfo | 6 +++--- graphics/wrapland/pkg-plist | 2 ++ x11-wm/kwinft/Makefile | 2 ++ x11/disman/Makefile | 1 + 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/graphics/wrapland/Makefile b/graphics/wrapland/Makefile index c9288611327d..30385898ea9d 100644 --- a/graphics/wrapland/Makefile +++ b/graphics/wrapland/Makefile @@ -1,6 +1,6 @@ PORTNAME= wrapland DISTVERSIONPREFIX= ${PORTNAME}@ -DISTVERSION= 0.525.0 +DISTVERSION= 0.526.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -22,7 +22,7 @@ USE_KDE= ecm:build USE_LDCONFIG= yes USE_QT= qmake:build buildtools:build concurrent core gui GL_ACCOUNT= kwinft -GL_COMMIT= 0bb762c4403731454fb03afaf401f9ea1fa98a80 +GL_COMMIT= 0b3a0fbaf4dc7e9f1d3e20d396a8b14bfc64cbd8 PLIST_SUB= VERSION=${PORTVERSION} OPTIONS_DEFINE= DOXYGEN diff --git a/graphics/wrapland/distinfo b/graphics/wrapland/distinfo index bec78f40d4e2..fc5b34ed7c0e 100644 --- a/graphics/wrapland/distinfo +++ b/graphics/wrapland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655227960 -SHA256 (kwinft-wrapland-0bb762c4403731454fb03afaf401f9ea1fa98a80_GL0.tar.gz) = ba4ab35a51d970491224340d434fb5cc60acc84a4ee48c649fda83103a4f8e00 -SIZE (kwinft-wrapland-0bb762c4403731454fb03afaf401f9ea1fa98a80_GL0.tar.gz) = 553817 +TIMESTAMP = 1665491791 +SHA256 (kwinft-wrapland-0b3a0fbaf4dc7e9f1d3e20d396a8b14bfc64cbd8_GL0.tar.gz) = f83a4037933d993380f7a5a41378ffbe9989b7956c393ff9277229794e1a2691 +SIZE (kwinft-wrapland-0b3a0fbaf4dc7e9f1d3e20d396a8b14bfc64cbd8_GL0.tar.gz) = 566003 diff --git a/graphics/wrapland/pkg-plist b/graphics/wrapland/pkg-plist index df42baf45760..88aba9395cb0 100644 --- a/graphics/wrapland/pkg-plist +++ b/graphics/wrapland/pkg-plist @@ -26,6 +26,7 @@ include/Wrapland/Client/output.h include/Wrapland/Client/output_configuration_v1.h include/Wrapland/Client/output_device_v1.h include/Wrapland/Client/output_management_v1.h +include/Wrapland/Client/plasma_activation_feedback.h include/Wrapland/Client/plasmashell.h include/Wrapland/Client/plasmavirtualdesktop.h include/Wrapland/Client/plasmawindowmanagement.h @@ -95,6 +96,7 @@ include/Wrapland/Server/output_changeset_v1.h include/Wrapland/Server/output_configuration_v1.h include/Wrapland/Server/output_device_v1.h include/Wrapland/Server/output_management_v1.h +include/Wrapland/Server/plasma_activation_feedback.h include/Wrapland/Server/plasma_shell.h include/Wrapland/Server/plasma_virtual_desktop.h include/Wrapland/Server/plasma_window.h diff --git a/x11-wm/kwinft/Makefile b/x11-wm/kwinft/Makefile index 769b90c6cc39..3c698b2a400b 100644 --- a/x11-wm/kwinft/Makefile +++ b/x11-wm/kwinft/Makefile @@ -10,6 +10,8 @@ WWW= https://gitlab.com/kwinft/kwinft LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= requires https://gitlab.com/kwinft/kwinft/-/commit/2f5ba95e376f + BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libwayland-server.so:graphics/wayland \ diff --git a/x11/disman/Makefile b/x11/disman/Makefile index 2876c9f77e92..21b7e33fd0d7 100644 --- a/x11/disman/Makefile +++ b/x11/disman/Makefile @@ -1,6 +1,7 @@ PORTNAME= disman DISTVERSIONPREFIX= ${PORTNAME}@ DISTVERSION= 0.525.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org