diff --git a/common/shlibs b/common/shlibs index 26ff6a3d03b..457f2581c2f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1960,6 +1960,8 @@ libKF6IconThemes.so.6 kf6-kiconthemes-6.0.0_1 libKF6IconWidgets.so.6 kf6-kiconthemes-6.0.0_1 libKF6ItemViews.so.6 kf6-kitemviews-6.0.0_1 libKF6JobWidgets.so.6 kf6-kjobwidgets-6.0.0_1 +libKF6Wallet.so.6 kf6-kwallet-6.0.0_1 +libKF6WalletBackend.so.6 kf6-kwallet-6.0.0_1 libKF6Notifications.so.6 kf6-knotifications-6.0.0_1 libKF6Package.so.6 kf6-kpackage-6.0.0_1 libKF6Service.so.6 kf6-kservice-6.0.0_1 diff --git a/srcpkgs/kf6-kwallet-devel b/srcpkgs/kf6-kwallet-devel new file mode 120000 index 00000000000..acce58538f4 --- /dev/null +++ b/srcpkgs/kf6-kwallet-devel @@ -0,0 +1 @@ +kf6-kwallet \ No newline at end of file diff --git a/srcpkgs/kf6-kwallet/template b/srcpkgs/kf6-kwallet/template new file mode 100644 index 00000000000..d18a97f7042 --- /dev/null +++ b/srcpkgs/kf6-kwallet/template @@ -0,0 +1,29 @@ +# Template file for 'kf6-kwallet' +pkgname=kf6-kwallet +version=6.1.0 +revision=1 +build_style=cmake +build_helper=qemu +configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake" +hostmakedepends="extra-cmake-modules qt6-tools qt6-base + gettext kf6-kdoctools kf6-kconfig" +makedepends="kf6-kconfig-devel kf6-kcoreaddons-devel + kf6-kwindowsystem-devel kf6-kcolorscheme-devel kf6-kdbusaddons-devel + kf6-knotifications-devel kf6-kwidgetsaddons-devel kf6-kdoctools-devel + gpgmepp-devel qca-qt6-devel libgcrypt-devel" +short_desc="KWallet: Credential Storage" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/frameworks/kwallet" +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" +checksum=cf92adbbdfe7643a4e0f93a8d229626fb859fe903d0b4b5841ad114175b84613 + +kf6-kwallet-devel_package() { + depends="$makedepends ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}