From ba60cc68fc4380c82a2833eb9c3cf4c7e2a4f5b8 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Thu, 4 Jun 2020 07:13:25 +0000 Subject: [PATCH] AQEMU: fix long description --- app-emulation/aqemu/aqemu-0.9.2.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-emulation/aqemu/aqemu-0.9.2.recipe b/app-emulation/aqemu/aqemu-0.9.2.recipe index 7dfa6fe6f..c94de3e46 100644 --- a/app-emulation/aqemu/aqemu-0.9.2.recipe +++ b/app-emulation/aqemu/aqemu-0.9.2.recipe @@ -5,7 +5,7 @@ the majority of QEMU and KVM options." HOMEPAGE="https://github.com/tobimensch/aqemu/" COPYRIGHT="2008-2017 Andrey Rijov" LICENSE="GNU GPL v2" -REVISION="6" +REVISION="7" SOURCE_URI="https://github.com/tobimensch/aqemu/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de" PATCHES="aqemu-$portVersion.patchset" @@ -79,11 +79,13 @@ INSTALL() local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" local MINOR="`echo "$portVersion" | cut -d. -f3`" + local LONG_INFO="$SUMMARY" sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ -e "s|@MINOR@|$MINOR|" \ + -e "s|@LONG_INFO@|$LONG_INFO|" \ $portDir/additional-files/aqemu.rdef.in > aqemu.rdef addResourcesToBinaries aqemu.rdef $appsDir/AQEMU/AQEMU