Package Details: plasma-gamemode-git r6.4d60358-1

Git Clone URL: https://aur.archlinux.org/plasma-gamemode-git.git (read-only, click to copy)
Package Base: plasma-gamemode-git
Description: Gamemode UI for the Plasma Desktop
Upstream URL: https://invent.kde.org/sitter/plasma-gamemode
Licenses: MIT, BSD-3-Clause, CC0-1.0, GPL-2.0-only, GPL-3.0-only, LGPL-3.0-only
Conflicts: plasma-gamemode
Provides: plasma-gamemode
Submitter: npreining
Maintainer: npreining
Last Packager: npreining
Votes: 5
Popularity: 0.012017
First Submitted: 2022-03-07 00:58 (UTC)
Last Updated: 2024-03-18 04:11 (UTC)

Latest Comments

npreining commented on 2024-03-18 04:13 (UTC)

@ZhangHua thanks a lot!

ZhangHua commented on 2024-03-16 08:09 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 34a3b99..3c00ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,27 @@
 # 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'
+  'glibc'
   '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')


This patch should be enough for plasma 6

solarisfire commented on 2023-10-21 12:06 (UTC)

Can confirm this is working! Thanks for fixing so swiftly @npreining

npreining commented on 2023-10-21 06:38 (UTC)

Thanks @solarisfire, fixed it the latest push.

solarisfire commented on 2023-10-20 18:15 (UTC) (edited on 2023-10-20 18:15 (UTC) by solarisfire)

Latest KDE packages break the dependencies for this...

:: installing kcoreaddons5 (5.111.0-1) breaks dependency 'kcoreaddons>=5.82' required by plasma-gamemode-git
:: installing kdbusaddons5 (5.111.0-1) breaks dependency 'kdbusaddons>=5.82' required by plasma-gamemode-git
:: installing ki18n5 (5.111.0-1) breaks dependency 'ki18n>=5.82' required by plasma-gamemode-git
:: installing kdeclarative5 (5.111.0-1) breaks dependency 'kdeclarative>=5.82' required by plasma-gamemode-git
:: installing kpackage5 (5.111.0-1) breaks dependency 'kpackage>=5.82' required by plasma-gamemode-git
:: installing kservice5 (5.111.0-1) breaks dependency 'kservice>=5.82' required by plasma-gamemode-git
:: installing plasma-framework5 (5.111.0-1) breaks dependency 'plasma-framework>=5.82' required by plasma-gamemode-git