From 6011cb0483c67a459fe6f0b58bae1387f516f320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mara=20W=C3=B6rle?= Date: Tue, 22 Jul 2025 22:17:11 +0200 Subject: [PATCH] darkly: update to 0.5.21. --- srcpkgs/darkly/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/darkly/template b/srcpkgs/darkly/template index 4ed6755b77b..d8d907d5302 100644 --- a/srcpkgs/darkly/template +++ b/srcpkgs/darkly/template @@ -1,7 +1,7 @@ # Template file for 'darkly' pkgname=darkly version=0.5.21 -revision=1 +revision=2 archs="x86_64" build_style=cmake configure_args="-DBUILD_TESTING=OFF -Wno-dev -DKDE_INSTALL_USE_QT_SYS_PATHS=ON" @@ -24,3 +24,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/Bali10050/Darkly" distfiles="https://github.com/Bali10050/Darkly/archive/refs/tags/v${version}.tar.gz>darkly.tar.gz" checksum=bf3bd01d078850101182a7147e92300880ac6b21d5c1f35434d256e72d716524 + +post_install() { + vlicense COPYING +}