forked from mirrors/nixpkgs
Merge pull request #185529 from alois31/kde-telemetry
kde: add user feedback support
This commit is contained in:
commit
40865fcc15
|
@ -4,6 +4,7 @@
|
|||
qtwebengine,
|
||||
grantlee,
|
||||
kcmutils, kcrash, kiconthemes, knotifyconfig, kparts, ktexteditor,
|
||||
kuserfeedback,
|
||||
kwindowsystem,
|
||||
akonadi, akonadi-mime, grantleetheme, kontactinterface, libkdepim, libkleo,
|
||||
messagelib, syndication
|
||||
|
@ -23,7 +24,9 @@ mkDerivation {
|
|||
|
||||
grantlee
|
||||
|
||||
kcmutils kcrash kiconthemes knotifyconfig kparts ktexteditor kwindowsystem
|
||||
kcmutils kcrash kiconthemes knotifyconfig kparts ktexteditor
|
||||
kuserfeedback
|
||||
kwindowsystem
|
||||
|
||||
akonadi akonadi-mime grantleetheme kontactinterface libkdepim libkleo
|
||||
messagelib syndication
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
kcompletion, kconfig, kcoreaddons, kdbusaddons,
|
||||
kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
|
||||
kparts, ktexteditor, kwindowsystem, phonon, solid,
|
||||
kuserfeedback,
|
||||
wayland, qtwayland
|
||||
}:
|
||||
|
||||
|
@ -23,6 +24,7 @@ mkDerivation {
|
|||
kcoreaddons kdbusaddons kfilemetadata ki18n kiconthemes
|
||||
kinit kio knewstuff knotifications kparts ktexteditor kwindowsystem
|
||||
phonon solid
|
||||
kuserfeedback
|
||||
wayland qtwayland
|
||||
];
|
||||
outputs = [ "out" "dev" ];
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
extra-cmake-modules, kdoctools,
|
||||
akonadi, akonadi-search, grantlee, grantleetheme, kcmutils, kcompletion,
|
||||
kcrash, kdbusaddons, ki18n, kontactinterface, kparts,
|
||||
kpimtextedit, kxmlgui, libkdepim, libkleo, mailcommon, pimcommon, prison,
|
||||
kpimtextedit,
|
||||
kuserfeedback,
|
||||
kxmlgui, libkdepim, libkleo, mailcommon, pimcommon, prison,
|
||||
qgpgme, qtbase,
|
||||
}:
|
||||
|
||||
|
@ -19,6 +21,7 @@ mkDerivation {
|
|||
buildInputs = [
|
||||
akonadi akonadi-search grantlee grantleetheme kcmutils kcompletion kcrash
|
||||
kdbusaddons ki18n kontactinterface kparts kpimtextedit
|
||||
kuserfeedback
|
||||
kxmlgui libkdepim libkleo mailcommon pimcommon prison qgpgme qtbase
|
||||
];
|
||||
postInstall = ''
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
kactivities, kconfig, kcrash, kdbusaddons, kguiaddons, kiconthemes, ki18n,
|
||||
kinit, kio, kitemmodels, kjobwidgets, knewstuff, knotifications, konsole,
|
||||
kparts, ktexteditor, kwindowsystem, kwallet, kxmlgui, libgit2,
|
||||
kuserfeedback,
|
||||
plasma-framework, qtscript, threadweaver
|
||||
}:
|
||||
|
||||
|
@ -33,6 +34,7 @@ mkDerivation {
|
|||
qtscript kconfig kcrash kguiaddons kiconthemes kinit kjobwidgets kparts
|
||||
kxmlgui kdbusaddons kwallet kitemmodels knotifications threadweaver
|
||||
knewstuff
|
||||
kuserfeedback
|
||||
];
|
||||
propagatedUserEnvPkgs = [ konsole ];
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
, kservice
|
||||
, ktextwidgets
|
||||
, ktnef
|
||||
, kuserfeedback
|
||||
, kwallet
|
||||
, kwidgetsaddons
|
||||
, kwindowsystem
|
||||
|
@ -85,6 +86,7 @@ mkDerivation {
|
|||
kservice
|
||||
ktextwidgets
|
||||
ktnef
|
||||
kuserfeedback
|
||||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
kxmlgui
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
akonadi-calendar, akonadi-contacts, akonadi-notes, akonadi-search,
|
||||
calendarsupport, eventviews, incidenceeditor, kcalutils,
|
||||
kholidays, kidentitymanagement, kldap, kmailtransport, kontactinterface,
|
||||
kparts, kpimtextedit, pimcommon,
|
||||
kparts, kpimtextedit,
|
||||
kuserfeedback,
|
||||
pimcommon,
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -26,6 +28,8 @@ mkDerivation {
|
|||
akonadi-calendar akonadi-contacts akonadi-notes akonadi-search
|
||||
calendarsupport eventviews incidenceeditor kcalutils
|
||||
kholidays kidentitymanagement kldap kmailtransport kontactinterface
|
||||
kparts kpimtextedit pimcommon
|
||||
kparts kpimtextedit
|
||||
kuserfeedback
|
||||
pimcommon
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
extra-cmake-modules, kdoctools,
|
||||
akonadi, akonadi-notes, kcalendarcore, kcmutils, kcrash, kdbusaddons,
|
||||
kidentitymanagement, kldap, kmailtransport, knewstuff, knotifications,
|
||||
knotifyconfig, kparts, kross, ktexteditor, kwallet, libkdepim, libkleo,
|
||||
knotifyconfig, kparts, kross, ktexteditor,
|
||||
kuserfeedback,
|
||||
kwallet, libkdepim, libkleo,
|
||||
pimcommon, qttools, karchive, mailcommon, messagelib
|
||||
}:
|
||||
|
||||
|
@ -19,7 +21,9 @@ mkDerivation {
|
|||
buildInputs = [
|
||||
akonadi akonadi-notes kcalendarcore kcmutils kcrash kdbusaddons
|
||||
kidentitymanagement kldap kmailtransport knewstuff knotifications
|
||||
knotifyconfig kparts kross ktexteditor kwallet libkdepim libkleo pimcommon
|
||||
knotifyconfig kparts kross ktexteditor
|
||||
kuserfeedback
|
||||
kwallet libkdepim libkleo pimcommon
|
||||
qttools karchive mailcommon messagelib
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
mkDerivation, lib, kdepimTeam,
|
||||
extra-cmake-modules, kdoctools,
|
||||
kdbusaddons, kcrash, kbookmarks, kiconthemes, kio, kpimtextedit,
|
||||
kmailtransport, libksieve, pimcommon, qtkeychain, libsecret
|
||||
kmailtransport,
|
||||
kuserfeedback,
|
||||
libksieve, pimcommon, qtkeychain, libsecret
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -14,6 +16,7 @@ mkDerivation {
|
|||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kdbusaddons kcrash kbookmarks kiconthemes kio kpimtextedit kmailtransport
|
||||
kuserfeedback
|
||||
libksieve pimcommon qtkeychain libsecret
|
||||
];
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
, kitemmodels
|
||||
, knewstuff
|
||||
, kpurpose
|
||||
, kuserfeedback
|
||||
, kwindowsystem
|
||||
, kxmlgui
|
||||
, plasma-framework
|
||||
|
@ -61,6 +62,7 @@ mkDerivation {
|
|||
kitemmodels
|
||||
knewstuff
|
||||
kpurpose
|
||||
kuserfeedback
|
||||
kwindowsystem
|
||||
kxmlgui
|
||||
plasma-framework
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
, plasma-wayland-protocols
|
||||
, kpipewire
|
||||
, libkexiv2
|
||||
, kuserfeedback
|
||||
, qtgraphicaleffects
|
||||
, qtquickcontrols
|
||||
, qtquickcontrols2
|
||||
|
@ -126,6 +127,7 @@ mkDerivation {
|
|||
kpipewire
|
||||
libkexiv2
|
||||
|
||||
kuserfeedback
|
||||
qtgraphicaleffects
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
|
|
Loading…
Reference in a new issue