summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:37:15 +0000
committerJoão Figueiredo2023-02-06 23:37:15 +0000
commit18eb6751db0e2ee036e03c51b09ec7aa36cf37b0 (patch)
tree8a319c7b4186f3a30c76aee6dfeca655f53034ca
parentc0fcf8ac38bd254882566a70f7216020c7a8d752 (diff)
downloadaur-18eb6751db0e2ee036e03c51b09ec7aa36cf37b0.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 5ab88b94c1b0..ca8540dfad87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kactivities-git
pkgdesc = Core components for the KDE's Activities
- pkgver = 5.83.0_r1347.g3a68484
+ pkgver = 5.240.0_r1428.geb621d60
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -22,4 +22,3 @@ pkgbase = kactivities-git
sha256sums = SKIP
pkgname = kactivities-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e3f1ae57256e..08c768c00d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kactivities-git
-pkgver=5.83.0_r1347.g3a68484
+pkgver=5.240.0_r1428.geb621d60
pkgrel=1
arch=($CARCH)
pkgdesc="Core components for the KDE's Activities"
@@ -27,6 +27,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
cmake --build build