KWidgetsAddons

This commit is contained in:
Johan Thelin
2014-07-16 20:54:04 +02:00
committed by Volker Krause
parent 0114933de0
commit cca71bffe3
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
DESCRIPTION = "KWidgetsAddons"
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/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/kwidgetsaddons"
S = "${WORKDIR}/git"
inherit cmake_qt5
FILES_${PN}-dev += " \
${libdir}/cmake/KF5WidgetsAddons/*.cmake \
${prefix}/mkspecs/modules/qt_KWidgetsAddons.pri \
"
FILES_${PN} += " \
/usr/share/kf5/kcharselect/kcharselect-data \
"

View File

@@ -0,0 +1,5 @@
require ${PN}.inc
SRC_URI = "${GIT_REPO}"
SRCREV = "1c06448e7997f70e2174c2fdc8b6bdfbef44d56d"
PV = "5.0.0"