mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
kf6-kaccounts-integration: update to 24.12.2.
This commit is contained in:
parent
578c2b8215
commit
c483b1cabd
2 changed files with 20 additions and 2 deletions
|
@ -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()
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kf6-kaccounts-integration'
|
# Template file for 'kf6-kaccounts-integration'
|
||||||
pkgname=kf6-kaccounts-integration
|
pkgname=kf6-kaccounts-integration
|
||||||
version=24.08.0
|
version=24.12.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/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"
|
homepage="https://invent.kde.org/network/kaccounts-integration"
|
||||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kaccounts-integration"
|
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kaccounts-integration"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-integration-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-integration-${version}.tar.xz"
|
||||||
checksum=fb21d2435b2aaa9960fed9660a9cd56b7702080c4e99f9a207e6c1ba8d52b3f4
|
checksum=d456f36884580e5447fed3f23f85e7d3fae0264cf85093e1eaa621eab65881d8
|
||||||
|
|
||||||
# depends on webengine
|
# depends on webengine
|
||||||
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue