about summary refs log tree commit diff
path: root/pkgs/applications/kde
Commit message (Collapse)AuthorAge
* kde-applications: 18.04.1 -> 18.04.2Bastian Köcher2018-06-12
|
* kdeApplications.konquest: init at 2.4Linus Heckemann2018-05-18
|
* libsForQt5.libkdegames: init at 18.04.1Linus Heckemann2018-05-18
|
* kdenlive: Fix build by removing already upstreamed patchadisbladis2018-05-16
|
* kde-applications: 18.04.0 -> 18.04.1adisbladis2018-05-14
|
* kdepim-addons: Add package expressionaszlig2018-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed in order to add location information to contacts in KAddressbook. Packaging was quite straightforward except that it needed akonadi-import-wizard, which I have packaged in the previous commit. I'm committing this directly to master without a pull request, because nothing depends on it (for obvious reasons) and packaging was trivial enough so that if things are not as they supposed to be it can still be changed very easily. Tested this using the following VM configuration, because I don't run a Plasma desktop: (import <nixpkgs/nixos> { configuration = { pkgs, ... }: { environment.systemPackages = with import <nixpkgs> {}; [ kdeApplications.kaddressbook kdeApplications.kdepim-addons ]; users.users.test.isNormalUser = true; virtualisation.diskSize = 4096; virtualisation.memorySize = 2048; services.xserver = { enable = true; inherit ((import <nixpkgs/nixos> {}).config.services.xserver) layout; displayManager.sddm.enable = true; displayManager.sddm.autoLogin.enable = true; displayManager.sddm.autoLogin.user = "test"; desktopManager.default = "plasma5"; desktopManager.plasma5.enable = true; }; }; }).vm The test I've done is using KAddressbook and check whether the location tab is working and it does now. Signed-off-by: aszlig <aszlig@nix.build> Cc: @ttuegel, @vandenoever
* akonadi-import-wizard: Add package expressionaszlig2018-05-08
| | | | | | | | | | | This is required for kdepim-addons and packaging this is pretty much straightforward with no hurdles. I tried to keep the coding style close to other packages in kdeApplications so that it stays consistent. Signed-off-by: aszlig <aszlig@nix.build> Cc: @ttuegel, @vandenoever
* kde-applications: Create alias to oktetaadisbladis2018-04-25
|
* okteta: Move into own packageBastian Köcher2018-04-25
| | | | | Okteta was removed from kde applications and will now be released independently. So, we currently use the released version from 17.12.3.
* kde_applications: 17.12.3 -> 18.04.0Bastian Köcher2018-04-25
|
* kholidays: Move from kde_applications to kde_frameworksBastian Köcher2018-04-25
|
* kdeApplications.mbox-importer: fix hydra buildxeji2018-04-17
| | | | build failed with "log limit exceeded", disable verbose logging
* kalarm: initrittelle2018-04-15
|
* Merge branch 'master' into stagingRobert Schütz2018-04-10
|\
| * Merge pull request #36444 from rittelle/masterMatthew Justin Bauer2018-04-09
| |\ | | | | | | kdebugsettings: init
| | * kdebugsettings: initrittelle2018-03-07
| | |
* | | Merge master into stagingFrederik Rietdijk2018-04-09
|\| |
| * | k3b: fix build inputs, library path and binary pathJaakko Luttinen2018-04-04
| | | | | | | | | | | | Fix #38325
* | | kvfb: fix buildNikolay Amiantov2018-03-28
|/ /
* | ksystemlog: init at 17.12.2Peter Hoeg2018-03-23
| |
* | kde-applications: 17.12.2 -> 17.12.3Bastian Köcher2018-03-12
| |
* | okular: exclude chmlib on ARMPeter Hoeg2018-03-07
| |
* | okular: add support for CHM, ZIP and markdown filesPeter Hoeg2018-03-07
|/
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* kde-applications: 17.12.1 -> 17.12.2adisbladis2018-02-11
|
* kdialog: init at 17.12.1Peter Hoeg2018-01-21
|
* akonadi: Fixes buildBastian Köcher2018-01-19
|
* kio-extras: Fix build with qt 5.10adisbladis2018-01-16
|
* kde-applications: 17.12.0 -> 17.12.1adisbladis2018-01-12
|
* minuet: add missing dependencies to fix buildPeter Hoeg2018-01-10
|
* Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ | | | | Make cross compilation elegant
| * kdoctools: Perl is a propagated *run*-time depJohn Ericson2017-12-30
| | | | | | | | | | | | | | | | It was improperly classified a build-time dep to get around the incorrect propagation logic that was in place before this PR. Additionally fix some `kdoctools` usage were it is incorrectly used a run-time dep.
* | Merge pull request #33185 from obsidiansystems/cross-simpleJohn Ericson2017-12-29
|\| | | | | treewide: A few misc cross changes from #26805
| * kmime, colord-kde: ki18n should be *run*-time dependencyJohn Ericson2017-12-29
| | | | | | | | | | It is gettext-based, but is a library for run time, relying on the normal gettext tools at build time.
* | kdeApplications.akonadiconsole: fix buildgnidorah2017-12-24
| |
* | kdeApplications.kdepim-runtime: fix buildgnidorah2017-12-24
| |
* | kdeApplications.kmailtransport: fix buildgnidorah2017-12-24
| |
* | kdeApplications.akonadi-notes: fix buildgnidorah2017-12-24
| |
* | kdeApplications.grantleetheme: fix buildgnidorah2017-12-24
| |
* | kde-l10n: dropgnidorah2017-12-24
| |
* | kdelibs: dropgnidorah2017-12-22
| |
* | kget: 20170903 -> 17.12.0Peter Hoeg2017-12-21
| |
* | kde-applications: 17.08.3 -> 17.12.0Peter Hoeg2017-12-21
|/
* kruler: init at 5.0Jos van den Oever2017-11-20
|
* kdeApplications: 17.08.2 -> 17.08.3Thomas Tuegel2017-11-09
|
* Merge branch 'master' into qt-5-tmpThomas Tuegel2017-11-07
|\
| * kde-applications: 17.08.1 -> 17.08.2adisbladis2017-11-03
| |
* | kdenlive: missing dependenciesThomas Tuegel2017-11-07
|/
* ark: fix wrapProgram invocationThomas Tuegel2017-11-01
|
* Merge pull request #30132 from 4z3/kill-kde-locale-5Orivej Desh2017-10-30
|\ | | | | kdeApplication: kill unused file kde-locale-5.nix