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 B856E15808B for ; Mon, 21 Feb 2022 14:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B5F1E0950; Mon, 21 Feb 2022 14:54:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E32E1E0950 for ; Mon, 21 Feb 2022 14:54:14 +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 1E9DF343681 for ; Mon, 21 Feb 2022 14:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A99A22EB for ; Mon, 21 Feb 2022 14:54:12 +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: <1645455246.92a103e8e790b8c6f2515a737fb33f6b6d425e42.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/wacomtablet/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/wacomtablet/wacomtablet-9999.ebuild X-VCS-Directories: kde-misc/wacomtablet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 92a103e8e790b8c6f2515a737fb33f6b6d425e42 X-VCS-Branch: master Date: Mon, 21 Feb 2022 14:54:12 +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: 0225064a-8782-4104-ae5b-34171fcf0d96 X-Archives-Hash: 8c5ce6db2c0207755a870b32e53aef04 commit: 92a103e8e790b8c6f2515a737fb33f6b6d425e42 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 21 14:53:53 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 21 14:54:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=92a103e8 kde-misc/wacomtablet: Add release switch, fix sorting Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/wacomtablet/wacomtablet-9999.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/kde-misc/wacomtablet/wacomtablet-9999.ebuild b/kde-misc/wacomtablet/wacomtablet-9999.ebuild index 3c08025ec4..6ad94b1ac0 100644 --- a/kde-misc/wacomtablet/wacomtablet-9999.ebuild +++ b/kde-misc/wacomtablet/wacomtablet-9999.ebuild @@ -13,19 +13,22 @@ DESCRIPTION="System settings module for Wacom tablets" HOMEPAGE="https://apps.kde.org/wacomtablet/ https://userbase.kde.org/Wacomtablet" +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + LICENSE="GPL-2" SLOT="5" -KEYWORDS="" IUSE="" -BDEPEND="sys-devel/gettext" RDEPEND=" + >=dev-libs/libwacom-0.30 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtx11extras-${QTMIN}:5 - >=dev-libs/libwacom-0.30 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 @@ -45,6 +48,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto x11-libs/libX11 " +BDEPEND="sys-devel/gettext" src_test() { # test needs DBus, bug 675548