From dfee0487a4b92c2a006ea0af8354e59b0a61b9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 22 Apr 2016 22:53:55 +0200 Subject: [PATCH] kcalc: initial add 16.04.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/apps/kcalc/kcalc.bb | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 recipes-kde/apps/kcalc/kcalc.bb diff --git a/recipes-kde/apps/kcalc/kcalc.bb b/recipes-kde/apps/kcalc/kcalc.bb new file mode 100644 index 00000000..ea9a12db --- /dev/null +++ b/recipes-kde/apps/kcalc/kcalc.bb @@ -0,0 +1,34 @@ +SUMMARY = "KDE's calculator application" +LICENSE = "GPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde-apps + +DEPENDS += "\ + gmp \ + kconfig \ + kconfigwidgets \ + kdoctools \ + kguiaddons \ + ki18n \ + kinit \ + knotifications \ + kxmlgui \ +" + +PV = "${KDE_APP_VERSION}" +SRC_URI[md5sum] = "2365e89219a31491e8aaf739cdaed991" +SRC_URI[sha256sum] = "31f127617932850375fc81363d7c53f50dc331ab6121a4c6cbfb402c4d418097" + +FILES_SOLIBSDEV = "" + +FILES_${PN} += " \ + ${datadir}/config.kcfg \ + ${datadir}/kxmlgui5 \ + ${datadir}/kconf_update \ + ${libdir}/libkdeinit5_kcalc.so \ +" +