While at it: Calcutae download paths to make upgrade as simple as possible Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
34 lines
771 B
BlitzBasic
34 lines
771 B
BlitzBasic
SUMMARY = "Secure and unified container for user passwords"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
"
|
|
|
|
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[md5sum] = "895e560a0b748dbb007ff45ec71ce85d"
|
|
SRC_URI[sha256sum] = "90e1609872235812265599d1fbd218b9c36a325d2d4160ede6621027163581c3"
|
|
SRC_URI += "file://0001-KF5WalletConfig.cmake.in-point-runtime-bindir-not-bu.patch"
|
|
|
|
FILES_${PN} += "${datadir}"
|