summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:48:11 +0000
committerJoão Figueiredo2024-03-01 06:48:11 +0000
commit311b64d1f3b75249085773f2dcdc0d1df2ed360f (patch)
tree1ae4a58c7d21c1772fe61b918da1af9acca03d9b
parent2189429a350edd2966d0182032be9e6df9b10a8f (diff)
downloadaur-knotifications-git.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD9
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 901caa76c52a..29e39bba5dbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,24 @@
pkgbase = knotifications-git
pkgdesc = Abstraction for system notifications
- pkgver = 5.240.0_r811.gd0655e7
+ pkgver = 6.0.0_r961.g18d70b9
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-declarative
+ makedepends = qt6-doc
makedepends = qt6-tools
- makedepends = doxygen
- depends = libcanberra
- depends = libdbusmenu-qt6
- depends = kwindowsystem-git
+ depends = gcc-libs
+ depends = glibc
depends = kconfig-git
- depends = kcoreaddons-git
- depends = qt6-speech
- depends = libxtst
+ depends = libcanberra
+ depends = qt6-base
+ optdepends = qt6-declarative: QML bindings
provides = knotifications
conflicts = knotifications
source = git+https://github.com/KDE/knotifications.git
diff --git a/PKGBUILD b/PKGBUILD
index ca6001348fcc..436d1404ce59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=knotifications-git
-pkgver=5.240.0_r811.gd0655e7
+pkgver=6.0.0_r961.g18d70b9
pkgrel=1
pkgdesc='Abstraction for system notifications'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(libcanberra libdbusmenu-qt6 kwindowsystem-git kconfig-git kcoreaddons-git qt6-speech libxtst)
-makedepends=(git extra-cmake-modules-git qt6-tools doxygen)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc kconfig-git libcanberra qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-declarative qt6-doc qt6-tools)
+optdepends=('qt6-declarative: QML bindings')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)