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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9001015812D for ; Mon, 06 Jan 2025 16:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C00D5E07D0; Mon, 06 Jan 2025 16:31:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 30AF7E07BA for ; Mon, 06 Jan 2025 16:31:44 +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 6550A33EB78 for ; Mon, 06 Jan 2025 16:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9D981D3B for ; Mon, 06 Jan 2025 16:31:41 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1736181073.815f98cf475127787bd3c45a4aedd4c0febea049.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-skin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild X-VCS-Directories: app-misc/openrgb-plugin-skin/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 815f98cf475127787bd3c45a4aedd4c0febea049 X-VCS-Branch: master Date: Mon, 06 Jan 2025 16:31:41 +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: fbebf718-7c46-44c4-95b3-64a0e6558e79 X-Archives-Hash: 162047000ce1b43f777f1299c7d46b71 commit: 815f98cf475127787bd3c45a4aedd4c0febea049 Author: Alexey Sokolov asokolov org> AuthorDate: Fri Jan 3 09:34:43 2025 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Jan 6 16:31:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815f98cf app-misc/openrgb-plugin-skin: prepare for future qt6 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: Patrick McLean gentoo.org> app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild b/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild index 86c340899dde..f040e847341e 100644 --- a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild +++ b/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild @@ -1,21 +1,22 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit qmake-utils +DESCRIPTION="Plugin for OpenRGB that allows you to customize the look and feel of OpenRGB" +HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin" + SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin/-/archive/release_${PV}/OpenRGBSkinPlugin-release_${PV}.tar.bz2" S="${WORKDIR}/OpenRGBSkinPlugin-release_${PV}" -KEYWORDS="amd64" -DESCRIPTION="Plugin for OpenRGB that allows you to customize the look and feel of OpenRGB" -HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBSkinPlugin" LICENSE="GPL-2" SLOT="0" +KEYWORDS="amd64" RDEPEND=" - >=app-misc/openrgb-0.9:= + >=app-misc/openrgb-0.9:=[-qt6(-)] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5