From c2ac02eed2814b1ed51baf57aada42fb14ab7bfe Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 29 Feb 2024 19:36:19 +1000 Subject: [PATCH] karchive: bump version --- ...karchive-5.93.0.recipe => karchive-5.115.0.recipe} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename kde-frameworks/karchive/{karchive-5.93.0.recipe => karchive-5.115.0.recipe} (81%) diff --git a/kde-frameworks/karchive/karchive-5.93.0.recipe b/kde-frameworks/karchive/karchive-5.115.0.recipe similarity index 81% rename from kde-frameworks/karchive/karchive-5.93.0.recipe rename to kde-frameworks/karchive/karchive-5.115.0.recipe index 0a3f15d91..a13aeec63 100644 --- a/kde-frameworks/karchive/karchive-5.93.0.recipe +++ b/kde-frameworks/karchive/karchive-5.115.0.recipe @@ -1,15 +1,15 @@ -SUMMARY="Reading, creating, and manipulating file archives" +SUMMARY="Qt addon providing access to numerous types of archives" DESCRIPTION="KArchive provides classes for easy reading, creation and \ manipulation of /"archive/" formats like ZIP and TAR. It also provides transparent compression and decompression of data, like the \ GZip format, via a subclass of QIODevice." -HOMEPAGE="https://github.com/KDE/karchive/" -COPYRIGHT="2010-2022 KDE Organisation" +HOMEPAGE="https://invent.kde.org/frameworks/karchive/" +COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" -SOURCE_URI="https://github.com/KDE/karchive/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="48caeaa9ed465f90480bdb91a3686c29338e1f9e0581ed38d851619c38d5a6bc" +SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/karchive-${portVersion}.tar.xz" +CHECKSUM_SHA256="e89951c58beca1f9802b9a3a8b8b2beff9b534d2de433ad7947258dd27d6b475" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -45,6 +45,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix + cmd:linguist$secondaryArchSuffix >= 5 cmd:make "