Package Details: sonic-win 6.5.5-1

Git Clone URL: https://aur.archlinux.org/sonic-win.git (read-only, click to copy)
Package Base: sonic-win
Description: kwin-x11 with ports from kwin-wayland, bug fixes, and maybe other improvements, for XLibre
Upstream URL: https://github.com/Sonic-DE/sonic-win
Licenses: LGPL-2.0-or-later
Groups: sonic-de
Conflicts: kwin-x11
Provides: kwin-x11
Submitter: xlibre
Maintainer: xlibre
Last Packager: xlibre
Votes: 11
Popularity: 1.68
First Submitted: 2025-12-17 16:46 (UTC)
Last Updated: 2026-01-14 16:54 (UTC)

Pinned Comments

xlibre commented on 2025-08-16 14:43 (UTC) (edited on 2025-08-16 16:53 (UTC) by xlibre)

Hint: For an improved experience with kwin_x11, the author also recommends this guide he wrote:

https://gist.github.com/guiodic/2bcc8f2f126d14b1f8a439f644fdc2c9

Latest Comments

Fisiu commented on 2025-11-08 01:41 (UTC)

From 003481be104cc9db4a9756aa5967779740301fe6 Mon Sep 17 00:00:00 2001
From: Mariusz Fik <mariusz@fidano.pl>
Date: Sat, 8 Nov 2025 02:38:02 +0100
Subject: [PATCH] Update to 6.5.2.

Signed-off-by: Mariusz Fik <mariusz@fidano.pl>
---
 .SRCINFO |  8 ++++----
 PKGBUILD | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 6336a0e..a2f53df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = kwin-x11-lite
    pkgdesc = kwin-x11 with ports from kwin-wayland, bug fixes, and maybe other improvements, for XLibre
-   pkgver = 6.5.1
+   pkgver = 6.5.2
    pkgrel = 1
    url = https://github.com/KDE-Lite/kwin-x11-lite
    install = kwin-x11-lite.install
@@ -52,7 +52,7 @@ pkgbase = kwin-x11-lite
    depends = libxi
    depends = libxkbcommon
    depends = libxkbcommon-x11
-   depends = libplasma=6.5.1
+   depends = libplasma=6.5.2
    depends = mesa
    depends = plasma-x11-session
    depends = qt6-5compat
@@ -72,7 +72,7 @@ pkgbase = kwin-x11-lite
    conflicts = kwin-x11
    conflicts = kwin-x11-improved
    options = !debug
-   source = git+https://github.com/KDE-Lite/kwin-x11-lite.git#commit=6b537a5596450514971412706e74b6dfadd36a57
-   sha256sums = 3fa0bf6046c766c42ad84a3779117aeeaa9b5c1e1ebd2bce52c95005cc19ddd1
+   source = git+https://github.com/KDE-Lite/kwin-x11-lite.git#tag=v6.5.2
+   sha256sums = d915dd5ffb04f34d61ca3bf671269048c927c7070f0ee5b948aac0ee6a4d3011

 pkgname = kwin-x11-lite
diff --git a/PKGBUILD b/PKGBUILD
index 7e79823..d45ec3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@

 pkgname=kwin-x11-lite
 _pkgname=kwin-x11
-pkgver=6.5.1
-_pkgver=6.5.1
+pkgver=6.5.2
+_pkgver=6.5.2
 pkgrel=1
 pkgdesc='kwin-x11 with ports from kwin-wayland, bug fixes, and maybe other improvements, for XLibre'
 arch=(x86_64)
@@ -72,14 +72,14 @@ makedepends=(extra-cmake-modules
              wayland-protocols)
 provides=($_pkgname $_pkgname-improved)
 conflicts=($_pkgname $_pkgname-improved)
-#source=("git+${url}.git#tag=${pkgver}")
-source=("git+${url}.git#commit=6b537a5596450514971412706e74b6dfadd36a57")
+source=($pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz)
+#source=("git+${url}.git#commit=6b537a5596450514971412706e74b6dfadd36a57")
 install="$pkgname.install"
 options=(!debug)
-sha256sums=('3fa0bf6046c766c42ad84a3779117aeeaa9b5c1e1ebd2bce52c95005cc19ddd1')
+sha256sums=('d915dd5ffb04f34d61ca3bf671269048c927c7070f0ee5b948aac0ee6a4d3011')

 build() {
-  cmake -B build -S $pkgname \
+  cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF
   cmake --build build
-- 
2.51.2


RyLoS commented on 2025-10-30 10:14 (UTC)

Packages update to 6.5.1 Commit should be updated to "8c2b3b5238f4998dcb5c2676db3a142ed96b1f5b" And sha256sum updated to "f06371dce2962b8234fe6f1e6b518aa30c87fabcadd1447688754c183f733c67"

xlibre commented on 2025-08-16 14:43 (UTC) (edited on 2025-08-16 16:53 (UTC) by xlibre)

Hint: For an improved experience with kwin_x11, the author also recommends this guide he wrote:

https://gist.github.com/guiodic/2bcc8f2f126d14b1f8a439f644fdc2c9