From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/spectacle/
Date: Wed, 02 Apr 2025 06:03:05 +0000 (UTC) [thread overview]
Message-ID: <1743573660.e38447369d3f6721dcb5cf7a5395ec9f52b74c80.sam@gentoo> (raw)
commit: e38447369d3f6721dcb5cf7a5395ec9f52b74c80
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 06:01:00 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 06:01:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3844736
kde-plasma/spectacle: add 6.3.4
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-plasma/spectacle/Manifest | 1 +
kde-plasma/spectacle/spectacle-6.3.4.ebuild | 72 +++++++++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/kde-plasma/spectacle/Manifest b/kde-plasma/spectacle/Manifest
index 519953a5b842..706a00570c18 100644
--- a/kde-plasma/spectacle/Manifest
+++ b/kde-plasma/spectacle/Manifest
@@ -1 +1,2 @@
DIST spectacle-24.12.3.tar.xz 1562292 BLAKE2B 427d65f568c318a5c97fb591d6f3ac69dc4f46a294016ebc08ca2d3c1c3d6f4cdbe381dcea0d3aebd14cc14ded9898faf7f9c7adaa6fef038f7a6f8dce32b1c3 SHA512 f7251e5b3e40952426ab4f600c84ab2cc4f24b5be364761c0d539cb735fe8fface467a6ed5671fa50c709887d9cad2d64dea9ae0970ed54c32b0797279efabaa
+DIST spectacle-6.3.4.tar.xz 1576808 BLAKE2B a30488e1ac80c46531d057a83dd2e1a451531d84664c2386f57b1e3062340a7aa1ae954ea74dc85cb961efcc5c22ae494f07455e6cd61e564f70d8acc29d47f8 SHA512 602c61fc3c87223b288ec897422df9429ab7915ca31219e2be353796502fbd25b7d3d798cc033425941b940e3ee7b5d8f4cc33e3f836712ac8afc704d807483f
diff --git a/kde-plasma/spectacle/spectacle-6.3.4.ebuild b/kde-plasma/spectacle/spectacle-6.3.4.ebuild
new file mode 100644
index 000000000000..11242814bce8
--- /dev/null
+++ b/kde-plasma/spectacle/spectacle-6.3.4.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KDE_ORG_CATEGORY="graphics" # FIXME upstream?
+KFMIN=6.10.0
+QTMIN=6.8.1
+inherit ecm plasma.kde.org xdg
+
+DESCRIPTION="Screenshot capture utility"
+HOMEPAGE="https://apps.kde.org/spectacle/"
+
+LICENSE="LGPL-2+ handbook? ( FDL-1.3 )"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="share"
+
+# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
+COMMON_DEPEND="
+ dev-libs/wayland
+ >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,widgets,X]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+ >=dev-qt/qtwayland-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kglobalaccel-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ >=kde-frameworks/prison-${KFMIN}:6
+ kde-plasma/kpipewire:6
+ kde-plasma/layer-shell-qt:6
+ media-libs/opencv:=
+ x11-libs/libxcb
+ x11-libs/libXrandr
+ x11-libs/xcb-util
+ x11-libs/xcb-util-cursor
+ x11-libs/xcb-util-image
+ share? ( >=kde-frameworks/purpose-${KFMIN}:6 )
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.11.1
+"
+RDEPEND="${COMMON_DEPEND}
+ >=dev-qt/qtimageformats-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+"
+BDEPEND="
+ >=dev-qt/qtwayland-${QTMIN}:6
+ dev-util/wayland-scanner
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package share KF6Purpose)
+ )
+ ecm_src_configure
+}
next reply other threads:[~2025-04-02 6:04 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-02 6:03 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 17:02 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/spectacle/ Andreas Sturmlechner
2025-05-08 18:23 Andreas Sturmlechner
2025-05-21 11:02 Arthur Zamarin
2025-05-26 4:58 Sam James
2025-05-26 18:04 Andreas Sturmlechner
2025-06-15 20:52 Andreas Sturmlechner
2025-06-17 18:08 Andreas Sturmlechner
2025-06-24 18:11 Andreas Sturmlechner
2025-07-01 19:41 Andreas Sturmlechner
2025-07-02 17:22 Andreas Sturmlechner
2025-07-09 16:26 Andreas Sturmlechner
2025-07-09 22:04 Andreas Sturmlechner
2025-07-09 22:04 Andreas Sturmlechner
2025-07-15 15:37 Andreas Sturmlechner
2025-07-16 19:03 Andreas Sturmlechner
2025-07-28 16:58 Andreas Sturmlechner
2025-08-05 21:23 Andreas Sturmlechner
2025-08-06 15:13 Andreas Sturmlechner
2025-09-09 15:09 Andreas Sturmlechner
2025-09-17 11:36 Arthur Zamarin
2025-09-17 12:13 Arthur Zamarin
2025-09-26 10:21 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1743573660.e38447369d3f6721dcb5cf7a5395ec9f52b74c80.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox