Make KAuth actually build

Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7001
This commit is contained in:
Volker Krause
2017-07-30 19:23:06 +02:00
parent cf312af286
commit 802277c976
3 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
DESCRIPTION = "Polkit-Qt-1"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=7dbc59dc445b2261c4fb2f9466e3446a"
PR = "r0"
DEPENDS = "qtbase polkit"
SRC_URI = "git://anongit.kde.org/polkit-qt-1"
S = "${WORKDIR}/git"
inherit cmake_kf5
FILES_${PN}-dev += " \
${libdir}/cmake/PolkitQt5-1/* \
"

View File

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

View File

@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
"
PR = "r0"
DEPENDS = "qtbase kcoreaddons"
DEPENDS = "qtbase kcoreaddons kcoreaddons-native polkit-qt-1"
SRC_URI = "git://anongit.kde.org/kauth;nobranch=1"
S = "${WORKDIR}/git"
@@ -14,7 +14,8 @@ inherit cmake_kf5
FILES_${PN} += " \
${libdir}/plugins/kauth/helper/kauth_helper_plugin.so \
/usr/share/kf5/kauth/*.stub \
${libdir}/plugins/kauth/backend/kauth_backend_plugin.so \
${datadir}/kf5/kauth/*.stub \
"
FILES_${PN}-dev += " \