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/kcoreaddons/
Date: Fri, 17 Dec 2021 16:18:04 +0000 (UTC)	[thread overview]
Message-ID: <1639757544.6f71cb6cf918f242f200504764f3201eab2c52aa.asturm@gentoo> (raw)

commit:     6f71cb6cf918f242f200504764f3201eab2c52aa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 17 16:04:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 17 16:12:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f71cb6c

kde-frameworks/kcoreaddons: RDEPEND on dev-qt/qttranslations:5

Use upstream's recommendation to pull in dev-qt/qttranslations:5 in a
lower-tier framework.

See also:
https://mail.kde.org/pipermail/distributions/2021-December/001110.html

Bug: https://bugs.gentoo.org/810802
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kcoreaddons/kcoreaddons-5.88.0-r1.ebuild       | 54 ++++++++++++++++++++++
 .../kcoreaddons/kcoreaddons-5.89.0-r1.ebuild       | 54 ++++++++++++++++++++++
 2 files changed, 108 insertions(+)

diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.88.0-r1.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.88.0-r1.ebuild
new file mode 100644
index 000000000000..7ba0931c9abb
--- /dev/null
+++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.88.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=5.15.2
+inherit ecm kde.org xdg-utils
+
+DESCRIPTION="Framework for solving common problems such as caching, randomisation, and more"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="fam nls"
+
+DEPEND="
+	>=dev-qt/qtcore-${QTMIN}:5[icu]
+	fam? ( virtual/fam )
+"
+RDEPEND="${DEPEND}
+	nls? ( >=dev-qt/qttranslations-${QTMIN}:5 )
+"
+BDEPEND="
+	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-D_KDE4_DEFAULT_HOME_POSTFIX=4
+		-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
+		$(cmake_use_find_package fam FAM)
+	)
+
+	ecm_src_configure
+}
+
+src_test() {
+	# bugs: 619656, 632398, 647414, 665682
+	local myctestargs=(
+		-j1
+		-E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kdirwatch_stat_unittest|kformattest)"
+	)
+
+	ecm_src_test
+}
+
+pkg_postinst() {
+	ecm_pkg_postinst
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	ecm_pkg_postrm
+	xdg_mimeinfo_database_update
+}

diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.89.0-r1.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.89.0-r1.ebuild
new file mode 100644
index 000000000000..7ba0931c9abb
--- /dev/null
+++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.89.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=5.15.2
+inherit ecm kde.org xdg-utils
+
+DESCRIPTION="Framework for solving common problems such as caching, randomisation, and more"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="fam nls"
+
+DEPEND="
+	>=dev-qt/qtcore-${QTMIN}:5[icu]
+	fam? ( virtual/fam )
+"
+RDEPEND="${DEPEND}
+	nls? ( >=dev-qt/qttranslations-${QTMIN}:5 )
+"
+BDEPEND="
+	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-D_KDE4_DEFAULT_HOME_POSTFIX=4
+		-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
+		$(cmake_use_find_package fam FAM)
+	)
+
+	ecm_src_configure
+}
+
+src_test() {
+	# bugs: 619656, 632398, 647414, 665682
+	local myctestargs=(
+		-j1
+		-E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kdirwatch_stat_unittest|kformattest)"
+	)
+
+	ecm_src_test
+}
+
+pkg_postinst() {
+	ecm_pkg_postinst
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	ecm_pkg_postrm
+	xdg_mimeinfo_database_update
+}


             reply	other threads:[~2021-12-17 16:18 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 16:18 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02 22:46 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcoreaddons/ Andreas Sturmlechner
2024-08-25 19:24 WANG Xuerui
2024-06-24 18:21 Andreas Sturmlechner
2023-11-14 20:16 Andreas Sturmlechner
2023-07-25  9:04 Andreas Sturmlechner
2023-03-23 15:27 Andreas Sturmlechner
2022-11-16 21:33 Andreas Sturmlechner
2021-12-19 22:09 Agostino Sarubbo
2021-12-19 22:06 Agostino Sarubbo
2021-12-17 16:18 Andreas Sturmlechner
2020-10-10 11:57 Andreas Sturmlechner
2020-08-03 22:27 Andreas Sturmlechner
2019-10-27 12:38 Andreas Sturmlechner
2018-12-09 16:54 Andreas Sturmlechner
2018-11-18  9:37 Andreas Sturmlechner
2018-10-17 10:18 Andreas Sturmlechner
2018-10-09 21:05 Andreas Sturmlechner
2018-06-13 17:07 Andreas Sturmlechner
2018-03-07 16:11 Andreas Sturmlechner
2017-07-17 14:35 Michael Palimaka
2017-07-07  7:11 Alexis Ballier
2017-05-25  9:15 Andreas Sturmlechner
2017-01-14 16:31 Andreas Sturmlechner
2017-01-14 16:31 Andreas Sturmlechner
2016-11-04  8:24 Agostino Sarubbo
2016-11-04  8:21 Agostino Sarubbo
2016-04-27 11:51 Johannes Huber

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=1639757544.6f71cb6cf918f242f200504764f3201eab2c52aa.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