about summary refs log tree commit diff
path: root/pkgs/applications/kde/akonadi
AgeCommit message (Collapse)AuthorFilesLines
2023-04-20kde/pim: create missing include directories to avoid cmake errorsK9001-4/+2
This is a hack and should be removed once upstream fixes this.
2023-04-20akonadi: refresh patchK9001-6/+6
2023-03-18treewide: clear out remaining qt5 conditionalsK9001-2/+1
2022-11-05Merge pull request #182195 from 2xsaiko/outgoing/pg-akonadiThomas Tuegel1-9/+17
akonadi: Add package argument for PostgreSQL support
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-1/+1
2022-10-02akonadi: Add package argument for PostgreSQL supportMarco Rebhan1-9/+17
2021-12-18plasma5Packages.akonadi: add compability symlinks for kmymoneySandro Jäckel1-0/+7
2021-05-11akonadi: fix path to kio_version.hThomas Tuegel1-0/+1
2021-05-11akonadi: fix self pathsThomas Tuegel2-19/+20
2021-05-11akonadi: update patchesThomas Tuegel4-48/+45
2021-04-04lzma: deprecate aliasSandro Jäckel1-2/+2
2021-04-04mysql: deprecate aliasSandro Jäckel1-5/+5
2021-02-05akonadi: add lzma inputThomas Tuegel1-2/+2
2021-02-04akonadi: update patchesThomas Tuegel3-58/+52
2021-01-03Merge pull request #107948 from eliasp/akonadi-kaccountsThomas Tuegel1-5/+6
akonadi: add missing kaccounts deps
2020-12-31akonadi: add missing kaccounts depsElias Probst1-5/+6
To enable the KAccounts Integration for Akonadi, the following deps had to be added: - signond - accounts-qt - kaccounts-integration
2020-12-26kdeApplications: fix derivation namesThomas Tuegel1-1/+1
2020-11-18akonadi: disable Qt5 <5.13freezeboy1-1/+2
2020-09-03treewide: convert patch series files to Nix expressionsV1-1/+1
Nix expressions provide all the features that Quilt series files have, so using those instead is pointless. Also, lib.readPathsFromFile (the function used to read series files) has the following warning: > NOTE: This function is not performant and should be avoided. This also removes some orphaned series files, and unused references to copyPathsToStore (which were probably missed in previous commits where calls to lib.readPathsFromFile were removed)
2020-07-13akonadi: update patchesThomas Tuegel6-74/+107
2019-08-16akonadi: update patch akonadi-pathsnyanloutre4-82/+67
Version 19.08 introduce a new mPgUpgradePath variable. I applied what was done for the mServerPath variable.
2019-05-17akonadi: patch fixnyanloutre1-1/+4
2019-03-27kde-applications: 18.12.1 -> 18.12.3nyanloutre1-21/+15
2018-12-14kde-applications: 18.08.1 -> 18.12.0Bastian Köcher1-9/+10
2018-04-25kde_applications: 17.12.3 -> 18.04.0Bastian Köcher1-61/+60
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2018-01-19akonadi: Fixes buildBastian Köcher1-7/+7
2017-12-24kdeApplications.akonadi-notes: fix buildgnidorah2-0/+50
2017-08-21akonadi: no need to set MYSQLD_EXECUTABLEThomas Tuegel1-3/+0
2017-08-21akonadi: use QLatin1String instead of QStringLiteralThomas Tuegel1-10/+10
QStringLiteral stores strings in UTF-16 encoding. Nix cannot decode such paths, so we must use QLatin1String for strings that may be paths, or the dependency graph will be broken!
2017-08-21akonadi: fixup inputs and outputsThomas Tuegel1-8/+7
2017-08-21akonadi: assign to kdepimTeamThomas Tuegel1-2/+2
2017-06-29Fix akonadi build.Karn Kallio1-2/+3
Patch applied by James Cook <james.cook@utoronto.ca>.
2017-06-18akonadi: do not store path to pg_ctl in configurationThomas Tuegel1-4/+58
2017-06-18akonadi: do not store path to mysqld in configurationThomas Tuegel1-9/+41
2017-06-18akonadi: fix runtime pathsThomas Tuegel4-0/+157