Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kaccounts-providers 24.12
@ 2025-02-11  0:27 sgn
  2025-02-12  9:43 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2025-02-11  0:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages kaccounts-providers
https://github.com/void-linux/void-packages/pull/54285

kaccounts-providers 24.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/54285.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kaccounts-providers-54285.patch --]
[-- Type: text/x-diff, Size: 4416 bytes --]

From f0eeef55e51067a5d6227784beffd34728e6feb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 11 Feb 2025 07:26:18 +0700
Subject: [PATCH 1/2] kf6-kaccounts-integration: update to 24.12.2.

---
 .../patches/cmake-parse-args.patch             | 18 ++++++++++++++++++
 srcpkgs/kf6-kaccounts-integration/template     |  4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/kf6-kaccounts-integration/patches/cmake-parse-args.patch

diff --git a/srcpkgs/kf6-kaccounts-integration/patches/cmake-parse-args.patch b/srcpkgs/kf6-kaccounts-integration/patches/cmake-parse-args.patch
new file mode 100644
index 00000000000000..351f5fa947d390
--- /dev/null
+++ b/srcpkgs/kf6-kaccounts-integration/patches/cmake-parse-args.patch
@@ -0,0 +1,18 @@
+--- a/src/lib/KAccountsMacros.cmake
++++ b/src/lib/KAccountsMacros.cmake
+@@ -1,5 +1,5 @@
+ function(kaccounts_add_provider provider_in_file)
+-    cmake_parse_arguments(PARSE_ARGV 2 KACCOUNTS_I18N "NO_INTLTOOL" "" "")
++    cmake_parse_arguments(PARSE_ARGV 1 KACCOUNTS_I18N "NO_INTLTOOL" "" "")
+     if (NOT IS_ABSOLUTE "${provider_in_file}")
+         set(provider_in_file ${CMAKE_CURRENT_SOURCE_DIR}/${provider_in_file})
+     endif()
+@@ -25,7 +25,7 @@ function(kaccounts_add_provider provider
+ endfunction()
+ 
+ function(kaccounts_add_service service_file_in)
+-    cmake_parse_arguments(PARSE_ARGV 2 KACCOUNTS_I18N "NO_INTLTOOL" "" "")
++    cmake_parse_arguments(PARSE_ARGV 1 KACCOUNTS_I18N "NO_INTLTOOL" "" "")
+     if (NOT IS_ABSOLUTE "${service_file_in}")
+         set(service_file_in ${CMAKE_CURRENT_SOURCE_DIR}/${service_file_in})
+     endif()
diff --git a/srcpkgs/kf6-kaccounts-integration/template b/srcpkgs/kf6-kaccounts-integration/template
index 9913ed54aa915e..4c2f5880fad4f7 100644
--- a/srcpkgs/kf6-kaccounts-integration/template
+++ b/srcpkgs/kf6-kaccounts-integration/template
@@ -1,6 +1,6 @@
 # Template file for 'kf6-kaccounts-integration'
 pkgname=kf6-kaccounts-integration
-version=24.08.0
+version=24.12.2
 revision=1
 build_style=cmake
 configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/network/kaccounts-integration"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kaccounts-integration"
 distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-integration-${version}.tar.xz"
-checksum=fb21d2435b2aaa9960fed9660a9cd56b7702080c4e99f9a207e6c1ba8d52b3f4
+checksum=d456f36884580e5447fed3f23f85e7d3fae0264cf85093e1eaa621eab65881d8
 
 # depends on webengine
 if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then

From 3e7918827d0dfe64f019d59d637659c1212e53a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 11 Feb 2025 07:26:23 +0700
Subject: [PATCH 2/2] kaccounts-providers: update to 24.12.2.

---
 srcpkgs/kaccounts-providers/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kaccounts-providers/template b/srcpkgs/kaccounts-providers/template
index 526c6171533b61..896627f1c7dba7 100644
--- a/srcpkgs/kaccounts-providers/template
+++ b/srcpkgs/kaccounts-providers/template
@@ -1,11 +1,11 @@
 # Template file for 'kaccounts-providers'
 pkgname=kaccounts-providers
-version=24.08.0
+version=24.12.2
 revision=1
 build_style=cmake
 configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
  -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
-hostmakedepends="extra-cmake-modules intltool qt6-tools
+hostmakedepends="extra-cmake-modules qt6-tools gettext
  kf6-kpackage pkg-config kf6-kcoreaddons libaccounts-qt6-devel signond-devel"
 makedepends="kf6-kparts-devel kf6-kpackage-devel kf6-kaccounts-integration-devel
  glib-devel libaccounts-qt6-devel signond-devel"
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/network/kaccounts-providers"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kaccounts-providers"
 distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-providers-${version}.tar.xz"
-checksum=ee36674c6e8f0fe1f48258ffa892f7c6d4945ce1332e9dfb89943c2a7a71d952
+checksum=94fe1dc859fbd75233db6248c166b6d5a40e054456ae4d865f97adb8b42b5504
 
 build_options="nextcloud"
 desc_option_nextcloud="Build nextcloud support (needs Qt6 WebEngine)"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: kaccounts-providers 24.12
  2025-02-11  0:27 [PR PATCH] kaccounts-providers 24.12 sgn
@ 2025-02-12  9:43 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2025-02-12  9:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]

There's a merged pull request on the void-packages repository

kaccounts-providers 24.12
https://github.com/void-linux/void-packages/pull/54285

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-12  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-11  0:27 [PR PATCH] kaccounts-providers 24.12 sgn
2025-02-12  9:43 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).