From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/
Date: Tue, 13 May 2025 21:12:01 +0000 (UTC) [thread overview]
Message-ID: <1747170478.b042332994888d067675183f8078efee700e1e73.asturm@gentoo> (raw)
commit: b042332994888d067675183f8078efee700e1e73
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 18:19:56 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 13 21:07:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0423329
kde-frameworks/purpose-kaccounts-services: 6.14.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/purpose-kaccounts-services/Manifest | 1 +
.../purpose-kaccounts-services-6.14.0.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/kde-frameworks/purpose-kaccounts-services/Manifest b/kde-frameworks/purpose-kaccounts-services/Manifest
index 53978868cccc..df3acc5ced9b 100644
--- a/kde-frameworks/purpose-kaccounts-services/Manifest
+++ b/kde-frameworks/purpose-kaccounts-services/Manifest
@@ -1 +1,2 @@
DIST purpose-6.13.0.tar.xz 188136 BLAKE2B 19a891fb3944c48e6e6044dcfd3e6c54b6e677307221bb0f9dc121264d439e1b2e0601378c026d72a93fb30f1148104c9af456c208d3c859af4e147e876b2cd4 SHA512 5b9346d6798cc5aff995d53308b214b1d11db108de5b0a17cbe03a64cabf0cfa10511bfddd0303462de45f81b6105ddbd894c51ee7e7147058442e9fd4232151
+DIST purpose-6.14.0.tar.xz 188272 BLAKE2B 115e2086107ca7362c393b35a27cf2628c7376f56c86920864b1ff3b5599c0f5718454c3d1674f151a81da8041bcd3818efb44a5b5dacf8639ff3ddf57dc7634 SHA512 43a345778a82f9e1b3b70ee55d8457b7864485e99e3e4125e5cc6dc28909c6d2f059442170338e19175cc5934298f6c9ed25404e0307ff18b7ddf709b061efc7
diff --git a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.14.0.ebuild b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.14.0.ebuild
new file mode 100644
index 000000000000..82f6491dccd4
--- /dev/null
+++ b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.14.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# this is purely for service file creation
+ECM_I18N="false"
+ECM_HANDBOOK="false"
+KDE_ORG_NAME="${PN/-kaccounts-services/}"
+inherit ecm-common frameworks.kde.org
+
+DESCRIPTION="KAccounts generated service files for nextcloud and google services"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+RDEPEND="
+ !<kde-frameworks/purpose-5.116.0-r2:5
+ !<kde-frameworks/purpose-6.5.0-r1:6
+"
+BDEPEND="kde-apps/kaccounts-integration:6"
+
+ecm-common_inject_heredoc() {
+ cat >> CMakeLists.txt <<- _EOF_ || die
+ find_package(KAccounts6 REQUIRED)
+ kaccounts_add_service(\${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/nextcloud/nextcloud-upload.service.in)
+ kaccounts_add_service(\${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/youtube/google-youtube.service.in)
+ _EOF_
+}
+
+src_prepare() {
+ ecm-common_src_prepare
+
+ # Safety measure in case new services are added in the future
+ local known_num_of_services=2
+ local found_num_of_services=$(find . -iname "*service.in" | wc -l)
+ if [[ ${found_num_of_services} != ${known_num_of_services} ]]; then
+ eerror "Number of service files mismatch!"
+ eerror "Expected: ${known_num_of_services}"
+ eerror "Found: ${found_num_of_services}"
+ die
+ fi
+}
next reply other threads:[~2025-05-13 21:12 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-13 21:12 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-11 20:58 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/ Andreas Sturmlechner
2025-10-08 18:26 Andreas Sturmlechner
2025-09-12 19:47 Andreas Sturmlechner
2025-08-11 4:31 Andreas Sturmlechner
2025-08-10 19:25 Arthur Zamarin
2025-08-10 16:16 Andreas Sturmlechner
2025-07-13 12:25 Andreas Sturmlechner
2025-07-11 18:56 Andreas Sturmlechner
2025-06-15 17:39 Andreas Sturmlechner
2025-04-26 13:28 Andreas Sturmlechner
2025-04-22 22:23 Andreas Sturmlechner
2025-04-12 16:36 Andreas Sturmlechner
2025-03-23 17:11 Andreas Sturmlechner
2025-03-15 20:56 Andreas Sturmlechner
2025-02-21 20:39 Andreas Sturmlechner
2025-02-14 15:24 Andreas Sturmlechner
2025-02-07 21:16 Arthur Zamarin
2025-02-07 20:51 Arthur Zamarin
2025-01-27 18:43 Andreas Sturmlechner
2024-12-17 21:47 Andreas Sturmlechner
2024-12-16 22:28 Andreas Sturmlechner
2024-11-29 16:26 Andreas Sturmlechner
2024-11-29 14:30 Arthur Zamarin
2024-11-09 11:50 Andreas Sturmlechner
2024-11-08 14:38 Andreas Sturmlechner
2024-10-11 12:57 Andreas Sturmlechner
2024-10-09 7:03 Arthur Zamarin
2024-10-04 20:27 Arthur Zamarin
2024-09-14 3:23 Andreas Sturmlechner
2024-09-04 14:15 Andreas Sturmlechner
2024-08-29 19:42 Sam James
2024-08-28 21:38 Jakov Smolić
2024-08-28 20:35 Sam James
2024-08-26 6:34 Andreas Sturmlechner
2024-08-21 21:51 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=1747170478.b042332994888d067675183f8078efee700e1e73.asturm@gentoo \
--to=asturm@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