KI18n 5.0.0

This commit is contained in:
Johan Thelin
2014-07-16 22:27:29 +02:00
committed by Volker Krause
parent 9598ce7a09
commit a5bd6986f5
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
DESCRIPTION = "Ki18n"
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
"
PR = "r0"
DEPENDS = "qtbase qtscript"
GIT_REPO = "git://anongit.kde.org/ki18n"
S = "${WORKDIR}/git"
inherit cmake_qt5
inherit perlnative
FILES_${PN}-dev += " \
${libdir}/cmake/KF5I18n/*.cmake \
${prefix}/mkspecs/modules/qt_KI18n.pri \
"
FILES_${PN}-dbg += " \
${libdir}/plugins/kf5/.debug/ktranscript.so \
"
FILES_${PN} += " \
${libdir}/plugins/kf5/ktranscript.so \
"

View File

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