From c483b1cabd6f4fd0f9378ba954cad3c61d4f7a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 11 Feb 2025 07:26:18 +0700 Subject: [PATCH] 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 00000000000..351f5fa947d --- /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 9913ed54aa9..4c2f5880fad 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