2017-05-12 19:38:35 +01:00
|
|
|
{
|
|
|
|
mkDerivation, lib, kdepimTeam,
|
|
|
|
extra-cmake-modules, kdoctools,
|
|
|
|
qtbase, qttools,
|
|
|
|
phonon,
|
|
|
|
knewstuff,
|
|
|
|
akonadi-calendar, akonadi-contacts, akonadi-notes, akonadi-search,
|
2021-01-31 15:03:32 +00:00
|
|
|
calendarsupport, eventviews, incidenceeditor, kcalutils,
|
2017-05-12 19:38:35 +01:00
|
|
|
kholidays, kidentitymanagement, kldap, kmailtransport, kontactinterface,
|
2021-05-12 00:58:57 +01:00
|
|
|
kparts, kpimtextedit, pimcommon,
|
2017-05-12 19:38:35 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2020-12-24 23:05:07 +00:00
|
|
|
pname = "korganizer";
|
2017-05-12 19:38:35 +01:00
|
|
|
meta = {
|
2021-09-18 10:48:23 +01:00
|
|
|
homepage = "https://apps.kde.org/korganizer/";
|
|
|
|
description = "Personal organizer";
|
2017-05-12 19:38:35 +01:00
|
|
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
|
|
|
maintainers = kdepimTeam;
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
qtbase qttools
|
|
|
|
phonon
|
|
|
|
knewstuff
|
|
|
|
akonadi-calendar akonadi-contacts akonadi-notes akonadi-search
|
2021-01-31 15:03:32 +00:00
|
|
|
calendarsupport eventviews incidenceeditor kcalutils
|
2017-05-12 19:38:35 +01:00
|
|
|
kholidays kidentitymanagement kldap kmailtransport kontactinterface
|
2021-05-12 00:58:57 +01:00
|
|
|
kparts kpimtextedit pimcommon
|
2017-05-12 19:38:35 +01:00
|
|
|
];
|
|
|
|
}
|