fix: About version label and disable stale QML disk cache (1.0.5 pkgrel 7)

Replace QString.arg() with string concatenation in AboutDialog. Disable QML
disk cache so flatpak updates do not keep old compiled QML after qrc changes.
Move setApplicationVersion after QApplication construction.
This commit is contained in:
Sebastian Palencsar
2026-06-22 17:28:25 +02:00
parent 2224307056
commit 818efc099e
3 changed files with 17 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Sebastian Palencsar <moin@nerdbear.de>
pkgname=bearwave-git
pkgver=1.0.5
pkgrel=5
pkgrel=7
pkgdesc="KDE-focused desktop internet radio app"
arch=('x86_64')
url="https://github.com/spalencsar/bearwave"