From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF02E158083 for ; Sun, 15 Sep 2024 15:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F13FE29A5; Sun, 15 Sep 2024 15:02:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3FECE29A5 for ; Sun, 15 Sep 2024 15:02:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C305534134D for ; Sun, 15 Sep 2024 15:02:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3332114D0 for ; Sun, 15 Sep 2024 15:02:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1726412465.1b2c5bef77a610cb05e0a2c76f5f42e8cf78a7ce.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild X-VCS-Directories: kde-apps/konsolepart/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1b2c5bef77a610cb05e0a2c76f5f42e8cf78a7ce X-VCS-Branch: master Date: Sun, 15 Sep 2024 15:02:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b271c0f-353b-430c-af70-595f9ee0a609 X-Archives-Hash: c684550c026e2815777966d9635baae8 commit: 1b2c5bef77a610cb05e0a2c76f5f42e8cf78a7ce Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 15 10:51:31 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 15 15:01:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2c5bef kde-apps/konsolepart: Install missing konsolepart.desktop file Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild b/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild new file mode 100644 index 000000000000..87cd86cd4d14 --- /dev/null +++ b/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +KDE_ORG_NAME="konsole" +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm gear.kde.org + +DESCRIPTION="KDE's terminal emulator kpart for use by konsole and other applications" +HOMEPAGE="https://apps.kde.org/konsole/ https://konsole.kde.org" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" +IUSE="" + +DEPEND=" + dev-libs/icu:= + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtmultimedia-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtprintsupport-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-frameworks/kbookmarks-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kglobalaccel-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/knewstuff-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/knotifyconfig-${KFMIN}:5 + >=kde-frameworks/kparts-${KFMIN}:5 + >=kde-frameworks/kpty-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND} + !kde-apps/konsole:5 +" + +PATCHES=( "${FILESDIR}/konsole-23.08.1-drop-unused-X11-dep.patch" ) + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=OFF + -DENABLE_PLUGIN_SSHMANAGER=OFF + -DENABLE_PLUGIN_QUICKCOMMANDS=OFF + ) + + ecm_src_configure +} + +src_install() { + ecm_src_install + + rm -r "${ED}"/{etc,usr/bin} \ + "${ED}"/usr/share/{applications,doc,help,kconf_update,kglobalaccel,kio} \ + "${ED}"/usr/share/{knsrcfiles,knotifications5,konsole,locale,qlogging-categories5,zsh} \ + "${ED}"/usr/$(get_libdir)/kconf_update_bin || die +}