From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/
Date: Sun, 24 Mar 2024 21:03:17 +0000 (UTC) [thread overview]
Message-ID: <1711314136.b2431a925c55284aa879b6360965678c8b8f1068.asturm@gentoo> (raw)
commit: b2431a925c55284aa879b6360965678c8b8f1068
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 20:52:40 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 21:02:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2431a92
kde-frameworks/kirigami: Backport a couple of bug fixes from 6.1.0
David Redondo (1):
Respect QT_NO_XDG_DESKTOP_PORTAL
Devin Lin (1):
ColumnView: Add check args to clamp
KDE-bugs:
https://bugs.kde.org/show_bug.cgi?id=481531
https://bugs.kde.org/show_bug.cgi?id=482730
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kirigami/Manifest | 1 +
kde-frameworks/kirigami/kirigami-6.0.0-r1.ebuild | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/kde-frameworks/kirigami/Manifest b/kde-frameworks/kirigami/Manifest
index ca721d9b2457..2a869c5be296 100644
--- a/kde-frameworks/kirigami/Manifest
+++ b/kde-frameworks/kirigami/Manifest
@@ -1,2 +1,3 @@
+DIST kirigami-6.0.0-patchset.tar.xz 1488 BLAKE2B 1ff8a9e65f5b1de74155860fc887c6723d224a90173c21a9a19a7625eb27e8c9ab974521478c2f42be7a315d7be0bf065c109f76f27d1926657ac88ccc5f9ea4 SHA512 5018d4ab3e0d2a3c3a71795b5b8404f2de37855fe791a60322fc04afe895fd94c3b3a61255b805e324a20e936cbdf8eb140eea1679e2cf0e97fd538d987a1bee
DIST kirigami-6.0.0.tar.xz 371664 BLAKE2B 4d50f4b803d1042c0c69a6e31a4acd3d87d0269b45e60330aa7ea00c45f89504b61c86ed03f01834aeb4b7925fe720419b556d3c3cfaa45693a8a380bf8a816b SHA512 b94307d71f71ff59f670e98782924f54f4d4b32e41c21f29701946b2430131ed8e7e5d38e0145c601d2b50ecf3ab2e2e2a1bbad2e446fb533ffc5b9f3e464d62
DIST kirigami2-5.115.0.tar.xz 383944 BLAKE2B ce95794319ebbda40d384896da4e94dcf5137d176b0c3cab53bf5223ed48e0c95486002010c74008b42857ce7d27d4840c2af0395e957d0eade18bc2f5796f87 SHA512 b99d9829f864ae59b0ae4064e0b0b24a0f33ce2c35c60b4609fd9746bb322cab26d3f9afe6ba0893b486d4c546ead98c5ba42dc33271d2fdf47e34caef35ea90
diff --git a/kde-frameworks/kirigami/kirigami-6.0.0-r1.ebuild b/kde-frameworks/kirigami/kirigami-6.0.0-r1.ebuild
index c782a7f01808..f45661c6ccd2 100644
--- a/kde-frameworks/kirigami/kirigami-6.0.0-r1.ebuild
+++ b/kde-frameworks/kirigami/kirigami-6.0.0-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+PATCHSET="${P}-patchset"
ECM_EXAMPLES="true"
ECM_QTHELP="false"
ECM_TEST="true"
@@ -11,6 +12,7 @@ inherit ecm frameworks.kde.org toolchain-funcs
DESCRIPTION="Lightweight user interface framework for mobile and convergent applications"
HOMEPAGE="https://techbase.kde.org/Kirigami"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz"
LICENSE="LGPL-2+"
KEYWORDS="~amd64"
@@ -31,6 +33,8 @@ RDEPEND="${DEPEND}
"
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+PATCHES=( "${WORKDIR}/${PATCHSET}" )
+
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}
next reply other threads:[~2024-03-24 21:03 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-24 21:03 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-26 19:25 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/ Andreas Sturmlechner
2024-11-20 19:25 Arthur Zamarin
2024-11-20 19:25 Arthur Zamarin
2024-11-20 19:25 Arthur Zamarin
2024-11-20 3:51 Sam James
2024-10-04 16:37 Arthur Zamarin
2024-09-05 19:30 Sam James
2024-09-02 6:50 Sam James
2024-08-31 10:44 Andreas Sturmlechner
2024-08-31 10:44 Andreas Sturmlechner
2024-08-31 10:44 Andreas Sturmlechner
2024-03-24 21:03 Andreas Sturmlechner
2024-01-01 4:07 Sam James
2023-02-05 13:54 Andreas Sturmlechner
2022-08-06 7:45 Andreas Sturmlechner
2022-07-26 12:08 Andreas Sturmlechner
2022-04-09 16:07 Andreas Sturmlechner
2021-11-23 14:59 Andreas Sturmlechner
2021-04-04 13:23 Andreas Sturmlechner
2021-03-13 16:33 Andreas Sturmlechner
2021-01-24 19:34 Sam James
2021-01-24 3:46 Sam James
2021-01-23 13:29 Andreas Sturmlechner
2020-09-29 12:49 Andreas Sturmlechner
2020-02-26 10:01 Andreas Sturmlechner
2020-02-10 23:27 Andreas Sturmlechner
2020-02-10 23:27 Andreas Sturmlechner
2019-11-20 12:22 Andreas Sturmlechner
2019-03-13 11:05 Andreas Sturmlechner
2019-03-13 11:05 Andreas Sturmlechner
2018-10-10 11:48 Mikle Kolyada
2018-08-15 18:33 Andreas Sturmlechner
2018-06-26 12:24 Andreas Sturmlechner
2018-06-10 18:37 Thomas Deutschmann
2018-03-09 19:50 Mart Raudsepp
2017-12-12 17:30 Andreas Sturmlechner
2017-12-08 23:40 Thomas Deutschmann
2017-11-08 8:55 Andreas Sturmlechner
2017-09-12 20:33 Andreas Sturmlechner
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=1711314136.b2431a925c55284aa879b6360965678c8b8f1068.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