From f6db7ba497e5996ef6205245841cf3d2e225306b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pl=C3=BCss=20Roland?= Date: Mon, 16 Mar 2026 05:45:10 +0000 Subject: [PATCH] dragengine-1.30.1-rev4: receipt fixed and including a small Gui launcher fix (#13829) * dragengine-1.30.1-rev4: receipt fixed and including a small Gui launcher fix * Update games-engines/dragengine/dragengine-1.30.1.recipe --------- Co-authored-by: Schrijvers Luc --- games-engines/dragengine/dragengine-1.30.1.recipe | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/games-engines/dragengine/dragengine-1.30.1.recipe b/games-engines/dragengine/dragengine-1.30.1.recipe index d5f462b5b..34f2437b7 100644 --- a/games-engines/dragengine/dragengine-1.30.1.recipe +++ b/games-engines/dragengine/dragengine-1.30.1.recipe @@ -22,10 +22,10 @@ COPYRIGHT="2020-2026 DragonDreams" LICENSE="GNU GPL v3 GNU LGPL v3" REVISION="1" -SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion-haiku2.tar.gz" -CHECKSUM_SHA256="2d42161c3a31d4ed210331f71129f31005d5d3fa969d96ce5bbaeae825e6f905" -SOURCE_FILENAME="dragengine-$portVersion-haiku2.tar.gz" -SOURCE_DIR="dragengine-$portVersion-haiku2" +SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion-haiku3.tar.gz" +CHECKSUM_SHA256="72fa84a95db93b96a4dd15593061c8eb274f87c0f497723b96e172afd7fda02a" +SOURCE_FILENAME="dragengine-$portVersion-haiku3.tar.gz" +SOURCE_DIR="dragengine-$portVersion-haiku3" ADDITIONAL_FILES="custom.py" ARCHITECTURES="all !x86_gcc2" @@ -132,5 +132,6 @@ INSTALL() libdelauncher packageEntries devel $developDir - mimeset -f /system/apps/DELauncher + mimeset -f $appsDir/DELauncher + addAppDeskbarSymlink $appsDir/DELauncher }