kcharselect: initial add 19.04.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-04-27 14:52:06 +02:00
parent 427811b87a
commit 78c224e065
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
SUMMARY = "Tool to copy and paste characters from all installed fonts"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
"
inherit kde-apps
DEPENDS += " \
kdoctools-native \
kconfig-native \
kcoreaddons-native \
kauth-native \
kbookmarks \
kcrash \
ki18n \
kwidgetsaddons \
kxmlgui \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[md5sum] = "67ae65af17b83d080d99c3ee599f1db1"
SRC_URI[sha256sum] = "788e6e97bb53216b4777fb19602d823a8e62f9ea25082f545e970a561fb3a78f"

View File

@@ -17,6 +17,7 @@ RDEPENDS_${PN} = " \
kate \
kcachegrind \
kcalc \
kcharselect \
kcolorchooser \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kdenlive", "",d)} \
kdf \