summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-02-13 03:31:04 +0000
committerJoão Figueiredo2024-02-13 03:31:04 +0000
commit8b8c32a2ab3cac91b6baf19fe23b150581fd247d (patch)
tree08ccd2a11b01b2b7d81b9c3454ca34fb76a93e56
parent36a75788ca8811af30a191c1c91a96dc8f4fafac (diff)
downloadaur-8b8c32a2ab3cac91b6baf19fe23b150581fd247d.tar.gz
Upgrade to Qt6
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1127e4eb5768..111e9c51325b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = kdbusaddons-git
pkgdesc = Addons to QtDBus
- pkgver = 5.240.0_r510.gf7e4e46
+ pkgver = 6.0.0_r535.g701d8ba
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 = doxygen
makedepends = extra-cmake-modules-git
+ makedepends = qt6-doc
makedepends = qt6-tools
- makedepends = clang
- makedepends = python-pyqt6
- makedepends = doxygen
- makedepends = sip
- makedepends = plasma-wayland-protocols-git
+ depends = gcc-libs
+ depends = glibc
depends = qt6-base
- optdepends = python-pyqt6: for the Python bindings
provides = kdbusaddons
conflicts = kdbusaddons
source = git+https://github.com/KDE/kdbusaddons.git
diff --git a/PKGBUILD b/PKGBUILD
index b7290d5b5594..ea4968b21579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,16 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdbusaddons-git
-pkgver=5.240.0_r510.gf7e4e46
+pkgver=6.0.0_r535.g701d8ba
pkgrel=1
pkgdesc='Addons to QtDBus'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(qt6-base)
-makedepends=(git extra-cmake-modules-git qt6-tools clang python-pyqt6 doxygen sip plasma-wayland-protocols-git)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc qt6-base)
+makedepends=(git doxygen extra-cmake-modules-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')