37 lines
1.1 KiB
BlitzBasic
37 lines
1.1 KiB
BlitzBasic
SUMMARY = "Secure and unified container for user passwords"
|
|
LICENSE = "BSD-3-Clause & LGPL-2.0 & LGPL-2.0+ & LGPL-2.1+ & LGPL-3.0+"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \
|
|
file://LICENSES/LGPL-2.0-only.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
|
file://LICENSES/LGPL-2.0-or-later.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7 \
|
|
file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \
|
|
file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d11349ca0d7e117 \
|
|
"
|
|
|
|
inherit kde-kf5
|
|
|
|
DEPENDS += " \
|
|
libgcrypt \
|
|
gpgme \
|
|
kconfig \
|
|
kconfig-native \
|
|
kcoreaddons \
|
|
kcoreaddons-native \
|
|
kdbusaddons \
|
|
kiconthemes \
|
|
ki18n \
|
|
knotifications \
|
|
kservice \
|
|
kwidgetsaddons \
|
|
kwindowsystem \
|
|
gettext-native \
|
|
kdoctools-native \
|
|
kauth-native \
|
|
"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[sha256sum] = "e79816c79dd88d9700bd8517a1248dd5a95b5a8dd278948389a11535506c6d14"
|
|
SRC_URI += "file://0001-KF5WalletConfig.cmake.in-point-runtime-bindir-not-bu.patch"
|
|
|
|
FILES:${PN} += "${datadir}"
|