https://bugs.kde.org/show_bug.cgi?id=497598
--- Comment #15 from Ralf <silver.bul...@zoho.com> --- Hi, thank you for your efforts. Before I add another issue, I'll stick with the “Refresh” version for a while. FWIW the dirty PKGBUILD below has a freakish pkgver and telly-scout's version is also a little bit freakish. It's just a cheap modified version of the official Arch package. It's good enough for me. • rocketmouse@archlinux /usr/src/telly-skout $ cat PKGBUILD pkgname=telly-skout pkgver=v24.01.90.r194.g631dce6 pkgrel=1 pkgdesc='Convergent TV guide based on Kirigami' url='https://apps.kde.org/telly-skout/' arch=(x86_64) license=(GPL-2.0-or-later LGPL-2.0-or-later) depends=(gcc-libs glibc kconfig kcoreaddons kcrash ki18n kirigami-addons kirigami qqc2-desktop-style qt6-base qt6-declarative) makedepends=(git extra-cmake-modules) groups=(kde-applications kde-utilities) source=(telly-skout::git+https://invent.kde.org/utilities/telly-skout#commit=631dce6a396d74d8f083537a91c7919d93e16cc5) sha256sums=('SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> pkgver() { cd "$pkgname" git describe --long --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } build() { cmake -B build -S $pkgname \ -DBUILD_TESTING=OFF cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build } • rocketmouse@archlinux /usr/src/telly-skout $ telly-skout --version telly-skout 25.03.70 Regards, Ralf -- You are receiving this mail because: You are watching all bug changes.