summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:53:44 +0000
committerJoão Figueiredo2024-03-01 06:53:44 +0000
commit330b4f06a11cba9906b84e93c9576792298c611f (patch)
tree96809efc55be06cb30139acc4187d34e899f5245
parent1c0c70399ec18a79daf325b404df724fdaae0be7 (diff)
downloadaur-330b4f06a11cba9906b84e93c9576792298c611f.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD9
2 files changed, 22 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62467aa28ecb..e253aee62b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,30 @@
pkgbase = kwindowsystem-git
pkgdesc = Access to the windowing system
- pkgver = 5.240.0_r764.g132ec70
+ pkgver = 6.0.0_r1009.g827ff06
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6-git
- license = LGPL
+ license = LGPL-2.0-only
+ license = LGPL-3.0-only
makedepends = git
- makedepends = extra-cmake-modules-git
- makedepends = qt6-tools
makedepends = doxygen
+ makedepends = extra-cmake-modules-git
+ makedepends = plasma-wayland-protocols-git
makedepends = qt6-declarative
- makedepends = plasma-wayland-protocols
+ makedepends = qt6-doc
+ makedepends = qt6-tools
+ makedepends = wayland-protocols-git
+ depends = gcc-libs
+ depends = glibc
+ depends = libx11
+ depends = libxcb
+ depends = libxfixes
depends = qt6-base
+ depends = qt6-wayland-git
+ depends = wayland-git
+ depends = xcb-util-keysyms
+ optdepends = qt6-declarative: QML bindings
provides = kwindowsystem
conflicts = kwindowsystem
source = git+https://github.com/KDE/kwindowsystem.git
diff --git a/PKGBUILD b/PKGBUILD
index 71fe39b82d34..67b31e1a21c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwindowsystem-git
-pkgver=5.240.0_r764.g132ec70
+pkgver=6.0.0_r1009.g827ff06
pkgrel=1
pkgdesc='Access to the windowing system'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(qt6-base)
-makedepends=(git extra-cmake-modules-git qt6-tools doxygen qt6-declarative plasma-wayland-protocols)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc libx11 libxcb libxfixes qt6-base qt6-wayland-git wayland-git xcb-util-keysyms)
+makedepends=(git doxygen extra-cmake-modules-git plasma-wayland-protocols-git qt6-declarative qt6-doc qt6-tools wayland-protocols-git)
+optdepends=('qt6-declarative: QML bindings')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)