summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Preining2024-03-18 13:11:45 +0900
committerNorbert Preining2024-03-18 13:11:45 +0900
commitaf2c3d2f64a338f800512e685163a1415af60e3c (patch)
tree2dc1a41ac6395ef9dea4b736ab9e0776a1abb15d
parent1828da47d555149391aaba43b10b0595fb1886a0 (diff)
downloadaur-af2c3d2f64a338f800512e685163a1415af60e3c.tar.gz
Update to Qt/Plasma 6 - thanks to ZhangHua@AUR
-rw-r--r--.SRCINFO36
-rw-r--r--PKGBUILD28
2 files changed, 30 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89af0fc88e16..cc709f670c8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,30 +1,28 @@
pkgbase = plasma-gamemode-git
pkgdesc = Gamemode UI for the Plasma Desktop
- pkgver = r4.3adea2b
- pkgrel = 2
+ pkgver = r6.4d60358
+ pkgrel = 1
url = https://invent.kde.org/sitter/plasma-gamemode
arch = x86_64
license = MIT
- license = BSD
- license = GPL2
- license = GPL3
- license = LGPL
- license = custom:CC0
+ license = BSD-3-Clause
+ license = GPL-2.0-only
+ license = GPL-3.0-only
+ license = LGPL-3.0-only
+ license = CC0-1.0
makedepends = git
makedepends = cmake>=3.16
- makedepends = extra-cmake-modules>=5.82
+ makedepends = extra-cmake-modules>=6.0.0
+ depends = kirigami
+ depends = gcc-libs
depends = gamemode
- depends = fontconfig
- depends = freetype2
- depends = pkgconf
- depends = qt5-base>=5.15.0
- depends = kcoreaddons5>=5.82
- depends = kdbusaddons5>=5.82
- depends = ki18n5>=5.82
- depends = kdeclarative5>=5.82
- depends = kpackage5>=5.82
- depends = kservice5>=5.82
- depends = plasma-framework5>=5.82
+ depends = qt6-base
+ depends = qt6-declarative
+ depends = kcoreaddons>=6.0.0
+ depends = kdbusaddons>=6.0.0
+ depends = ki18n>=6.0.0
+ depends = kdeclarative>=6.0.0
+ depends = libplasma>=6.0.0
provides = plasma-gamemode
conflicts = plasma-gamemode
source = git+https://invent.kde.org/sitter/plasma-gamemode.git
diff --git a/PKGBUILD b/PKGBUILD
index 34a3b99c259b..3d6fe9b3c2da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,26 @@
# Maintainer: Norbert Preining <norbert@preining.info>
pkgname=plasma-gamemode-git
-pkgver=r4.3adea2b
-pkgrel=2
+pkgver=r6.4d60358
+pkgrel=1
pkgdesc="Gamemode UI for the Plasma Desktop"
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
arch=('x86_64')
url="https://invent.kde.org/sitter/${pkgname%-git}"
-license=('MIT' 'BSD' 'GPL2' 'GPL3' 'LGPL' 'custom:CC0')
+license=('MIT' 'BSD-3-Clause' 'GPL-2.0-only' 'GPL-3.0-only' 'LGPL-3.0-only' 'CC0-1.0')
depends=(
+ 'kirigami'
+ 'gcc-libs'
'gamemode'
- 'fontconfig'
- 'freetype2'
- 'pkgconf'
- 'qt5-base>=5.15.0'
- 'kcoreaddons5>=5.82'
- 'kdbusaddons5>=5.82'
- 'ki18n5>=5.82'
- 'kdeclarative5>=5.82'
- 'kpackage5>=5.82'
- 'kservice5>=5.82'
- 'plasma-framework5>=5.82')
+ 'qt6-base'
+ 'qt6-declarative'
+ 'kcoreaddons>=6.0.0'
+ 'kdbusaddons>=6.0.0'
+ 'ki18n>=6.0.0'
+ 'kdeclarative>=6.0.0'
+ 'libplasma>=6.0.0')
-makedepends=('git' 'cmake>=3.16' 'extra-cmake-modules>=5.82')
+makedepends=('git' 'cmake>=3.16' 'extra-cmake-modules>=6.0.0')
source=(git+${url}.git)
sha256sums=('SKIP')