From daa58604126b86c577e58aa2ee281e32140cc731 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 3 Jan 2018 10:17:51 +0300 Subject: [PATCH] Calligra: add long info variable --- app-office/calligra/calligra-3.0.1.recipe | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app-office/calligra/calligra-3.0.1.recipe b/app-office/calligra/calligra-3.0.1.recipe index ce8e51c7e..bc9e999f5 100644 --- a/app-office/calligra/calligra-3.0.1.recipe +++ b/app-office/calligra/calligra-3.0.1.recipe @@ -8,7 +8,7 @@ LICENSE=" GNU LGPL v2 GNU GPL v2 " -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/KDE/calligra/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="7a796d0f1f8dc6fa5e03a1774eee3cc677d81cf5c7bf2edd08fc1b07cd93980c" PATCHES="calligra-$portVersion.patchset" @@ -219,11 +219,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/sheets.rdef.in > $sourceDir/build/sheets.rdef addResourcesToBinaries $sourceDir/build/sheets.rdef $appsDir/Calligra/Sheets @@ -235,6 +237,7 @@ INSTALL() -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ -e "s|@MINOR@|$MINOR|" \ + -e "s|@LONG_INFO@|$LONG_INFO|" \ $portDir/additional-files/words.rdef.in > $sourceDir/build/words.rdef addResourcesToBinaries $sourceDir/build/words.rdef $appsDir/Calligra/Words @@ -246,6 +249,7 @@ INSTALL() -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ -e "s|@MINOR@|$MINOR|" \ + -e "s|@LONG_INFO@|$LONG_INFO|" \ $portDir/additional-files/stage.rdef.in > $sourceDir/build/stage.rdef addResourcesToBinaries $sourceDir/build/stage.rdef $appsDir/Calligra/Stage @@ -257,6 +261,7 @@ INSTALL() -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ -e "s|@MINOR@|$MINOR|" \ + -e "s|@LONG_INFO@|$LONG_INFO|" \ $portDir/additional-files/karbon.rdef.in > $sourceDir/build/karbon.rdef addResourcesToBinaries $sourceDir/build/karbon.rdef $appsDir/Calligra/Karbon @@ -268,6 +273,7 @@ INSTALL() -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ -e "s|@MINOR@|$MINOR|" \ + -e "s|@LONG_INFO@|$LONG_INFO|" \ $portDir/additional-files/plan.rdef.in > $sourceDir/build/plan.rdef addResourcesToBinaries $sourceDir/build/plan.rdef $appsDir/Calligra/Plan @@ -279,6 +285,7 @@ INSTALL() -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ -e "s|@MINOR@|$MINOR|" \ + -e "s|@LONG_INFO@|$LONG_INFO|" \ $portDir/additional-files/braindump.rdef.in > $sourceDir/build/braindump.rdef addResourcesToBinaries $sourceDir/build/braindump.rdef $appsDir/Calligra/BrainDump