mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: kf6-kwallet-6.1.0
This commit is contained in:
parent
8a5f68cf99
commit
b828f1ea6e
3 changed files with 32 additions and 0 deletions
|
@ -1960,6 +1960,8 @@ libKF6IconThemes.so.6 kf6-kiconthemes-6.0.0_1
|
||||||
libKF6IconWidgets.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
|
libKF6ItemViews.so.6 kf6-kitemviews-6.0.0_1
|
||||||
libKF6JobWidgets.so.6 kf6-kjobwidgets-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
|
libKF6Notifications.so.6 kf6-knotifications-6.0.0_1
|
||||||
libKF6Package.so.6 kf6-kpackage-6.0.0_1
|
libKF6Package.so.6 kf6-kpackage-6.0.0_1
|
||||||
libKF6Service.so.6 kf6-kservice-6.0.0_1
|
libKF6Service.so.6 kf6-kservice-6.0.0_1
|
||||||
|
|
1
srcpkgs/kf6-kwallet-devel
Symbolic link
1
srcpkgs/kf6-kwallet-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kf6-kwallet
|
29
srcpkgs/kf6-kwallet/template
Normal file
29
srcpkgs/kf6-kwallet/template
Normal file
|
@ -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 <me@johnnynator.dev>"
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue