From f75e295f0e4fe29b563f3ed99ad214a7a5505ec2 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sat, 2 Mar 2024 20:46:47 +1000 Subject: [PATCH] grantlee: bump version --- .../{grantlee-5.2.0.recipe => grantlee-5.3.1.recipe} | 10 +++++----- ...grantlee-5.2.0.patchset => grantlee-5.3.1.patchset} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename dev-libs/grantlee/{grantlee-5.2.0.recipe => grantlee-5.3.1.recipe} (91%) rename dev-libs/grantlee/patches/{grantlee-5.2.0.patchset => grantlee-5.3.1.patchset} (100%) diff --git a/dev-libs/grantlee/grantlee-5.2.0.recipe b/dev-libs/grantlee/grantlee-5.3.1.recipe similarity index 91% rename from dev-libs/grantlee/grantlee-5.2.0.recipe rename to dev-libs/grantlee/grantlee-5.3.1.recipe index 63ecaa03e..23aace8ba 100644 --- a/dev-libs/grantlee/grantlee-5.2.0.recipe +++ b/dev-libs/grantlee/grantlee-5.3.1.recipe @@ -8,11 +8,11 @@ developers to separate the structure of documents from the data they \ contain, opening the door for theming and advanced generation of other \ text such as code." HOMEPAGE="https://github.com/steveire/grantlee/" -COPYRIGHT="2010-2017 Stephen Kelly" +COPYRIGHT="2010-2022 Stephen Kelly" LICENSE="GNU LGPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/steveire/grantlee/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="139acee5746b957bdf1327ec0d97c604d4c0b9be42aec5d584297cb5ed6a990a" +CHECKSUM_SHA256="ba288ae9ed37ec0c3622ceb40ae1f7e1e6b2ea89216ad8587f0863d64be24f06" SOURCE_FILENAME="grantlee-$portVersion.tar.gz" PATCHES="grantlee-$portVersion.patchset" @@ -42,7 +42,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules >= 5.39 + extra_cmake_modules$secondaryArchSuffix >= 5.115 devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -50,7 +50,7 @@ BUILD_PREREQUIRES=" cmd:doxygen cmd:dot cmd:g++$secondaryArchSuffix - cmd:lrelease$secondaryArchSuffix + cmd:lrelease$secondaryArchSuffix >= 5 cmd:make " diff --git a/dev-libs/grantlee/patches/grantlee-5.2.0.patchset b/dev-libs/grantlee/patches/grantlee-5.3.1.patchset similarity index 100% rename from dev-libs/grantlee/patches/grantlee-5.2.0.patchset rename to dev-libs/grantlee/patches/grantlee-5.3.1.patchset