Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kuserfeedback


Commits:
f9b1058a by Antonio Rojas at 2024-02-23T09:31:06+01:00
upgpkg: 6.0.0-2: Reenable console, replace Qt5 version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = kuserfeedback
        pkgdesc = Framework for collecting user feedback for applications via 
telemetry and surveys
        pkgver = 6.0.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://community.kde.org/Frameworks
        arch = x86_64
        license = LGPL-2.0-only
@@ -15,7 +15,11 @@ pkgbase = kuserfeedback
        depends = gcc-libs
        depends = glibc
        depends = qt6-base
+       optdepends = qt6-charts: Feedback console
        optdepends = qt6-declarative: QML bindings
+       optdepends = qt6-svg: Feedback console
+       conflicts = kuserfeedback5
+       replaces = kuserfeedback5
        source = 
https://download.kde.org/stable/frameworks/6.0/kuserfeedback-6.0.0.tar.xz
        source = 
https://download.kde.org/stable/frameworks/6.0/kuserfeedback-6.0.0.tar.xz.sig
        validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=kuserfeedback
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework for collecting user feedback for applications via telemetry 
and surveys'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -16,7 +16,11 @@ makedepends=(clang
              qt6-declarative
              qt6-svg
              qt6-tools)
-optdepends=('qt6-declarative: QML bindings')
+optdepends=('qt6-charts: Feedback console'
+            'qt6-declarative: QML bindings'
+            'qt6-svg: Feedback console')
+conflicts=(kuserfeedback5)
+replaces=(kuserfeedback5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
 sha256sums=('02f1af108e253c842526d31c997a1777b8f7a6e5b8698b5b1267ce1ec128af2b'
             'SKIP')
@@ -25,11 +29,7 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB  # 
David Faure <faure@kde
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DQT_MAJOR_VERSION=6 \
-    -DENABLE_CONSOLE=OFF \
-    -DENABLE_CLI=OFF \
-    -DENABLE_DOCS=OFF
+    -DBUILD_TESTING=OFF
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kuserfeedback/-/commit/f9b1058a47eb8a47d476ce7ae1ce5ee25b26f099

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kuserfeedback/-/commit/f9b1058a47eb8a47d476ce7ae1ce5ee25b26f099
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to