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 9D3E3158095 for ; Mon, 22 Aug 2022 20:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E37CE0992; Mon, 22 Aug 2022 20:13:01 +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 E1524E099B for ; Mon, 22 Aug 2022 20:13:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF5313408CF for ; Mon, 22 Aug 2022 20:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89CE45BD for ; Mon, 22 Aug 2022 20:12:56 +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: <1661199082.cc0f2511f998776c0b78272888eb7262ea045f95.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/yakuake/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/yakuake/Manifest kde-apps/yakuake/yakuake-22.08.0.ebuild X-VCS-Directories: kde-apps/yakuake/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc0f2511f998776c0b78272888eb7262ea045f95 X-VCS-Branch: master Date: Mon, 22 Aug 2022 20:12:56 +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: 8d01621d-c574-467f-a3bf-a85fab6af20c X-Archives-Hash: 6d41f1f1cc3c34d7e4117826096f4f5f commit: cc0f2511f998776c0b78272888eb7262ea045f95 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 22 18:32:25 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 22 20:11:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0f2511 kde-apps/yakuake: 22.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/yakuake/Manifest | 1 + kde-apps/yakuake/yakuake-22.08.0.ebuild | 60 +++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/kde-apps/yakuake/Manifest b/kde-apps/yakuake/Manifest index 51b3fa9af086..4d656dd80406 100644 --- a/kde-apps/yakuake/Manifest +++ b/kde-apps/yakuake/Manifest @@ -1 +1,2 @@ DIST yakuake-22.04.3.tar.xz 404952 BLAKE2B eaab58a553269d28dbcdb2e330beb4a86b212d9428da8d1967575ac976159c5f02d03a0ff6f70839eefb19295918b46db01d29014544584582caade006c814b4 SHA512 1c1b03f2136104fca9c91f6f6bf562f66abfa12dff9145f7c54db42f175495c57031caa1628f37cdf645787349f77d61c4047883d085e13dc221aca06765537e +DIST yakuake-22.08.0.tar.xz 413520 BLAKE2B 4f75c026ac00ce5cb1284c2cb88ca3255b683745dbdd96725fe9c45632ce14b75fcf9c00156ed617daabd95dc9dbce610f483fe634d076ea42ce5a6ceb25cb41 SHA512 6f82363bed5fda135723a434511a2f488279a35f1a38e1222a240659d01ed4aa1342e40041aca1433d2d2eda8799f028ee0bc0acb4211de729f73b4b6aacdc3d diff --git a/kde-apps/yakuake/yakuake-22.08.0.ebuild b/kde-apps/yakuake/yakuake-22.08.0.ebuild new file mode 100644 index 000000000000..c33cbfc2a4dd --- /dev/null +++ b/kde-apps/yakuake/yakuake-22.08.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-3) +KFMIN=5.96.0 +QTMIN=5.15.5 +inherit ecm gear.kde.org + +DESCRIPTION="Quake-style terminal emulator based on konsole" +HOMEPAGE="https://apps.kde.org/yakuake/" + +LICENSE="GPL-2 LGPL-2" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="absolute-position X" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/konsole-${PVCUT}:5 + >=kde-frameworks/karchive-${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/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/knewstuff-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/knotifyconfig-${KFMIN}:5 + >=kde-frameworks/kparts-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + absolute-position? ( >=kde-frameworks/kwayland-${KFMIN}:5 ) + X? ( + >=dev-qt/qtx11extras-${QTMIN}:5 + x11-libs/libX11 + ) +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-22.07.90-without_x11.patch" ) + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package absolute-position KF5Wayland) + -DWITHOUT_X11=$(usex !X) + ) + + ecm_src_configure +}