From 477df1f470d91a8ac07e1fd92da464ea0ba4f79c Mon Sep 17 00:00:00 2001 From: tmtfx Date: Wed, 21 Jan 2026 07:48:31 +0100 Subject: [PATCH] Hai qr (#13608) --- .../haiqr/{haiqr-2.1.a.recipe => haiqr-2.2.release.recipe} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename haiku-apps/haiqr/{haiqr-2.1.a.recipe => haiqr-2.2.release.recipe} (83%) diff --git a/haiku-apps/haiqr/haiqr-2.1.a.recipe b/haiku-apps/haiqr/haiqr-2.2.release.recipe similarity index 83% rename from haiku-apps/haiqr/haiqr-2.1.a.recipe rename to haiku-apps/haiqr/haiqr-2.2.release.recipe index d86161b39..419c774a1 100644 --- a/haiku-apps/haiqr/haiqr-2.1.a.recipe +++ b/haiku-apps/haiqr/haiqr-2.2.release.recipe @@ -7,11 +7,11 @@ in the middle (if you'd like). You can even save the QR generated. \ If you are interested in translating this app, please send me the translation, \ and read the documentation for further details. " HOMEPAGE="https://github.com/tmtfx/HaiQR" -COPYRIGHT="2025 Fabio Tomat (TmTFx)" +COPYRIGHT="2026 Fabio Tomat (TmTFx)" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/tmtfx/HaiQR/archive/refs/tags/$portVersion.tar.gz" -CHECKSUM_SHA256="e2b991ae0bfa39c76627b5e072caea2f1c7996113bcbdcba000bc6916ae1bad2" +CHECKSUM_SHA256="d37da1bc376b3c9d9d049cc072eaf8ce5033139e0656b53079da89b0d32cd17e" SOURCE_DIR="HaiQR-$portVersion" ARCHITECTURES="any" @@ -34,9 +34,11 @@ INSTALL() mkdir -p $appsDir/HaiQR2 $binDir $dataDir/HaiQR2 $docDir/HaiQR2 $dataDir/HaiQR2/locale cp HaiQR.py $appsDir/HaiQR2 cp data/HaiQR.png $dataDir/HaiQR2 + cp data/QRGen2.hvif $dataDir/HaiQR2 cp -R data/locale/* $dataDir/HaiQR2/locale cp data/*.html $docDir/HaiQR2 cp data/*.png $docDir/HaiQR2 + addattr -t \'VICN\' BEOS:ICON -f $dataDir/HaiQR2/QRGen2.hvif $appsDir/HaiQR2/HaiQR.py ln -sfn $appsDir/HaiQR2/HaiQR.py $binDir/HaiQR.py ln -sfn $appsDir/HaiQR2/HaiQR.py $appsDir/HaiQR2/HaiQR addAppDeskbarSymlink $appsDir/HaiQR2/HaiQR