diff --git a/recipes-kf5/tier1/kdbusaddons.inc b/recipes-kf5/tier1/kdbusaddons.inc new file mode 100644 index 0000000..2f376b2 --- /dev/null +++ b/recipes-kf5/tier1/kdbusaddons.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "KDBusAddons" +HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + " +PR = "r0" + +DEPENDS = "qtbase" + +GIT_REPO = "git://anongit.kde.org/kdbusaddons" +S = "${WORKDIR}/git" + +inherit cmake_qt5 + +FILES_${PN}-dev += " \ + ${libdir}/cmake/KF5DBusAddons/*.cmake \ + ${prefix}/mkspecs/modules/qt_KDBusAddons.pri \ +" diff --git a/recipes-kf5/tier1/kdbusaddons_5.0.0.bb b/recipes-kf5/tier1/kdbusaddons_5.0.0.bb new file mode 100644 index 0000000..fedf138 --- /dev/null +++ b/recipes-kf5/tier1/kdbusaddons_5.0.0.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + +SRC_URI = "${GIT_REPO}" +SRCREV = "25a4c2d62f749cd96a3885a1e0f67b0facc840c6" +PV = "5.0.0"