Skip to content
Snippets Groups Projects
Verified Commit f1cd2e0a authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Update to 24.11.80

parent fe09d2e3
No related branches found
No related merge requests found
# Maintainer: Antonio Rojas <arojas@archlinux.org> # Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=kpublictransport pkgname=kpublictransport
pkgver=24.08.0 pkgver=24.11.80
pkgrel=1 pkgrel=1
pkgdesc='Library to assist with accessing public transport timetables and other data' pkgdesc='Library to assist with accessing public transport timetables and other data'
arch=(x86_64) arch=(x86_64)
...@@ -19,16 +19,14 @@ makedepends=(doxygen ...@@ -19,16 +19,14 @@ makedepends=(doxygen
protobuf protobuf
qt6-tools) qt6-tools)
optdepends=('kirigami: QML bindings') optdepends=('kirigami: QML bindings')
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('e91445d37d4ce0f6bb9aa0c039ea73f2709f65712bd11c72f3a83aadbc038c96' sha256sums=('0fa9543643052e9eca0add229d50c69e8aef19f301d5402fcde46e35a775ca86'
'SKIP') 'SKIP')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org> D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
build() { build() {
# Fix FTBFS with Qt 6.8 https://bugs.kde.org/show_bug.cgi?id=490863
CXXFLAGS+=" -I $PWD/$pkgname-$pkgver/src/lib/models -I $PWD/$pkgname-$pkgver/src/lib/datatypes"
cmake -B build -S $pkgname-$pkgver \ cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF \ -DBUILD_TESTING=OFF \
-DBUILD_QCH=ON \ -DBUILD_QCH=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment