Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

343 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2023-12-01 11:59:58 +0300 committer: kx <kx@radix.pro> 2023-12-01 11:59:58 +0300 commit: 3d20560564a60a7df639b510d7ae4482b8cda617 parent: 68451c3b75754e7df5a2a1bbe8ee5fdb8a63c2c3
Commit Summary:
KDE: kwayland moved to frameworks
Diffstat:
3 files changed, 2 insertions, 2 deletions
diff --git a/KDE/frameworks/Makefile b/KDE/frameworks/Makefile
index 84f9ba8..e6c0dd0 100644
--- a/KDE/frameworks/Makefile
+++ b/KDE/frameworks/Makefile
@@ -68,6 +68,7 @@ SUBDIRS := attica               \
            kunitconversion      \
            kuserfeedback        \
            kwallet              \
+           kwayland             \
            kwidgetsaddons       \
            kwindowsystem        \
            kxmlgui              \
diff --git a/KDE/plasma/kwayland/Makefile b/KDE/frameworks/kwayland/Makefile
similarity index 98%
rename from KDE/plasma/kwayland/Makefile
rename to KDE/frameworks/kwayland/Makefile
index 0300f92..e6b9cbf 100644
--- a/KDE/plasma/kwayland/Makefile
+++ b/KDE/frameworks/kwayland/Makefile
@@ -14,7 +14,7 @@ repo_name  = kwayland
 pkg_name   = kwayland
 suffix     = tar.xz
 
-versions   = 5.27.9
+versions   = 5.112.0
 
 # List of tags to be extracted:
 TAGS       = $(addprefix v, $(versions))
diff --git a/KDE/plasma/Makefile b/KDE/plasma/Makefile
index 7aaa554..3fa0612 100644
--- a/KDE/plasma/Makefile
+++ b/KDE/plasma/Makefile
@@ -29,7 +29,6 @@ SUBDIRS := kactivitymanagerd           \
            ksshaskpass                 \
            ksystemstats                \
            kwallet-pam                 \
-           kwayland                    \
            kwayland-integration        \
            kwin                        \
            kwrited                     \