summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-06-10 01:06:20 +0100
committerJoão Figueiredo2023-06-10 01:06:20 +0100
commit5bd0d208243f5b7f01211715ecfbf47e271659af (patch)
treeafa2a52e50cf597e39b6fcda79d63c54b906d93f
parent89180f85fd4dde110e6dc1bf892803583dfd4116 (diff)
downloadaur-5bd0d208243f5b7f01211715ecfbf47e271659af.tar.gz
Migrate to Qt6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faabd8270ca6..860c97802599 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma-integration-git
pkgdesc = Qt Platform Theme integration plugins for the Plasma workspaces
- pkgver = 5.22.80_r517.ged1c2fa
+ pkgver = 5.27.80_r670.gc1078e8
pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
@@ -22,4 +22,3 @@ pkgbase = plasma-integration-git
sha256sums = SKIP
pkgname = plasma-integration-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6da5fbf0de2f..d64aa1cbd3c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: João Figueiredo & chaotic-aur <islandc0der@chaotic.cx>
pkgname=plasma-integration-git
-pkgver=5.22.80_r517.ged1c2fa
+pkgver=5.27.80_r670.gc1078e8
pkgrel=1
pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
arch=($CARCH)
@@ -24,6 +24,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF
cmake --build build
}