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] proj/kde:master commit in: kde-frameworks/kio/
Date: Sat,  3 Feb 2024 21:43:13 +0000 (UTC)	[thread overview]
Message-ID: <1706991848.8075de2015b8e2a547736dfe02cf0f3ee91ece9e.asturm@gentoo> (raw)

commit:     8075de2015b8e2a547736dfe02cf0f3ee91ece9e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 19:44:11 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 20:24:08 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8075de20

kde-frameworks/kio: 5.115.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kio/kio-5.115.0.ebuild | 94 +++++++++++++++++++++++++++++++++++
 1 file changed, 94 insertions(+)

diff --git a/kde-frameworks/kio/kio-5.115.0.ebuild b/kde-frameworks/kio/kio-5.115.0.ebuild
new file mode 100644
index 0000000000..fd65c25ad6
--- /dev/null
+++ b/kde-frameworks/kio/kio-5.115.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+ECM_HANDBOOK="optional"
+ECM_HANDBOOK_DIR="docs"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org xdg-utils
+
+DESCRIPTION="Framework providing transparent file and data management"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="acl kerberos kf6compat +kwallet X"
+
+# tests hang
+RESTRICT="test"
+
+RDEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	=kde-frameworks/kauth-${PVCUT}*:5
+	=kde-frameworks/karchive-${PVCUT}*:5
+	=kde-frameworks/kbookmarks-${PVCUT}*:5
+	=kde-frameworks/kcodecs-${PVCUT}*:5
+	=kde-frameworks/kcompletion-${PVCUT}*:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kcoreaddons-${PVCUT}*:5
+	=kde-frameworks/kcrash-${PVCUT}*:5
+	=kde-frameworks/kdbusaddons-${PVCUT}*:5
+	=kde-frameworks/kguiaddons-${PVCUT}*:5
+	=kde-frameworks/ki18n-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kitemviews-${PVCUT}*:5
+	=kde-frameworks/kjobwidgets-${PVCUT}*:5
+	=kde-frameworks/knotifications-${PVCUT}*:5
+	=kde-frameworks/kservice-${PVCUT}*:5
+	=kde-frameworks/ktextwidgets-${PVCUT}*:5
+	=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+	=kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
+	=kde-frameworks/kxmlgui-${PVCUT}*:5
+	=kde-frameworks/solid-${PVCUT}*:5
+	sys-power/switcheroo-control
+	acl? (
+		sys-apps/attr
+		virtual/acl
+	)
+	handbook? (
+		dev-libs/libxml2
+		dev-libs/libxslt
+		=kde-frameworks/kdoctools-${PVCUT}*:5
+	)
+	kerberos? ( virtual/krb5 )
+	kf6compat? ( kde-apps/kio-extras:6 )
+	kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:5 )
+	X? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+	test? ( sys-libs/zlib )
+"
+PDEPEND=">=kde-frameworks/kded-${PVCUT}:5"
+
+src_configure() {
+	local mycmakeargs=(
+		-DKIO_NO_PUBLIC_QTCONCURRENT=ON
+		$(cmake_use_find_package acl ACL)
+		$(cmake_use_find_package kerberos GSSAPI)
+		$(cmake_use_find_package kwallet KF5Wallet)
+		-DKF6_COMPAT_BUILD=$(usex kf6compat)
+		-DWITH_X11=$(usex X)
+	)
+
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	ecm_pkg_postinst
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	ecm_pkg_postrm
+	xdg_desktop_database_update
+}


             reply	other threads:[~2024-02-03 21:43 UTC|newest]

