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 80F99158086 for ; Mon, 29 Nov 2021 16:54:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 342B82BC0CE; Mon, 29 Nov 2021 16:54:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D111E2BC0CA for ; Mon, 29 Nov 2021 16:53:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D7894342EEA for ; Mon, 29 Nov 2021 16:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 753ED230 for ; Mon, 29 Nov 2021 16:53:50 +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: <1638204752.8c11c9ac304c24a7f281b5a7f1cbedd6444b1efb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/print-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/print-manager/Manifest kde-apps/print-manager/print-manager-21.11.90.ebuild X-VCS-Directories: kde-apps/print-manager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8c11c9ac304c24a7f281b5a7f1cbedd6444b1efb X-VCS-Branch: master Date: Mon, 29 Nov 2021 16:53:50 +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: bf144fae-7249-4577-9fe3-b9831437136a X-Archives-Hash: 48eeed4f7b521830269b4d12d8943510 commit: 8c11c9ac304c24a7f281b5a7f1cbedd6444b1efb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 29 16:03:20 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 29 16:52:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c11c9ac kde-apps/print-manager: 21.11.90 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/print-manager/Manifest | 1 + .../print-manager/print-manager-21.11.90.ebuild | 62 ++++++++++++++++++++++ 2 files changed, 63 insertions(+) diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest index 685637c6d31d..43c8b5c00e57 100644 --- a/kde-apps/print-manager/Manifest +++ b/kde-apps/print-manager/Manifest @@ -1 +1,2 @@ DIST print-manager-21.08.3.tar.xz 270280 BLAKE2B 93e24a65f8f46d8b076a4973f4fefa7e2d9f9394a68517e236268b7426614a2a672ed85610164f68c8518023cc6dcc82e290c0b321ceab3253f098c11bb9ac4a SHA512 81287517738ffe06c624d67b28c6e6a962e25d2367f32e78a9b7dcee4de986314643667fac7e249e055d734bed39e001a6570b9149937a56b7545437ad07bd42 +DIST print-manager-21.11.90.tar.xz 271724 BLAKE2B 494609b4a934a4f830d9fea907ecaf193b2fda8a2f670321e98666adac7e7d58cdfd7f0d9d49e04fffbc73bf868fa703dd76ebc8e85f5a3a2f7960a2fdc64293 SHA512 b87b39f54a7f275eb5b9892b1f79432e200411997f91d889fe21c0f23a12dff24e65e9b01a191a1cdd6b4a7661ff25191b65ebc84687b021f97ff76424b73840 diff --git a/kde-apps/print-manager/print-manager-21.11.90.ebuild b/kde-apps/print-manager/print-manager-21.11.90.ebuild new file mode 100644 index 000000000000..ca84e3071d56 --- /dev/null +++ b/kde-apps/print-manager/print-manager-21.11.90.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.88.0 +PLASMA_MINIMAL=5.16.5 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Manage print jobs and printers in Plasma" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="+gtk" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/plasma-${KFMIN}:5 + net-print/cups +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-plasma/kde-cli-tools-${PLASMA_MINIMAL}:5 + gtk? ( app-admin/system-config-printer ) +" + +pkg_postinst() { + ecm_pkg_postinst + + if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then + ewarn "By switching off \"gtk\" USE flag, you have chosen to do without" + ewarn "an important, though optional, runtime dependency:" + ewarn + ewarn "app-admin/system-config-printer" + ewarn + ewarn "${PN} will work nevertheless, but is going to be less comfortable" + ewarn "and will show the following error status during runtime:" + ewarn + ewarn "\"Failed to group devices: 'The name org.fedoraproject.Config.Printing" + ewarn "was not provided by any .service files'\"" + fi +}