kcharselect: initial add 19.04.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
23
recipes-kde/apps/kcharselect/kcharselect.bb
Normal file
23
recipes-kde/apps/kcharselect/kcharselect.bb
Normal 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"
|
||||
@@ -17,6 +17,7 @@ RDEPENDS_${PN} = " \
|
||||
kate \
|
||||
kcachegrind \
|
||||
kcalc \
|
||||
kcharselect \
|
||||
kcolorchooser \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kdenlive", "",d)} \
|
||||
kdf \
|
||||
|
||||
Reference in New Issue
Block a user