Add KBookmarks recipe

Reviewers: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7021
This commit is contained in:
Volker Krause
2017-07-31 19:13:02 +02:00
parent e51e562e8e
commit 7d19f67721
2 changed files with 14 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"