From 4eff966ea7538f38e565056bd545b845aab09798 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Fri, 23 Dec 2022 20:23:11 +0100 Subject: [PATCH] Clipdinger: new release v1.2 * Scale icons according to system font size. * Use generic application icons for missing/uninstalled applications. * Save history and favorites with every clipboard change as a workaround for not being able to properly save state on system shutdown. * Updated translations. --- .../{clipdinger-1.1.recipe => clipdinger-1.2.recipe} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename haiku-apps/clipdinger/{clipdinger-1.1.recipe => clipdinger-1.2.recipe} (89%) diff --git a/haiku-apps/clipdinger/clipdinger-1.1.recipe b/haiku-apps/clipdinger/clipdinger-1.2.recipe similarity index 89% rename from haiku-apps/clipdinger/clipdinger-1.1.recipe rename to haiku-apps/clipdinger/clipdinger-1.2.recipe index 9ed7446e7..3a68bd0ff 100644 --- a/haiku-apps/clipdinger/clipdinger-1.1.recipe +++ b/haiku-apps/clipdinger/clipdinger-1.2.recipe @@ -22,11 +22,10 @@ Please see the ReadMe available from the Help menu for more details." HOMEPAGE="https://github.com/humdingerb/clipdinger" COPYRIGHT="2015-2022 Humdinger" LICENSE="MIT" -REVISION="2" -srcGitRev="14ba6300b56ef230e60731345ba4b4ee37b6bc60" -SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="c47adec44166ff4b352a9b77099cbe1ddce8899bf79c0d57b561981973111c69" -SOURCE_DIR="clipdinger-$srcGitRev" +REVISION="1" +SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="2e31cf33c8850ca4496d1ec5b6e1d6b5a893da31d26de45ef8033a926f62d328" +SOURCE_DIR="clipdinger-$portVersion" ARCHITECTURES="all"