1 Commits

Author SHA1 Message Date
Kai Uwe Broulik
610dbfb440 kwin: Remove unused dependencies
* qtscript got removed in bd4d17b3
* qtsensors got removed in 15d6be5c
* kiconthemes got removed in 7706e17d
* kio got removed in 1e36e79f
* kinit got removed in 996e8401

Signed-off-by: Eike Hein <eike.hein@mbition.io>
2022-02-11 21:15:28 +01:00
22 changed files with 56 additions and 40 deletions

View File

@@ -8,12 +8,10 @@ inherit ki18n
inherit kcoreaddons
inherit kconfig
inherit kauth
inherit kcmutils
inherit kdoctools
EXTRA_OECMAKE += " \
-DBUILD_TESTING=OFF \
-DOE_KF5_PATH_HOST_ROOT=${STAGING_DIR_HOST} \
"
DEPENDS += " \

View File

@@ -23,7 +23,6 @@ DEPENDS += " \
knotifications \
kwidgetsaddons \
kactivities \
phonon \
purpose \
"

View File

@@ -20,7 +20,6 @@ DEPENDS += " \
kjs \
kactivities \
kpty \
phonon \
poppler \
purpose \
qca \

View File

@@ -19,6 +19,7 @@ DEPENDS += " \
kiconthemes \
knotifications \
kio \
kcmutils \
kirigami \
kpeople \
kpeoplevcard \
@@ -31,7 +32,6 @@ inherit kcoreaddons
inherit kconfig
inherit kauth
inherit mime-xdg
inherit kcmutils
EXTRA_OECMAKE += "-DEXPERIMENTALAPP_ENABLED=ON"
EXTRA_OECMAKE += "-DSMSAPP_ENABLED=OFF"

View File

@@ -12,6 +12,7 @@ PR = "r0"
DEPENDS = " \
fftw \
kcmutils \
kconfigwidgets \
kcoreaddons \
kdecoration \
@@ -22,7 +23,6 @@ DEPENDS = " \
"
inherit cmake_plasma
inherit kcmutils
FILES:${PN} += " \
${libdir}/qml/QtQuick/Controls/Styles \

View File

@@ -12,6 +12,7 @@ PR = "r0"
DEPENDS = " \
attica \
karchive \
kcmutils \
kconfig \
kcoreaddons \
kcrash \
@@ -29,7 +30,6 @@ DEPENDS = " \
inherit cmake_plasma
inherit mime-xdg
inherit kcmutils
FILES:${PN} += " \
${libdir}/qml/org/kde/discovernotifier \

View File

@@ -37,7 +37,6 @@ DEPENDS = " \
inherit cmake_plasma
inherit kdoctools
inherit kcmutils
inherit mime-xdg
FILES_SOLIBSDEV = ""

View File

@@ -15,6 +15,7 @@ DEPENDS = " \
kdbusaddons \
plasma-framework \
kconfigwidgets \
kcmutils \
kglobalaccel \
kwidgetsaddons \
kxmlgui \
@@ -22,7 +23,6 @@ DEPENDS = " \
"
inherit cmake_plasma
inherit kcmutils
FILES:${PN} += " \
${datadir}/kded_kscreen \

View File

