Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2025 23:46:21 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 214d57fa1644 - main - graphics/plasma6-spectacle: Unbreak option WAYLAND off
Message-ID:  <202506172346.55HNkLxJ044374@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=214d57fa1644a4022f6fb932593dda79b342257e

commit 214d57fa1644a4022f6fb932593dda79b342257e
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-06-17 23:43:58 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-06-17 23:43:58 +0000

    graphics/plasma6-spectacle: Unbreak option WAYLAND off
    
    Update patch after update port from 6.3.5 to 6.4.0 in fcdd7f4c1135.
    
    Approved by:    kde (maintainer, implicit)
---
 .../files/extra-patch-pipewire-off                 | 26 +++++++++++-----------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/graphics/plasma6-spectacle/files/extra-patch-pipewire-off b/graphics/plasma6-spectacle/files/extra-patch-pipewire-off
index ee69ca424239..367d2e39f8bb 100644
--- a/graphics/plasma6-spectacle/files/extra-patch-pipewire-off
+++ b/graphics/plasma6-spectacle/files/extra-patch-pipewire-off
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig	2025-02-19 09:24:17 UTC
+--- CMakeLists.txt.orig	2025-06-12 09:06:01 UTC
 +++ CMakeLists.txt
-@@ -83,12 +83,16 @@ find_package(LayerShellQt REQUIRED)
+@@ -87,12 +87,16 @@ find_package(LayerShellQt REQUIRED)
  find_package(Wayland REQUIRED COMPONENTS Client)
  find_package(PlasmaWaylandProtocols REQUIRED)
  find_package(LayerShellQt REQUIRED)
@@ -19,7 +19,7 @@
  )
  
  # optional components
---- src/CMakeLists.txt.orig	2025-02-19 09:24:17 UTC
+--- src/CMakeLists.txt.orig	2025-06-12 09:06:01 UTC
 +++ src/CMakeLists.txt
 @@ -19,6 +19,10 @@ qt_add_qml_module(spectacle URI ${SPECTACLE_QML_URI} D
  add_executable(spectacle)
@@ -31,16 +31,16 @@
 +
  target_sources(spectacle PRIVATE
      ${SPECTACLE_SRCS}
-     Main.cpp
-@@ -61,7 +65,6 @@ target_sources(spectacle PRIVATE
+     CaptureModeModel.cpp
+@@ -60,7 +64,6 @@ target_sources(spectacle PRIVATE
      Platforms/PlatformNull.cpp
-     Platforms/ImagePlatformKWin.cpp
+     Platforms/screencasting.cpp
      Platforms/VideoPlatform.cpp
 -    Platforms/VideoPlatformWayland.cpp
-     Platforms/screencasting.cpp
- )
- 
-@@ -102,6 +105,10 @@ target_include_directories(spectacle PUBLIC ${OpenCV_I
+     RecordingModeModel.cpp
+     ScreenShotEffect.cpp
+     ShortcutActions.cpp
+@@ -106,6 +109,10 @@ target_include_directories(spectacle PUBLIC ${OpenCV_I
  
  target_include_directories(spectacle PUBLIC ${OpenCV_INCLUDE_DIRS})
  
@@ -51,7 +51,7 @@
  target_link_libraries(spectacle PRIVATE
      Qt::Concurrent
      Qt::DBus
-@@ -127,7 +134,6 @@ target_link_libraries(spectacle PRIVATE
+@@ -131,7 +138,6 @@ target_link_libraries(spectacle PRIVATE
      KF6::StatusNotifierItem
      KF6::PrisonScanner
      KF6::Crash
@@ -59,7 +59,7 @@
      Wayland::Client
      LayerShellQt::Interface
      ${OpenCV_LIBRARIES}
---- src/Config.h.in.orig	2025-02-19 09:24:17 UTC
+--- src/Config.h.in.orig	2025-06-12 09:06:01 UTC
 +++ src/Config.h.in
 @@ -7,6 +7,9 @@
  /* Define to 1 if we have Purpose */
@@ -71,7 +71,7 @@
  /* Set the Spectacle version from CMake */
  #cmakedefine SPECTACLE_VERSION "@SPECTACLE_VERSION@"
  
---- src/Platforms/PlatformLoader.cpp.orig	2025-02-19 09:24:17 UTC
+--- src/Platforms/PlatformLoader.cpp.orig	2025-06-12 09:06:01 UTC
 +++ src/Platforms/PlatformLoader.cpp
 @@ -11,7 +11,9 @@
  


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506172346.55HNkLxJ044374>