From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 197B11584F2 for ; Sun, 16 Mar 2025 21:52:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 02E4B34168D for ; Sun, 16 Mar 2025 21:52:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 05BB71102B7; Sun, 16 Mar 2025 21:52:04 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F202E1102B7 for ; Sun, 16 Mar 2025 21:52:03 +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 A1E5934168D for ; Sun, 16 Mar 2025 21:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1069C10F1 for ; Sun, 16 Mar 2025 21:52:02 +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: <1742161649.ef14e74a2c7b84dbf5f2c1a73fa5e3df501933c5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ef14e74a2c7b84dbf5f2c1a73fa5e3df501933c5 X-VCS-Branch: master Date: Sun, 16 Mar 2025 21:52:02 +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: 232eef02-a39d-46f8-9086-6720484311c5 X-Archives-Hash: eaa9ff59719f85d5f4fa411ed3fa0bd9 commit: ef14e74a2c7b84dbf5f2c1a73fa5e3df501933c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 16 21:46:55 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 16 21:47:29 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef14e74a kde-apps/spectacle: Switch to plasma.kde.org Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/spectacle/spectacle-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild index 486a10779b..ba8f493193 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -5,10 +5,10 @@ EAPI=8 ECM_HANDBOOK="optional" ECM_TEST="forceoptional" -PVCUT=$(ver_cut 1-3) -KFMIN=6.9.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org xdg +KDE_ORG_CATEGORY="graphics" # FIXME upstream? +KFMIN=9999 +QTMIN=6.8.1 +inherit ecm plasma.kde.org xdg DESCRIPTION="Screenshot capture utility" HOMEPAGE="https://apps.kde.org/spectacle/"