public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/
Date: Sat, 31 Aug 2024 10:44:18 +0000 (UTC)	[thread overview]
Message-ID: <1725101050.351f26432767e6685ca261cb95d8ed13d1ca8162.asturm@gentoo> (raw)

commit:     351f26432767e6685ca261cb95d8ed13d1ca8162
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 10:36:39 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 10:44:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351f2643

kde-frameworks/kirigami: Drop examples from 5.116.0

Now that KF6 is close to stabilisation, let's take care of those users
enabling USE=examples globally. In this case, simply KF6 based examples
trump older KF5 based ones, no special handling worth putting effort into.

Bug: https://bugs.gentoo.org/934478
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kirigami/kirigami-5.116.0-r1.ebuild | 52 ++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/kde-frameworks/kirigami/kirigami-5.116.0-r1.ebuild b/kde-frameworks/kirigami/kirigami-5.116.0-r1.ebuild
new file mode 100644
index 000000000000..136cd68024e5
--- /dev/null
+++ b/kde-frameworks/kirigami/kirigami-5.116.0-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_EXAMPLES="false"
+ECM_QTHELP="false"
+ECM_TEST="true"
+KDE_ORG_TAR_PN="${PN}2"
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org toolchain-funcs
+
+DESCRIPTION="Lightweight user interface framework for mobile and convergent applications"
+HOMEPAGE="https://techbase.kde.org/Kirigami"
+
+LICENSE="LGPL-2+"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+IUSE="openmp"
+
+# requires package to already be installed
+RESTRICT="test"
+
+DEPEND="
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
+
+pkg_pretend() {
+	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_EXAMPLES=OFF
+		$(cmake_use_find_package openmp OpenMP)
+	)
+
+	ecm_src_configure
+}


             reply	other threads:[~2024-08-31 10:44 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-31 10:44 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 16:37 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/ 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-03-24 21:03 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=1725101050.351f26432767e6685ca261cb95d8ed13d1ca8162.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