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