summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD9
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83b35db9d735..737ea8daf7ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,24 @@
pkgbase = kguiaddons-git
pkgdesc = Addons to QtGui
- pkgver = 5.240.0_r569.g9857742
+ pkgver = 6.0.0_r592.gb92d00d
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 = clang
- makedepends = python-pyqt6
makedepends = doxygen
- makedepends = qt6-tools
- makedepends = sip
+ makedepends = extra-cmake-modules-git
makedepends = plasma-wayland-protocols-git
- makedepends = qt6-wayland
+ makedepends = qt6-doc
+ makedepends = qt6-tools
+ depends = gcc-libs
+ depends = glibc
+ depends = libx11
depends = qt6-base
- optdepends = python-pyqt6: for the Python bindings
+ depends = qt6-wayland
+ depends = wayland
provides = kguiaddons
conflicts = kguiaddons
source = git+https://github.com/KDE/kguiaddons.git
diff --git a/PKGBUILD b/PKGBUILD
index f951b6310ee7..1c05f7dfad8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kguiaddons-git
-pkgver=5.240.0_r569.g9857742
+pkgver=6.0.0_r592.gb92d00d
pkgrel=1
pkgdesc='Addons to QtGui'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(qt6-base)
-makedepends=(git extra-cmake-modules-git clang python-pyqt6 doxygen qt6-tools sip plasma-wayland-protocols-git qt6-wayland)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc libx11 qt6-base qt6-wayland wayland)
+makedepends=(git doxygen extra-cmake-modules-git plasma-wayland-protocols-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
-optdepends=('python-pyqt6: for the Python bindings')
groups=(kf6-git)
source=("git+https://github.com/KDE/${pkgname%-git}.git")
sha256sums=('SKIP')