From 0a3fdaefae2eb3f836a46b1ee06a1afe42d4498e Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 1 Feb 2021 15:49:25 +0100 Subject: [PATCH] trojita: the commit comes after 0.7.0 --- .../{trojita-0.7.0~git.patchset => trojita-0.7.0.patchset} | 0 .../{trojita-0.7.0~git.recipe => trojita-0.7.0.recipe} | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename mail-client/trojita/patches/{trojita-0.7.0~git.patchset => trojita-0.7.0.patchset} (100%) rename mail-client/trojita/{trojita-0.7.0~git.recipe => trojita-0.7.0.recipe} (97%) diff --git a/mail-client/trojita/patches/trojita-0.7.0~git.patchset b/mail-client/trojita/patches/trojita-0.7.0.patchset similarity index 100% rename from mail-client/trojita/patches/trojita-0.7.0~git.patchset rename to mail-client/trojita/patches/trojita-0.7.0.patchset diff --git a/mail-client/trojita/trojita-0.7.0~git.recipe b/mail-client/trojita/trojita-0.7.0.recipe similarity index 97% rename from mail-client/trojita/trojita-0.7.0~git.recipe rename to mail-client/trojita/trojita-0.7.0.recipe index 1d028bd14..21d41aad0 100644 --- a/mail-client/trojita/trojita-0.7.0~git.recipe +++ b/mail-client/trojita/trojita-0.7.0.recipe @@ -16,7 +16,7 @@ not afraid of making them work." HOMEPAGE="http://trojita.flaska.net/" COPYRIGHT="2006-2020 Trojitá developers" LICENSE="GNU GPL v2" -REVISION="11" +REVISION="1" srcGitRev="b4f24d73b68d69ae4b643d3279a9e90d991d06cc" SOURCE_URI="https://github.com/KDE/trojita/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="061189f877ee15b25ce0136c9a4b450cb5788a1a62875a849c4ab5030b12ec33" @@ -122,9 +122,9 @@ INSTALL() local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" # For release - #local MINOR="`echo "$portVersion" | cut -d. -f3`" + local MINOR="`echo "$portVersion" | cut -d. -f3`" # For git version - local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`" + #local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`" sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ -e "s|@MAJOR@|$MAJOR|" \