Thread overview: 131+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 21:43 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  3:24 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ Andreas Sturmlechner
2024-09-07  9:44 Andreas Sturmlechner
2024-08-09 13:57 Andreas Sturmlechner
2024-08-04 19:37 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-07-08 20:11 Andreas Sturmlechner
2024-06-12 15:35 Andreas Sturmlechner
2024-06-02 20:21 Andreas Sturmlechner
2024-05-19 19:34 Andreas Sturmlechner
2024-05-13 21:05 Andreas Sturmlechner
2024-04-14 20:04 Andreas Sturmlechner
2024-04-05 20:01 Andreas Sturmlechner
2024-03-15 14:07 Andreas Sturmlechner
2024-03-05  9:40 Andreas Sturmlechner
2024-02-28  3:37 Sam James
2024-02-11 20:15 Andreas Sturmlechner
2024-01-14 22:37 Andreas Sturmlechner
2024-01-10 23:27 Andreas Sturmlechner
2023-12-15 16:20 Andreas Sturmlechner
2023-12-12 20:02 Andreas Sturmlechner
2023-12-06 17:19 Andreas Sturmlechner
2023-11-12 10:18 Andreas Sturmlechner
2023-11-05 23:10 Andreas Sturmlechner
2023-10-19 20:09 Andreas Sturmlechner
2023-10-08 12:43 Andreas Sturmlechner
2023-09-10 11:11 Andreas Sturmlechner
2023-08-18  8:56 Andreas Sturmlechner
2023-08-05 21:13 Andreas Sturmlechner
2023-07-25 12:48 Andreas Sturmlechner
2023-07-08 16:18 Andreas Sturmlechner
2023-07-02 21:57 Andreas Sturmlechner
2023-06-10 10:13 Andreas Sturmlechner
2023-06-05 15:32 Andreas Sturmlechner
2023-05-13 18:28 Andreas Sturmlechner
2023-05-09 15:06 Andreas Sturmlechner
2023-04-08 18:01 Andreas Sturmlechner
2023-04-04 19:13 Andreas Sturmlechner
2023-03-11 18:19 Andreas Sturmlechner
2023-03-04 12:56 Andreas Sturmlechner
2023-02-12 11:22 Andreas Sturmlechner
2023-02-05 16:34 Andreas Sturmlechner
2023-01-14 23:41 Andreas Sturmlechner
2023-01-08 11:53 Andreas Sturmlechner
2022-12-10 10:48 Andreas Sturmlechner
2022-12-06 18:44 Andreas Sturmlechner
2022-11-14 14:17 Andreas Sturmlechner
2022-11-06 21:49 Andreas Sturmlechner
2022-10-10  8:30 Andreas Sturmlechner
2022-09-13 13:37 Andreas Sturmlechner
2022-08-14 10:50 Andreas Sturmlechner
2022-08-07 16:30 Andreas Sturmlechner
2022-07-09 14:28 Andreas Sturmlechner
2022-07-03  6:59 Andreas Sturmlechner
2022-06-12 19:43 Andreas Sturmlechner
2022-06-10  7:52 Andreas Sturmlechner
2022-05-15 10:20 Andreas Sturmlechner
2022-05-09 21:03 Andreas Sturmlechner
2022-04-09 21:45 Andreas Sturmlechner
2022-04-02 13:54 Andreas Sturmlechner
2022-03-13 19:28 Andreas Sturmlechner
2022-03-12 12:37 Andreas Sturmlechner
2022-01-08 21:14 Andreas Sturmlechner
2022-01-02  8:13 Andreas Sturmlechner
2021-12-12 22:52 Andreas Sturmlechner
2021-12-04 21:38 Andreas Sturmlechner
2021-11-13 20:14 Andreas Sturmlechner
2021-11-06 17:43 Andreas Sturmlechner
2021-11-03 10:56 Andreas Sturmlechner
2021-10-11 11:00 Andreas Sturmlechner
2021-10-03 15:44 Andreas Sturmlechner
2021-09-13  6:16 Andreas Sturmlechner
2021-09-04 22:51 Andreas Sturmlechner
2021-08-14 17:25 Andreas Sturmlechner
2021-08-06 12:24 Andreas Sturmlechner
2021-07-12 16:54 Andreas Sturmlechner
2021-07-04 19:56 Andreas Sturmlechner
2021-07-04 19:55 Andreas Sturmlechner
2021-06-14  8:24 Andreas Sturmlechner
2021-05-09 12:17 Andreas Sturmlechner
2021-05-02 19:13 Andreas Sturmlechner
2021-04-10 18:47 Andreas Sturmlechner
2021-04-04 20:50 Andreas Sturmlechner
2021-03-13 16:31 Andreas Sturmlechner
2021-03-06 23:56 Andreas Sturmlechner
2021-02-13 20:50 Andreas Sturmlechner
2021-02-06 21:40 Andreas Sturmlechner
2021-01-09 10:15 Andreas Sturmlechner
2021-01-02 21:18 Andreas Sturmlechner
2020-12-05 22:52 Andreas Sturmlechner
2020-11-14 17:46 Andreas Sturmlechner
2020-11-08  8:44 Andreas Sturmlechner
2020-10-10 16:05 Andreas Sturmlechner
2020-10-05 11:22 Andreas Sturmlechner
2020-09-12 12:38 Andreas Sturmlechner
2020-09-06 16:45 Andreas Sturmlechner
2020-08-08 11:01 Andreas Sturmlechner
2020-08-02  8:11 Andreas Sturmlechner
2020-07-04 21:44 Andreas Sturmlechner
2020-02-10 23:32 Andreas Sturmlechner
2019-12-15 15:45 Andreas Sturmlechner
2019-09-11  8:09 Andreas Sturmlechner
2019-09-11  8:09 Andreas Sturmlechner
2018-12-02  8:55 Andreas Sturmlechner
2018-09-30  8:49 Andreas Sturmlechner
2018-02-17 13:23 Andreas Sturmlechner
2017-12-25  9:20 Michael Palimaka
2017-08-20  9:25 Andreas Sturmlechner
2017-08-19  9:07 Andreas Sturmlechner
2017-01-05  0:20 Andreas Sturmlechner
2016-09-14 14:13 Michael Palimaka
2016-01-04 16:14 Michael Palimaka
2015-11-13 16:30 Michael Palimaka
2015-11-13 16:30 Michael Palimaka
2015-11-04 16:45 Michael Palimaka
2015-10-19 12:47 Michael Palimaka
2015-10-09  6:50 Michael Palimaka
2015-07-06 15:56 Michael Palimaka
2015-01-28 18:01 Michael Palimaka
2014-10-09  9:44 Michael Palimaka
2014-10-05 15:11 Michael Palimaka
2014-07-23 18:40 Michael Palimaka
2014-07-23  9:53 Michael Palimaka
2014-04-26 17:36 Michael Palimaka
2014-04-02 19:45 Johannes Huber
2014-03-27  7:14 Michael Palimaka
2014-02-17 18:17 Michael Palimaka
2014-02-17 17:24 Michael Palimaka
2014-01-29 16:42 Michael Palimaka
2014-01-29 16:34 Michael Palimaka
2014-01-21 12:24 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=1706991848.8075de2015b8e2a547736dfe02cf0f3ee91ece9e.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