Package Details: grantlee 5.3.1-4

Git Clone URL: https://aur.archlinux.org/grantlee.git (read-only, click to copy)
Package Base: grantlee
Description: A string template engine based on the Django template system and written in Qt
Upstream URL: https://github.com/steveire/grantlee
Licenses: LGPL-2.1-or-later
Submitter: andreas_baumann
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 5
Popularity: 2.67
First Submitted: 2025-12-14 09:56 (UTC)
Last Updated: 2026-05-28 07:56 (UTC)

Latest Comments

simona commented on 2026-05-28 08:20 (UTC)

solved. tnx.

andreas_baumann commented on 2026-05-28 07:56 (UTC)

@Blink: thanks, fixed.

Bink commented on 2026-05-27 03:38 (UTC)

This is failing to build because of a C++20 incompatibility (testing in chroot).

Adding the -DCMAKE_CXX_STANDARD=17 flag resolved it for me.

build() {
  cmake -B build -S $pkgname-$pkgver \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_CXX_STANDARD=17 \
    -DBUILD_TESTS=OFF
  cmake --build build
  cmake --build build --target docs
}

simona commented on 2025-12-14 19:36 (UTC)

key required FCA530E51EE4331C2DF16637D264C7B1D02D6509