Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kio-gdrive
Commits: e45c745e by Antonio Rojas at 2024-02-22T00:08:24+01:00 Update to 24.02.0 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,25 +1,43 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=kio-gdrive -pkgver=23.08.5 +pkgver=24.02.0 pkgrel=1 arch=(x86_64) pkgdesc='KIO Slave to access Google Drive' url='https://apps.kde.org/kio_gdrive/' -license=(GPL) -depends=(libkgapi kaccounts-providers) -makedepends=(extra-cmake-modules kdoctools5 intltool purpose5) -optdepends=('purpose5: to use the share plugin') -groups=(kde-applications kde-network) +license=(GPL-2.0-or-later) +depends=(gcc-libs + glibc + kaccounts-integration + kaccounts-providers + kcoreaddons + kdeclarative + ki18n + kio + knotifications + kwidgetsaddons + libaccounts-qt + libkgapi + qt6-base + qt6-declarative) +makedepends=(extra-cmake-modules + intltool + kdoctools + purpose) +optdepends=('purpose: to use the share plugin') +groups=(kde-applications + kde-network) source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('d5983ea15284431e83561bbf0b10ed39790a879cb465fc132aa96b0fe2d5eda6' +sha256sums=('b9f4d71abb68672761151ae66a92ae802f087f4124ea7e6aa736542224719013' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]> D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <[email protected]> build() { - cmake -B build -S $pkgname-$pkgver + cmake -B build -S $pkgname-$pkgver \ + -DQT_MAJOR_VERSION=6 cmake --build build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kio-gdrive/-/commit/e45c745ea5f7369979c5ee10fc9ab363fd3976af -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kio-gdrive/-/commit/e45c745ea5f7369979c5ee10fc9ab363fd3976af You're receiving this email because of your account on gitlab.archlinux.org.
