Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-grpc
Commits: 7085eb74 by Antonio Rojas at 2023-09-19T08:34:04+02:00 upgpkg: 6.6.0beta4-1: kde-unstable - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,9 +2,9 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-grpc -_qtver=6.5.2 +_qtver=6.6.0-beta4 pkgver=${_qtver/-/} -pkgrel=4 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -13,17 +13,8 @@ depends=(qt6-base grpc) makedepends=(cmake ninja protobuf) groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz - grpc-1.53.patch - protobuf-23.patch) -sha256sums=('7ab2969b07cde418cce87a8aa7904e218d235222ea927949f153dde3ade0d204' - '6318facf1729903a53ba6c1785e5b89277001b5a51182a24c6e91db52766fa55' - '353774a32444def3db3a8d6056820b758750b47579b683a2c42105191121c281') - -prepare() { - patch -d $_pkgfn -p1 < grpc-1.53.patch # Fix build with grpc 1.53 - patch -d $_pkgfn -p1 < protobuf-23.patch # Fix build with protobuf 23 -} +source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('7e44c7e54623137cd1a4d1ae84bc200e7a22375a5c9fa82d47b33becb284b830') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/7085eb74c20dc95076bb636a94bb49d4ff38d679 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/7085eb74c20dc95076bb636a94bb49d4ff38d679 You're receiving this email because of your account on gitlab.archlinux.org.
