From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/new/
Date: Sun, 17 Dec 2023 09:20:47 +0000 (UTC) [thread overview]
Message-ID: <1702804159.d95b69ec1905b95bb9d34d82a4b33c1250a082c1.asturm@gentoo> (raw)
commit: d95b69ec1905b95bb9d34d82a4b33c1250a082c1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 08:45:59 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 09:09:19 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d95b69ec
Documentation: frameworks-bump.sh: Support KF6 unstable releases
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Documentation/maintainers/new/frameworks-bump.sh | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/Documentation/maintainers/new/frameworks-bump.sh b/Documentation/maintainers/new/frameworks-bump.sh
index 9180a1a5c9..84b2813b49 100755
--- a/Documentation/maintainers/new/frameworks-bump.sh
+++ b/Documentation/maintainers/new/frameworks-bump.sh
@@ -6,7 +6,7 @@
help() {
echo "Perform a version bump of KDE Frameworks 5 or 6."
echo
- echo "Based on the kde-frameworks-(5|6)-live set, this script performs a full version bump"
+ echo "Based on the kde-frameworks-(5-)live sets, this script performs a full version bump"
echo "of a new unreleased KDE Frameworks."
echo
echo "In addition to the new ebuild being created, the following operations are performed:"
@@ -34,12 +34,17 @@ if [[ -z "${VERSION}" ]] ; then
fi
major_version=$(echo ${VERSION} | cut -d "." -f 1)
+if [[ ${VERSION} == 5.2[4-9]?.? ]]; then
+ major_version=6
+fi
major_minor_version=$(echo ${VERSION} | cut -d "." -f 1-2)
-kfmv="kde-frameworks-${major_version}-${major_minor_version}"
-setname="kde-frameworks-${major_version}"
if [[ ${major_version} == 5 ]]; then
+ kfmv="kde-frameworks-${major_version}-${major_minor_version}"
base_version=5.239.9999
+ setname="kde-frameworks-${major_version}"
else
+ kfmv="kde-frameworks-${major_minor_version}"
+ setname="kde-frameworks"
base_version=9999
fi
next reply other threads:[~2023-12-17 9:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-17 9:20 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-11 21:24 [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/new/ Andreas Sturmlechner
2022-12-11 21:24 Andreas Sturmlechner
2022-12-11 21:24 Andreas Sturmlechner
2021-10-31 3:18 Sam James
2021-03-04 10:29 Andreas Sturmlechner
2020-06-22 18:21 Andreas Sturmlechner
2020-06-22 18:21 Andreas Sturmlechner
2020-06-22 18:21 Andreas Sturmlechner
2020-06-22 18:21 Andreas Sturmlechner
2020-06-22 18:21 Andreas Sturmlechner
2017-05-11 19:47 Andreas Sturmlechner
2016-04-15 15:52 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1702804159.d95b69ec1905b95bb9d34d82a4b33c1250a082c1.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox