Make tier 1 frameworks build

Summary:
Besides dependency and file list updates, this mainly removes the implicit
assumption that the requested Git revision is in the master branch. That
is not true for frameworks with translations, as those are committed to
unnamed branches before tagging.

Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D6978
This commit is contained in:
Volker Krause
2017-07-29 18:38:17 +02:00
parent ee7c296202
commit b8b1b99c6d
10 changed files with 23 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
"
PR = "r0"
DEPENDS = "qtbase"
DEPENDS = "qtbase qtx11extras"
SRC_URI = "git://anongit.kde.org/kidletime"
S = "${WORKDIR}/git"