Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libkgapi
Commits: 8697cb28 by Antonio Rojas at 2023-07-29T01:00:30+02:00 upgpkg: 23.07.80-1: Update to 23.08 beta - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,16 +2,16 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=libkgapi -pkgver=23.04.3 +pkgver=23.07.80 pkgrel=1 pkgdesc='A KDE-based library for accessing various Google services via their public API' url='https://www.kde.org/' arch=(x86_64) license=(GPL LGPL FDL) depends=(kcalendarcore kcontacts kwallet) -makedepends=(extra-cmake-modules qt5-tools) -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('7a25304f90805c50946950393e8f3e84cb954231b69e45d6efbf8c88cfcd4ca2' +makedepends=(extra-cmake-modules qt5-tools doxygen) +source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('fb2c78e83531bf59fef600f65aac4d7f2327f74ab320a3cbf2892f93156ab6e9' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]> @@ -20,7 +20,8 @@ options=(!lto) # https://bugs.kde.org/show_bug.cgi?id=411425 build() { cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON cmake --build build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libkgapi/-/commit/8697cb28e37948895db34606d445322e95c18741 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libkgapi/-/commit/8697cb28e37948895db34606d445322e95c18741 You're receiving this email because of your account on gitlab.archlinux.org.
