summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:34:58 +0000
committerJoão Figueiredo2023-02-06 23:34:58 +0000
commit08be2133552718f4af51d664e209c0a876029999 (patch)
treeec752f95b1a29ff948742b29bf407598b709c90f
parentc7fc24c46dadfec75baa825a54788d945b11221d (diff)
downloadaur-08be2133552718f4af51d664e209c0a876029999.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 e996ee5b24c9..5500572ce651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kguiaddons-git
pkgdesc = Addons to QtGui
- pkgver = 5.83.0_r363.g2054352
+ pkgver = 5.240.0_r541.g0aa7ca5
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -22,4 +22,3 @@ pkgbase = kguiaddons-git
sha256sums = SKIP
pkgname = kguiaddons-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c5e96c199cd9..346cca71e268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kguiaddons-git
-pkgver=5.83.0_r363.g2054352
+pkgver=5.240.0_r541.g0aa7ca5
pkgrel=1
pkgdesc='Addons to QtGui'
arch=($CARCH)
@@ -26,6 +26,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
cmake --build build