sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (4f1ea18eceea9f23b4b1d99337b215df28cbfd59)
- From: Treeve Jelbert <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (4f1ea18eceea9f23b4b1d99337b215df28cbfd59)
- Date: Wed, 18 Feb 2026 08:28:07 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
Changes.kde6 | 2
KDE_PLASMA | 6 +-
disk/exfatprogs/DETAILS | 2
disk/exfatprogs/HISTORY | 3 +
kde-plasma/kwayland/DEPENDS | 1
kde-plasma/kwin-x11/DEPENDS | 1
kde-plasma/kwin/DEPENDS | 3 -
kde-plasma/kwin/PRE_BUILD | 3 -
kde-plasma/kwin/patches/dbus.diff | 80
------------------------------------
kde-plasma/layer-shell-qt/DEPENDS | 1
kde-plasma/libkscreen/DEPENDS | 1
kde-plasma/libplasma/DEPENDS | 1
kde-plasma/plasma-desktop/DEPENDS | 1
kde-plasma/plasma-workspace/DEPENDS | 7 ---
kwinft/FUNCTIONS | 1
kwinft/como/CONFIGURE | 1
kwinft/como/CONFLICTS | 1
kwinft/como/DEPENDS | 58 --------------------------
kwinft/como/DETAILS | 17 -------
kwinft/como/HISTORY | 9 ----
kwinft/disman/CONFIGURE | 1
kwinft/disman/DEPENDS | 5 --
kwinft/disman/DETAILS | 14 ------
kwinft/disman/HISTORY | 8 ---
kwinft/kdisplay/CONFIGURE | 1
kwinft/kdisplay/DEPENDS | 16 -------
kwinft/kdisplay/DETAILS | 14 ------
kwinft/kdisplay/HISTORY | 8 ---
kwinft/theseus-ship/CONFIGURE | 1
kwinft/theseus-ship/CONFLICTS | 2
kwinft/theseus-ship/DEPENDS | 24 ----------
kwinft/theseus-ship/DETAILS | 14 ------
kwinft/theseus-ship/HISTORY | 8 ---
kwinft/theseus-ship/PROVIDES | 1
kwinft/wrapland/CONFIGURE | 1
kwinft/wrapland/DEPENDS | 5 --
kwinft/wrapland/DETAILS | 14 ------
kwinft/wrapland/HISTORY | 8 ---
38 files changed, 11 insertions(+), 333 deletions(-)
New commits:
commit 4f1ea18eceea9f23b4b1d99337b215df28cbfd59
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
exfatprogs: => 1.3.1
commit 22c7cd98aad5055e1f1c1d096d8117b61a370dc0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
KDE_PLASMA - update required versions
commit cb70f072aecbc8fb6b4f9d688541e7b157db9e32
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
kwin -delete obsolete patch
commit 7cfbab526a9e3d19989c37fb6b9fae5f4a798358
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
plasma/* => 6.6.0
commit b9c3384d1f3f0aa4e559089b8fcaae54af3b07d6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
plasma/* - update depends
commit f5488328ecc648c41f05a05819c93f28ec8391ff
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
delete obsolete kwinft/*
diff --git a/Changes.kde6 b/Changes.kde6
index b44b6e0..9085dfa 100644
--- a/Changes.kde6
+++ b/Changes.kde6
@@ -1,5 +1,6 @@
KDE6 status
+226-02-17 Plasma/* 6.6.0
2026-02-13 kde-fw* => 6,23.0
2026-02-06 kde/* => 25.12.2
2026-01-22 kio => 6.22.1
@@ -12,6 +13,7 @@ KDE6 status
2026-01-06 kde.gpg - add Mickael Sergent <miko53 AT free.fr>
add calligraplan-4.0.0
2026-01-05 KDE_FUNCTIONS - tweak flags
+2025-12-16 kwinft/* deleted, obsolete, incompatible
2025-12-13 plasma/* => 6.5.4
2025-12-12 add keepsecret
kde-fw* => 6,21.0
diff --git a/KDE_PLASMA b/KDE_PLASMA
index eb511a0..3ddc274 100644
--- a/KDE_PLASMA
+++ b/KDE_PLASMA
@@ -7,7 +7,7 @@ if [[ -z $BRANCH ]];then
BRANCH=stable
fi
if [[ -z $VERSION ]];then
- VERSION=6.5.5
+ VERSION=6.6.0
VX=$VERSION
else
VX=${VERSION%.?}
@@ -22,5 +22,5 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://kde.org/plasma-desktop
MIN_PWP='>= 1.19.0'
-MIN_QT='>= 6.9.2'
-MIN_KF='>= 6.18.0'
+MIN_QT='>= 6.10.0'
+MIN_KF='>= 6.22.0'
diff --git a/disk/exfatprogs/DETAILS b/disk/exfatprogs/DETAILS
index 3a0a4ae..6872c0e 100755
--- a/disk/exfatprogs/DETAILS
+++ b/disk/exfatprogs/DETAILS
@@ -1,5 +1,5 @@
SPELL=exfatprogs
- VERSION=1.2.9
+ VERSION=1.3.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/exfatprogs/exfatprogs
diff --git a/disk/exfatprogs/HISTORY b/disk/exfatprogs/HISTORY
index a2aa07f..440fc4f 100644
--- a/disk/exfatprogs/HISTORY
+++ b/disk/exfatprogs/HISTORY
@@ -1,3 +1,6 @@
+2026-02-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.1
+
2025-06-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.9
diff --git a/kde-plasma/kwayland/DEPENDS b/kde-plasma/kwayland/DEPENDS
index e9f4252..1ae9d49 100755
--- a/kde-plasma/kwayland/DEPENDS
+++ b/kde-plasma/kwayland/DEPENDS
@@ -1,6 +1,5 @@
source $GRIMOIRE/KDE_DEPENDS
vdepends <<!
- qt6wayland
wayland
plasma-wayland-protocols $MIN_PWP
MESA
diff --git a/kde-plasma/kwin-x11/DEPENDS b/kde-plasma/kwin-x11/DEPENDS
index adf772b..94e811d 100755
--- a/kde-plasma/kwin-x11/DEPENDS
+++ b/kde-plasma/kwin-x11/DEPENDS
@@ -4,7 +4,6 @@ vdepends <<! &&
qt6declarative
qt6sensors
qt6tools
- qt6wayland
kauth
kcolorscheme
kconfig
diff --git a/kde-plasma/kwin/DEPENDS b/kde-plasma/kwin/DEPENDS
index dba63fe..743a992 100755
--- a/kde-plasma/kwin/DEPENDS
+++ b/kde-plasma/kwin/DEPENDS
@@ -4,7 +4,6 @@ vdepends <<! &&
qt6declarative
qt6sensors
qt6tools
- qt6wayland
kauth
kcolorscheme
kconfig
@@ -31,8 +30,6 @@ vdepends <<! &&
plasma-wayland-protocols $MIN_PWP
PKG-CONFIG
DEVICE-MANAGER
- fontconfig
- freetype2
lcms2
libcanberra
libdrm >= 2.4.118
diff --git a/kde-plasma/kwin/PRE_BUILD b/kde-plasma/kwin/PRE_BUILD
deleted file mode 100755
index 4604ffc..0000000
--- a/kde-plasma/kwin/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches
diff --git a/kde-plasma/kwin/patches/dbus.diff
b/kde-plasma/kwin/patches/dbus.diff
deleted file mode 100644
index f536bf5..0000000
--- a/kde-plasma/kwin/patches/dbus.diff
+++ /dev/null
@@ -1,80 +0,0 @@
-diff --git a/src/core/session_consolekit.cpp
b/src/core/session_consolekit.cpp
-index
0200407e63d7cefffb6ab8f34a4c6f26846ac00a..c0e8449f8a2a47e3e54475fccb50f573346e0ede
100644
---- a/src/core/session_consolekit.cpp
-+++ b/src/core/session_consolekit.cpp
-@@ -239,7 +239,7 @@ FileDescriptor ConsoleKitSession::delaySleep(const
QString &reason)
- return FileDescriptor{};
- }
- const QDBusUnixFileDescriptor descriptor =
reply.arguments().constFirst().value<QDBusUnixFileDescriptor>();
-- return FileDescriptor{descriptor.fileDescriptor()};
-+ return FileDescriptor{fcntl(descriptor.fileDescriptor(),
F_DUPFD_CLOEXEC, 0)};
- }
-
- ConsoleKitSession::ConsoleKitSession(const QString &sessionPath)
-diff --git a/src/core/session_logind.cpp b/src/core/session_logind.cpp
-index
978c410cfeae8b91336f035b99ae11764faec498..5f6541c289b5fa263a3534821ec9c3b33490005b
100644
---- a/src/core/session_logind.cpp
-+++ b/src/core/session_logind.cpp
-@@ -237,7 +237,7 @@ FileDescriptor LogindSession::delaySleep(const QString
&reason)
- return FileDescriptor{};
- }
- const QDBusUnixFileDescriptor descriptor =
reply.arguments().constFirst().value<QDBusUnixFileDescriptor>();
-- return FileDescriptor{descriptor.fileDescriptor()};
-+ return FileDescriptor(fcntl(descriptor.fileDescriptor(),
F_DUPFD_CLOEXEC, 0));
- }
-
- LogindSession::LogindSession(const QString &sessionPath)
-diff --git a/src/utils/filedescriptor.cpp b/src/utils/filedescriptor.cpp
-index
d60c429e446c041a46d8c91adca20eba316fa71c..f76f07aad1ac227a96ef307c4cdab783414648fe
100644
---- a/src/utils/filedescriptor.cpp
-+++ b/src/utils/filedescriptor.cpp
-@@ -7,6 +7,7 @@
- SPDX-License-Identifier: GPL-2.0-or-later
- */
- #include "filedescriptor.h"
-+#include "common.h"
-
- #include <fcntl.h>
- #include <sys/poll.h>
-@@ -29,7 +30,12 @@ FileDescriptor::FileDescriptor(FileDescriptor &&other)
- FileDescriptor &FileDescriptor::operator=(FileDescriptor &&other)
- {
- if (m_fd != -1) {
-- ::close(m_fd);
-+ const int err = ::close(m_fd);
-+ if (Q_UNLIKELY(err != 0)) {
-+ // If this failed, we've either closed the fd somewhere else,
or we end up
-+ // leaking this fd here. Either way, there's some significant
bug!
-+ qCCritical(KWIN_CORE, "::close() failed: %s", strerror(errno));
-+ }
- }
- m_fd = std::exchange(other.m_fd, -1);
- return *this;
-@@ -38,7 +44,12 @@ FileDescriptor &FileDescriptor::operator=(FileDescriptor
&&other)
- FileDescriptor::~FileDescriptor()
- {
- if (m_fd != -1) {
-- ::close(m_fd);
-+ const int err = ::close(m_fd);
-+ if (Q_UNLIKELY(err != 0)) {
-+ // If this failed, we've either closed the fd somewhere else,
or we end up
-+ // leaking this fd here. Either way, there's some significant
bug!
-+ qCCritical(KWIN_CORE, "::close() failed: %s", strerror(errno));
-+ }
- }
- }
-
-@@ -60,7 +71,12 @@ int FileDescriptor::take()
- void FileDescriptor::reset()
- {
- if (m_fd != -1) {
-- ::close(m_fd);
-+ const int err = ::close(m_fd);
-+ if (Q_UNLIKELY(err != 0)) {
-+ // If this failed, we've either closed the fd somewhere else,
or we end up
-+ // leaking this fd here. Either way, there's some significant
bug!
-+ qCCritical(KWIN_CORE, "::close() failed: %s", strerror(errno));
-+ }
- m_fd = -1;
- }
- }
diff --git a/kde-plasma/layer-shell-qt/DEPENDS
b/kde-plasma/layer-shell-qt/DEPENDS
index b09f2ad..7355dc3 100755
--- a/kde-plasma/layer-shell-qt/DEPENDS
+++ b/kde-plasma/layer-shell-qt/DEPENDS
@@ -1,7 +1,6 @@
source $GRIMOIRE/KDE_DEPENDS &&
vdepends <<!
qt6declarative
- qt6wayland
wayland-protocols
wayland
!
diff --git a/kde-plasma/libkscreen/DEPENDS b/kde-plasma/libkscreen/DEPENDS
index ff5c37d..564cff5 100755
--- a/kde-plasma/libkscreen/DEPENDS
+++ b/kde-plasma/libkscreen/DEPENDS
@@ -1,6 +1,5 @@
source $GRIMOIRE/KDE_DEPENDS &&
vdepends <<!
- qt6wayland
plasma-wayland-protocols $MIN_PWP
libxcb
wayland
diff --git a/kde-plasma/libplasma/DEPENDS b/kde-plasma/libplasma/DEPENDS
index b651f18..b04f9db 100755
--- a/kde-plasma/libplasma/DEPENDS
+++ b/kde-plasma/libplasma/DEPENDS
@@ -3,7 +3,6 @@ vdepends <<! &&
qt6declarative >= 6.9
qtshadertools
qt6svg
- qt6wayland
plasma-activities
karchive
kcrash
diff --git a/kde-plasma/plasma-desktop/DEPENDS
b/kde-plasma/plasma-desktop/DEPENDS
index 77638a4..72799fe 100755
--- a/kde-plasma/plasma-desktop/DEPENDS
+++ b/kde-plasma/plasma-desktop/DEPENDS
@@ -27,6 +27,7 @@ vdepends <<! &&
sonnet
KWIN
libksysguard
+ plasma5support
plasma-activities
plasma-activities-stats
plasma-workspace
diff --git a/kde-plasma/plasma-workspace/DEPENDS
b/kde-plasma/plasma-workspace/DEPENDS
index 9c17ca8..2da583f 100755
--- a/kde-plasma/plasma-workspace/DEPENDS
+++ b/kde-plasma/plasma-workspace/DEPENDS
@@ -1,12 +1,10 @@
source $GRIMOIRE/KDE_DEPENDS
vdepends <<! &&
- qt5compat
qt6declarative
qt6location
qt6positioning
qtshadertools
qt6svg
- qt6wayland
karchive
kcmutils
kcoreaddons
@@ -16,6 +14,7 @@ vdepends <<! &&
kded
kglobalaccel
kguiaddons
+ kholidays
ki18n
kiconthemes
kio
@@ -33,12 +32,10 @@ vdepends <<! &&
ksvg
ktextwidgets
ktexteditor
- kunitconversion
kwallet
kpeople
prison
solid
- plasma5support
knighttime
kscreenlocker
KWIN
@@ -56,7 +53,6 @@ vdepends <<! &&
wayland
zlib
libcanberra
- phonon
!
runtime_depends qt6tools &&
@@ -108,7 +104,6 @@ optional_depends libkexiv2 '' '' 'wallpaper metadata'
&&
optional_depends baloo '' '' ' File Search runner' &&
optional_depends breeze '' '' 'workspace theme' &&
-optional_depends kholidays '' '' 'calendar' &&
optional_depends kparts '' '' '' &&
optional_depends ktexteditor '' '' '' &&
optional_depends kuserfeedback '' '' 'telemetry support' &&
diff --git a/kwinft/FUNCTIONS b/kwinft/FUNCTIONS
deleted file mode 100755
index 3f3cea9..0000000
--- a/kwinft/FUNCTIONS
+++ /dev/null
@@ -1 +0,0 @@
-. $GRIMOIRE/KDE_FUNCTIONS
diff --git a/kwinft/como/CONFIGURE b/kwinft/como/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kwinft/como/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kwinft/como/CONFLICTS b/kwinft/como/CONFLICTS
deleted file mode 100755
index e501446..0000000
--- a/kwinft/como/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts kwin
diff --git a/kwinft/como/DEPENDS b/kwinft/como/DEPENDS
deleted file mode 100755
index 6c82e2d..0000000
--- a/kwinft/como/DEPENDS
+++ /dev/null
@@ -1,58 +0,0 @@
-source $GRIMOIRE/KDE_DEPENDS &&
-depends qt5compat &&
-depends qt6declarative &&
-depends qt6tools &&
-
-depends kauth &&
-depends kcolorscheme &&
-depends kconfig &&
-depends kcoreaddons &&
-depends kcrash &&
-depends kdbusaddons &&
-depends kdecoration &&
-depends kglobalaccel &&
-depends ki18n &&
-depends kidletime &&
-depends kio &&
-depends knewstuff &&
-depends knotifications &&
-depends kservice &&
-depends kpackage &&
-depends ksvg &&
-depends kwidgetsaddons &&
-depends kwindowsystem &&
-depends kxmlgui &&
-
-# plasma stuff
-depends kdecoration &&
-depends kscreenlocker &&
-depends libplasma &&
-
-#depends PKG-CONFIG &&
-#depends DEVICE-MANAGER &&
-depends fontconfig &&
-depends freetype2 &&
-depends libdrm &&
-depends libepoxy &&
-depends libinput &&
-depends libxkbcommon &&
-depends libx11 &&
-depends libxcb &&
-depends libxdmcp &&
-depends pixman &&
-depends xcb-util-cursor &&
-depends wlroots &&
-depends wrapland &&
-#depemds xinput &&
-
-runtime_depends xwayland &&
-
-optional_depends kdoctools '' ' -DCMAKE_DISABLE_FIND_PACKAGE_KF6DocTools=1'
'build documentation' &&
-optional_depends breeze '' '' 'set window decoration plugin' &&
-optional_depends libcap '' '' 'support realtime scheduling' &&
-optional_depends libqaccessibilityclient '' '' 'enable accessibility
features' &&
-optional_depends xcb-util-wm '' '' 'to build kwin tests'
-#suggest_depends qt6virtualkeyboard '' '' 'virtual onlock keyboard' &&
-#runtime_depends LOGIN-DAEMON &&
-#suggest_depends qt6multimedia '' '' 'video playback effect'&&
-#suggest_depends hicolor-icon-theme '' '' 'fallback theme for many
programs'
diff --git a/kwinft/como/DETAILS b/kwinft/como/DETAILS
deleted file mode 100755
index dc6840c..0000000
--- a/kwinft/como/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=como
- VERSION=0.3.0
-
SOURCE_HASH=sha512:23a2ea6823e6ad14f9e1ff680695e99acc29565bf81c37fbe65abdcb1a9d9be604780ddef79e1d35140eb4917dab94c302c58ede1b1a31b817440d03e52b34e6
- SOURCE=como-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://github.com/winft/como
- SOURCE_URL=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
- LICENSE[0]=GPL
- ENTERED=20240227
- KEYWORDS="KDE6"
- SHORT="libraries to create ompositors for the Wayland and X11"
-cat << EOF
-The Compositor Modules (COMO) are a robust and versatile set of libraries
-to create compositors for the Wayland and X11 windowing systems on Linux
-The Compositor Modules make heavy use of C++ templates. This allows
consumers to replace
-many functions and types with customized versions when required.
-EOF
diff --git a/kwinft/como/HISTORY b/kwinft/como/HISTORY
deleted file mode 100644
index d4be735..0000000
--- a/kwinft/como/HISTORY
+++ /dev/null
@@ -1,9 +0,0 @@
-2024-10-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.3.0
-
-2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.2.0
- * DEPENDS: tweak
-
-2024-03-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.1.0
diff --git a/kwinft/disman/CONFIGURE b/kwinft/disman/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kwinft/disman/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kwinft/disman/DEPENDS b/kwinft/disman/DEPENDS
deleted file mode 100755
index 85880b8..0000000
--- a/kwinft/disman/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-source $GRIMOIRE/KDE_DEPENDS &&
-depends kcoreaddons &&
-optional_depends kwayland '' '' 'build kwayland backends' &&
-optional_depends wrapland '' '' 'build wrapland backends'&&
-optional_depends libxcb '' '' 'build XRandR backends'
diff --git a/kwinft/disman/DETAILS b/kwinft/disman/DETAILS
deleted file mode 100755
index 91d32e2..0000000
--- a/kwinft/disman/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=disman
- VERSION=0.602.0
-
SOURCE_HASH=sha512:cac0089f74260c61e2687b9bfb5bf5eff225ff9daf1c417096138abb1e1cf28cc70f616e096b320a5ca02de1fc1fa2dd09ac334ff527c3f062aab326ec691c43
- SOURCE=disman-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://github.com/winft/disman
- SOURCE_URL=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
- LICENSE[0]=LGPL
- ENTERED=20200525
- KEYWORDS="KF6"
- SHORT="Qt/C++ display management library"
-cat << EOF
-Qt/C++ display management library
-EOF
diff --git a/kwinft/disman/HISTORY b/kwinft/disman/HISTORY
deleted file mode 100644
index 92c1fbb..0000000
--- a/kwinft/disman/HISTORY
+++ /dev/null
@@ -1,8 +0,0 @@
-2024-10-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.602.0
-
-2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.601.0
-
-2024-03-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.600.0
diff --git a/kwinft/kdisplay/CONFIGURE b/kwinft/kdisplay/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kwinft/kdisplay/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kwinft/kdisplay/DEPENDS b/kwinft/kdisplay/DEPENDS
deleted file mode 100755
index 5515ac4..0000000
--- a/kwinft/kdisplay/DEPENDS
+++ /dev/null
@@ -1,16 +0,0 @@
-source $GRIMOIRE/KDE_DEPENDS &&
-depends qt6sensors &&
-depends qt6declarative &&
-depends kcmutils &&
-depends kconfig &&
-depends kdbusaddons &&
-depends kglobalaccel &&
-depends ki18n &&
-depends kiconthemes &&
-depends kwindowsystem &&
-depends kxmlgui &&
-
-depends layer-shell-qt &&
-depends libplasma &&
-
-depends disman
diff --git a/kwinft/kdisplay/DETAILS b/kwinft/kdisplay/DETAILS
deleted file mode 100755
index d1e1c54..0000000
--- a/kwinft/kdisplay/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=kdisplay
- VERSION=6.2.0
-
SOURCE_HASH=sha512:182a50b9dc3afa250d80fe4662bbee0aa9049af5ccc25c62f2b691315f61fd3e00446e4ca200647fb3c307b85421d405ceca3801a7d282570cda7cafb05b6d1b
- SOURCE=kdisplay-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://github.com/winft/kdisplay
- SOURCE_URL=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
- LICENSE[0]=LGPL
- ENTERED=20200525
- KEYWORDS="KF6"
- SHORT="App and daemon for display managing"
-cat << EOF
-App and daemon for display managing11
-EOF
diff --git a/kwinft/kdisplay/HISTORY b/kwinft/kdisplay/HISTORY
deleted file mode 100644
index 689445c..0000000
--- a/kwinft/kdisplay/HISTORY
+++ /dev/null
@@ -1,8 +0,0 @@
-2024-10-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 6.2.0
-
-2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 6.1.0
-
-2024-03-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 6.0.0
diff --git a/kwinft/theseus-ship/CONFIGURE b/kwinft/theseus-ship/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kwinft/theseus-ship/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kwinft/theseus-ship/CONFLICTS b/kwinft/theseus-ship/CONFLICTS
deleted file mode 100755
index 1f7b624..0000000
--- a/kwinft/theseus-ship/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts kwin
-conflicts kwinft y
diff --git a/kwinft/theseus-ship/DEPENDS b/kwinft/theseus-ship/DEPENDS
deleted file mode 100755
index bfa8e73..0000000
--- a/kwinft/theseus-ship/DEPENDS
+++ /dev/null
@@ -1,24 +0,0 @@
-source $GRIMOIRE/KDE_DEPENDS &&
-depends qt6declarative &&
-depends qt6tools &&
-
-depends kcrash &&
-depends kdbusaddons &&
-
-# plasma stuff
-depends kdecoration &&
-depends kscreenlocker &&
-depends libplasma &&
-
-depends como &&
-depends wrapland &&
-
-depends OPENGL &&
-depends libepoxy &&
-depends libinput &&
-depends libx11 &&
-depends libxcb &&
-
-optional_depends breeze '' '' 'set window decoration plugin' &&
-optional_depends libcap '' '' 'support realtime scheduling' &&
-optional_depends xcb-util-wm '' '' 'to build kwin tests'
diff --git a/kwinft/theseus-ship/DETAILS b/kwinft/theseus-ship/DETAILS
deleted file mode 100755
index 8fef2a0..0000000
--- a/kwinft/theseus-ship/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=theseus-ship
- VERSION=6.2.0
-
SOURCE_HASH=sha512:cc5ac3b9375587aa3203c87baf52c1144be929951ce08fae1803d89b3332997f45622570979d16412c280d4a6739a1c4491331a0201cb71f992fafbf971dc0c4
- SOURCE=theseus-ship-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://github.com/winft/theseus-ship
- SOURCE_URL=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
- LICENSE[0]=GPL
- ENTERED=20200419
- KEYWORDS="KDE6"
- SHORT="Wayland compositor and X11 window manager"
-cat << EOF
-Wayland compositor and X11 window manager
-EOF
diff --git a/kwinft/theseus-ship/HISTORY b/kwinft/theseus-ship/HISTORY
deleted file mode 100644
index 689445c..0000000
--- a/kwinft/theseus-ship/HISTORY
+++ /dev/null
@@ -1,8 +0,0 @@
-2024-10-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 6.2.0
-
-2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 6.1.0
-
-2024-03-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 6.0.0
diff --git a/kwinft/theseus-ship/PROVIDES b/kwinft/theseus-ship/PROVIDES
deleted file mode 100755
index 5a12427..0000000
--- a/kwinft/theseus-ship/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-KWIN
diff --git a/kwinft/wrapland/CONFIGURE b/kwinft/wrapland/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kwinft/wrapland/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kwinft/wrapland/DEPENDS b/kwinft/wrapland/DEPENDS
deleted file mode 100755
index 7d7e42a..0000000
--- a/kwinft/wrapland/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-source $GRIMOIRE/KDE_DEPENDS &&
-depends wayland-protocols &&
-depends wayland &&
-depends mesa &&
-depends ms-gsl
diff --git a/kwinft/wrapland/DETAILS b/kwinft/wrapland/DETAILS
deleted file mode 100755
index be8a5b7..0000000
--- a/kwinft/wrapland/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=wrapland
- VERSION=0.602.0
-
SOURCE_HASH=sha512:5a9534a90154c3df67df40dde08fb017cdf124ed29584ea3485d5cb6f4f42e4ab617fd33d58c9f218217c8c877135f4f9981a6e56a469c51d1ffa57f91cf14db
- SOURCE=wrapland-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://github.com/winft/wrapland
- SOURCE_URL=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
- LICENSE[0]=LGPL
- ENTERED=20200419
- KEYWORDS="KF6"
- SHORT="Qt/C++ library wrapping libwayland"
-cat << EOF
-Qt/C++ library wrapping libwayland
-EOF
diff --git a/kwinft/wrapland/HISTORY b/kwinft/wrapland/HISTORY
deleted file mode 100644
index 92c1fbb..0000000
--- a/kwinft/wrapland/HISTORY
+++ /dev/null
@@ -1,8 +0,0 @@
-2024-10-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.602.0
-
-2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.601.0
-
-2024-03-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.600.0
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (4f1ea18eceea9f23b4b1d99337b215df28cbfd59), Treeve Jelbert, 02/18/2026
Archive powered by MHonArc 2.6.24.