From ab29fb8664ef7aeb7d68b426fdafe9f2a73ef227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Dec 2014 05:26:10 +0100 Subject: [PATCH] add knotifyconfig 5.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../knotifyconfig/knotifyconfig_5.5.0.bb | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-kde-framework/tier3/knotifyconfig/knotifyconfig_5.5.0.bb diff --git a/recipes-kde-framework/tier3/knotifyconfig/knotifyconfig_5.5.0.bb b/recipes-kde-framework/tier3/knotifyconfig/knotifyconfig_5.5.0.bb new file mode 100644 index 00000000..e7407ba8 --- /dev/null +++ b/recipes-kde-framework/tier3/knotifyconfig/knotifyconfig_5.5.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "Configuration system for KNotify" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde cmake-lib + +DEPENDS += " \ + phonon \ + kcompletion \ + kconfig \ + ki18n \ + kio \ + kservice \ + kconfigwidgets \ + knotifications \ + kwidgetsaddons \ + kxmlgui \ +" + +SRCREV = "b3bee1525a414c44d4e88103fdd5e920eede03e9" + +# cross libs / headers +CMAKE_HIDE_ERROR[1] = "KF5NotifyConfig, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" +CMAKE_HIDE_ERROR[2] = "KF5NotifyConfig, -S${includedir}, -S${STAGING_INCDIR}"