@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"
DEPENDS = " \
kcmutils \
kcrash \
kdeclarative \
kglobalaccel \
@@ -32,7 +33,6 @@ SRC_URI:append = " \
"
inherit cmake_plasma
inherit kcmutils
do_install:append() {
install -d ${D}${sysconfdir}/pam.d

View File

@@ -12,24 +12,19 @@ PR = "r0"
DEPENDS = " \
qtdeclarative \
qtsensors \
qtscript \
kconfigwidgets \
kcrash \
kglobalaccel \
kinit \
knotifications \
kpackage \
plasma-framework \
kwindowsystem \
kiconthemes \
kidletime \
kwayland \
kwayland-server \
kcompletion \
kdeclarative \
kcmutils \
kio \
ktextwidgets \
knewstuff \
kservice \
@@ -49,7 +44,6 @@ SRC_URI:append = " \
"
inherit cmake_plasma kdoctools
inherit kcmutils
do_install:append() {
# dirty workaround for aurora crash on Wayland

View File

@@ -29,7 +29,6 @@ DEPENDS = " \
"
inherit cmake_plasma
inherit kcmutils
FILES:${PN} += " \
${libdir}/qml/QtQuick/VirtualKeyboard/Styles/Plasma/* \

View File

@@ -15,6 +15,7 @@ DEPENDS = " \
breeze \
kactivities \
kactivitiesstats \
kcmutils \
kcoreaddons \
kcrash \
kdbusaddons \
@@ -53,8 +54,8 @@ DEPENDS = " \
"
inherit cmake_plasma
inherit kdoctools
inherit mime-xdg
inherit kcmutils
EXTRA_OECMAKE += " -DBUILD_xembed-sni-proxy=OFF"

View File

@@ -29,6 +29,7 @@ DEPENDS += " \
"
inherit cmake_plasma
inherit kdoctools
FILES:${PN} += " \
${datadir}/kpackage/genericqml/org.kde.systemsettings.sidebar \

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "72e9a61e4b55f2558b8bfaeca8b533cf6275a4f5"
SRCREV = "v${PV}"

View File

@@ -21,7 +21,6 @@ SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
inherit pkgconfig
PACKAGES += " \
${PN}-browser \

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "b6ef51c830b85a080e09ca205bae667890601df1"
SRCREV = "v${PV}"

View File

@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SUMMARY = "Library to deal with pinyin."
SRC_URI = " \
git://github.com/libpinyin/libpinyin.git;nobranch=1;protocol=https \
https://downloads.sourceforge.net/project/libpinyin/models/model19.text.tar.gz;sha256sum=56422a4ee5966c2c809dd065692590ee8def934e52edbbe249b8488daaa1f50b;subdir=git;unpack=0 \
git://github.com/libpinyin/libpinyin.git;nobranch=1 \
https://deac-ams.dl.sourceforge.net/project/libpinyin/models/model19.text.tar.gz;sha256sum=56422a4ee5966c2c809dd065692590ee8def934e52edbbe249b8488daaa1f50b;subdir=git;unpack=0 \
file://0000-Utilize-bitbake-download-and-use-tools-from-PATH.patch \
file://0001-Optionally-install-utilities.patch \
file://0002-Provide-option-to-use-pre-downloaded-archive.patch \

View File

@@ -23,8 +23,9 @@ DEPENDS = " \
"
SRC_URI = " \
git://github.com/sddm/${BPN};nobranch=1;protocol=https \
file://0001-Workaround-missing-sessions.patch \
git://github.com/sddm/${BPN};nobranch=1 \
file://0001-fix-qml-install-dir.patch \
file://0002-Workaround-missing-sessions.patch \
file://sddm.conf \
file://sddm.pam \
file://sddm-autologin.pam \

View File

@@ -0,0 +1,28 @@
From 45038115cf962f0b5923a74ae362e3a430ec5a3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Thu, 8 Nov 2018 10:37:24 +0100
Subject: [PATCH] fix qml install dir
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
components/CMakeLists.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt
index 33920a6..22d75c9 100644
--- a/components/CMakeLists.txt
+++ b/components/CMakeLists.txt
@@ -1,5 +1,5 @@
configure_file("2.0/LayoutBox.qml" "2.0/LayoutBox.qml")
-install(DIRECTORY "2.0/" DESTINATION "${QT_IMPORTS_DIR}/SddmComponents")
-install(DIRECTORY "common/" DESTINATION "${QT_IMPORTS_DIR}/SddmComponents")
-install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/2.0/" DESTINATION "${QT_IMPORTS_DIR}/SddmComponents")
+install(DIRECTORY "2.0/" DESTINATION "${QML_INSTALL_DIR}/SddmComponents")
+install(DIRECTORY "common/" DESTINATION "${QML_INSTALL_DIR}/SddmComponents")
+install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/2.0/" DESTINATION "${QML_INSTALL_DIR}/SddmComponents")
--
2.14.5

View File

@@ -13,7 +13,7 @@ The current approach is wrong in many ways:
tries to find executables based on PATH environment. Problem at least for my
environment: There is no PATH variable set by systemd. So for session files
without path: Do not perform further checks / just trust for now.
Upstream-Sttaus: Pending
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
@@ -22,11 +22,11 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/src/greeter/SessionModel.cpp b/src/greeter/SessionModel.cpp
index 1953c76..549cd4d 100644
index 2a3c091..927bce2 100644
--- a/src/greeter/SessionModel.cpp
+++ b/src/greeter/SessionModel.cpp
@@ -125,22 +125,11 @@ namespace SDDM {
@@ -124,22 +124,11 @@ namespace SDDM {
Session *si = new Session(type, session);
bool execAllowed = true;
- QFileInfo fi(si->tryExec());
@@ -41,8 +41,8 @@ index 1953c76..549cd4d 100644
- execAllowed = false;
- QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
- QString envPath = env.value(QStringLiteral("PATH"));
- const QStringList pathList = envPath.split(QLatin1Char(':'));
- for(const QString &path : pathList) {
- QStringList pathList = envPath.split(QLatin1Char(':'));
- foreach(const QString &path, pathList) {
- QDir pathDir(path);
- fi.setFile(pathDir, si->tryExec());
- if (fi.exists() && fi.isExecutable()) {
@@ -52,6 +52,6 @@ index 1953c76..549cd4d 100644
}
}
// add to sessions list
--
2.34.1
--
2.14.5

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "v${PV}"

View File

@@ -1,7 +0,0 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
# use unreleased tag for fixing build with Qt 5.15.3
SRCREV = "c257a40ba95f56b5f3830b923b1c56aa055cf8ea"
PV = "0.19.0+git${SRCPV}"