From 44fff982f69bc8ed5611940b7defcdaf1635bcc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 29 Jan 2015 10:22:42 +0100 Subject: [PATCH] knotifications: update to 5.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../{knotifications_5.5.0.bb => knotifications.bb} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename recipes-kde/framework-tier3/knotifications/{knotifications_5.5.0.bb => knotifications.bb} (80%) diff --git a/recipes-kde/framework-tier3/knotifications/knotifications_5.5.0.bb b/recipes-kde/framework-tier3/knotifications/knotifications.bb similarity index 80% rename from recipes-kde/framework-tier3/knotifications/knotifications_5.5.0.bb rename to recipes-kde/framework-tier3/knotifications/knotifications.bb index 028690df..fc62a40a 100644 --- a/recipes-kde/framework-tier3/knotifications/knotifications_5.5.0.bb +++ b/recipes-kde/framework-tier3/knotifications/knotifications.bb @@ -5,15 +5,17 @@ LIC_FILES_CHKSUM = " \ file://COPYING-CMAKE-SCRIPTS;md5=54c7042be62e169199200bc6477f04d1 \ " +require ../../kf5-version.inc + inherit kde cmake-lib DEPENDS += "kwindowsystem kservice kconfig kiconthemes kcodecs kcoreaddons phonon" DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)}" -SRCREV = "09f44e8fff59ffa2cd67f21906980d6a566324f8" +SRCREV = "b5c1488beeedac53a23f8464d8ef3cea941ecfe8" # cross libs / headers CMAKE_HIDE_ERROR[1] = "KF5Notifications, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_HIDE_ERROR[2] = "KF5Notifications, -S${includedir}, -S${STAGING_INCDIR}" -FILES_${PN} += "${datadir}/dbus-1" +FILES_${PN} += "${datadir}/dbus-1 ${datadir}/kservicetypes5"