New package: kf6-kaccounts-integration-24.02.2

This commit is contained in:
Đoàn Trần Công Danh 2024-05-11 21:40:44 +07:00 committed by Đoàn Trần Công Danh
parent 1572074c5f
commit 642ca0f427
3 changed files with 38 additions and 0 deletions

View File

@ -3699,6 +3699,7 @@ libCOIN.so libogdf-2018.03_1
librocksdb.so.7 rocksdb-7.4.5_1
libfrr.so.0 libfrr-6.0_1
libkaccounts.so.2 kaccounts-integration-20.04.3_1
libkaccounts6.so.2 kf6-kaccounts-integration-24.02.0_1
libfrrospfapiclient.so.0 libfrrospfapiclient-6.0_1
liborocos-kdl.so.1.4 orocos-kdl-1.4.0_1
libibumad.so.3 rdma-core-22.1_1

View File

@ -0,0 +1 @@
kf6-kaccounts-integration

View File

@ -0,0 +1,36 @@
# Template file for 'kf6-kaccounts-integration'
pkgname=kf6-kaccounts-integration
version=24.02.2
revision=1
build_style=cmake
build_helper=qemu
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules pkg-config qt6-base gettext
kf6-kpackage kf6-kcmutils qt6-declarative-host-tools"
makedepends="kf6-kcmutils-devel kf6-kparts-devel libaccounts-qt6-devel
signond-devel qcoro-qt6-devel kf6-ki18n-devel"
depends="signon-plugin-oauth2 signon-kwallet-extension"
short_desc="Administer web accounts for sites and services across the KDE desktop"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
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=d50b3d790d8df6a24d1afe7660fa7c6e61c38159d777380f87b813c91d06d307
# depends on webengine
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
depends+=" signon-ui"
fi
kf6-kaccounts-integration-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}