about summary refs log tree commit diff
path: root/pkgs/applications/kde/grantleetheme
AgeCommit message (Collapse)AuthorFilesLines
2023-12-01grantletheme: fix loading in kmail/kontactJörg Thalheim1-0/+7
This fixes a 5 year old bug (old enough to go to school) where kmail was not able show emails (also appeared in kontact). fixes https://github.com/NixOS/nixpkgs/issues/160599 The solution is not pretty but effective and involves working around the broken search path of kde related libraries.
2023-04-20kde/pim: create missing include directories to avoid cmake errorsK9001-0/+4
This is a hack and should be removed once upstream fixes this.
2023-03-18grantleetheme: fix outputs definitionK9001-1/+1
2023-03-18treewide: clear out remaining qt5 conditionalsK9001-1/+0
2022-10-27licenses: remove fdl12Weijia Wang1-1/+1
2020-12-26kdeApplications: fix derivation namesThomas Tuegel1-1/+1
2020-12-12grantleetheme: broken with Qt < 5.13Thomas Tuegel1-0/+1
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-08-23grantleetheme: our patches are now upstreamPeter Hoeg3-157/+0
2018-08-24kde-applications: 18.04.03 -> 18.08.0Bastian Köcher1-81/+83
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-3/+3
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2017-12-24kdeApplications.grantleetheme: fix buildgnidorah1-73/+71
2017-08-23kdeApplications: adapt deps and patches to new versionJos van den Oever3-37/+0
2017-08-21grantleetheme: merge themes across multiple prefixesThomas Tuegel4-0/+213