From 7d19f67721f02e0a7547f9bcad3976ac6553741a Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Mon, 31 Jul 2017 19:13:02 +0200 Subject: [PATCH] Add KBookmarks recipe Reviewers: cordlandwehr Differential Revision: https://phabricator.kde.org/D7021 --- recipes-kf5/tier3/kbookmarks.inc | 12 ++++++++++++ recipes-kf5/tier3/kbookmarks_5.36.0.bb | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 recipes-kf5/tier3/kbookmarks.inc create mode 100644 recipes-kf5/tier3/kbookmarks_5.36.0.bb diff --git a/recipes-kf5/tier3/kbookmarks.inc b/recipes-kf5/tier3/kbookmarks.inc new file mode 100644 index 0000000..53b82af --- /dev/null +++ b/recipes-kf5/tier3/kbookmarks.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "KBookmarks" +HOMEPAGE = "https://api.kde.org/frameworks/kbookmarks/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +PR = "r0" + +DEPENDS = "qtbase kconfig kconfig-native kcoreaddons kcoreaddons-native kcodecs kconfigwidgets kiconthemes kwidgetsaddons kxmlgui" + +SRC_URI = "git://anongit.kde.org/kbookmarks;nobranch=1" +S = "${WORKDIR}/git" + +inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kbookmarks_5.36.0.bb b/recipes-kf5/tier3/kbookmarks_5.36.0.bb new file mode 100644 index 0000000..56169bb --- /dev/null +++ b/recipes-kf5/tier3/kbookmarks_5.36.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"