From 46f67bd27cdd8d4a48f797e2a517d38fa5f337e0 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 19 Jun 2022 08:35:58 +0200 Subject: [PATCH] fpcupdeluxe, bump version (#6994) --- ...pdeluxe-2.2.0~e.recipe => fpcupdeluxe-2.2.0~j.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename sys-devel/fpcupdeluxe/{fpcupdeluxe-2.2.0~e.recipe => fpcupdeluxe-2.2.0~j.recipe} (89%) diff --git a/sys-devel/fpcupdeluxe/fpcupdeluxe-2.2.0~e.recipe b/sys-devel/fpcupdeluxe/fpcupdeluxe-2.2.0~j.recipe similarity index 89% rename from sys-devel/fpcupdeluxe/fpcupdeluxe-2.2.0~e.recipe rename to sys-devel/fpcupdeluxe/fpcupdeluxe-2.2.0~j.recipe index 995062dc5..3692b0d33 100644 --- a/sys-devel/fpcupdeluxe/fpcupdeluxe-2.2.0~e.recipe +++ b/sys-devel/fpcupdeluxe/fpcupdeluxe-2.2.0~j.recipe @@ -18,10 +18,10 @@ LICENSE="GNU LGPL v3 REVISION="1" if [ "$targetArchitecture" = x86_gcc2 ]; then BINARY_ARCH=i386 - CHECKSUM_SHA256="366f23278c5365f9eaf703d127e2f0bc0af0eaa52cb475d60505545182d74d01" + CHECKSUM_SHA256="9b5aea4573963202bdfa62ddd82a4477e0f99db4689242e56a1d7b069289b654" else BINARY_ARCH=x86_64 - CHECKSUM_SHA256="c15f52b9363b1949bbf62723174d37daa5d938e10c50e9753990559239c52d41" + CHECKSUM_SHA256="013072b44b94f1862d717d6bc610891210cdc95bb4f5e3243a5ecbacce9540b4" fi SOURCE_URI="$HOMEPAGE/releases/download/v${portVersion/\~/}/fpcupdeluxe-$BINARY_ARCH-haiku-qt5.zip" SOURCE_DIR="fpcupdeluxe-$BINARY_ARCH-haiku-qt5" @@ -40,7 +40,8 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libQt5pas$secondaryArchSuffix >= 1.2.9 " + lib:libQt5pas$secondaryArchSuffix >= 1.2.10 + " INSTALL() { @@ -66,5 +67,5 @@ INSTALL() cp $portDir/additional-files/install_fpcupdeluxe.sh $postInstallDir installDir="$(finddir B_USER_NONPACKAGED_DIRECTORY)/bin/" - addAppDeskbarSymlink $installDir/FPCUPdeluxe + addAppDeskbarSymlink $installDir/FPCUPdeluxe }