diff --git a/recipes-kdesupport/polkit-qt-1.inc b/recipes-kdesupport/polkit-qt-1.inc new file mode 100644 --- /dev/null +++ b/recipes-kdesupport/polkit-qt-1.inc @@ -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/* \ +" diff --git a/recipes-kdesupport/polkit-qt-1_0.112.0.bb b/recipes-kdesupport/polkit-qt-1_0.112.0.bb new file mode 100644 --- /dev/null +++ b/recipes-kdesupport/polkit-qt-1_0.112.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}" diff --git a/recipes-kf5/tier2/kauth.inc b/recipes-kf5/tier2/kauth.inc --- a/recipes-kf5/tier2/kauth.inc +++ b/recipes-kf5/tier2/kauth.inc @@ -5,16 +5,17 @@ " 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" 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 += " \