Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / grantleetheme
Commits: 2010e23d by Antonio Rojas at 2023-07-29T01:00:47+02:00 upgpkg: 23.07.80-1: Update to 23.08 beta - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,16 +1,16 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=grantleetheme -pkgver=23.04.3 +pkgver=23.07.80 pkgrel=1 pkgdesc='Library for Grantlee theming support' arch=(x86_64) url='https://kontact.kde.org' license=(LGPL) depends=(grantlee knewstuff) -makedepends=(extra-cmake-modules) -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('9cd89d7a711416e7f0cd8e425fec64a963baf9a46fdaaea44887c16efc907306' +makedepends=(extra-cmake-modules qt5-tools doxygen) +source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('9ccd62c1d7abf870da4b962a0a637504deb8557cb23c2d3981d96f86ab674a7c' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]> @@ -18,7 +18,8 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aac 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/grantleetheme/-/commit/2010e23dc6359c73f3794ec8cc54368561f6c11f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/grantleetheme/-/commit/2010e23dc6359c73f3794ec8cc54368561f6c11f You're receiving this email because of your account on gitlab.archlinux.org.
