about summary refs log tree commit diff
path: root/pkgs/applications/kde
Commit message (Collapse)AuthorAge
* kde-applications: 18.12.1 -> 18.12.3nyanloutre2019-03-27
|
* fetch-kde-qt.sh: get hashes from metadatanyanloutre2019-03-27
|
* kfind: init at 18.12.1Ingo Blechschmidt2019-03-14
|
* Merge #56103: ktouch: fix build failureVladimír Čunát2019-02-22
|\
| * ktouch: fix build failure due to dependecy missingTrolli Schmittlauch2019-02-20
| | | | | | | | fixes #56097
* | kmplot: init at 18.12.1Orivej Desh2019-02-21
| |
* | Merge branch 'master' into staging-nextVladimír Čunát2019-02-17
|\ \ | | | | | | | | | A mass darwin rebuild from master (#55784).
| * \ Merge pull request #55351 from timor/kio-extras-man-protocolThomas Tuegel2019-02-16
| |\ \ | | |/ | |/| kio-extras: enable man protocol
| | * kio-extras: enable man protocoltimor2019-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | This installs the kio "man:" protocol handler, which fixes the UNIX manual section in the KDE Help Center. Note that kde currently parses "/etc/man.conf" manually, if `$MANPATH` is not set, to build its man page index. (if https://bugs.kde.org/show_bug.cgi?id=404022 is addressed, the "/etc/man.conf" symlink should not be necessary anymore)
| * | Merge branch 'master' into staging-nextVladimír Čunát2019-02-01
| |\| | | | | | | | | | | | | | | | | | | Comments on conflicts: - llvm: d6f401e1 vs. 469ecc70 - docs for 6 and 7 say the default is to build all targets, so we should be fine - some pypi hashes: they were equivalent, just base16 vs. base32
* | | Merge branch 'master' into stagingVladimír Čunát2019-01-22
|\ \ \ | | |/ | |/|
| * | kdeApplications.kdepim-runtime: Fixes buildBastian Köcher2019-01-21
| | |
* | | kde-applications: 18.12.0 -> 18.12.1Will Dietz2019-01-21
| |/ |/|
* | ktouch: init at 18.12.0Trolli Schmittlauch2019-01-13
|/ | | | | packaging the `ktouch` touch typing tutor. Due to Qt impurities, it needs to be installed in a profile to find it runtime dependencies.
* Merge pull request #51412 from Synthetica9/konsole-keyboard-fixJörg Thalheim2019-01-09
|\ | | | | konsole: fix arrow keys
| * konsole: fix arrow keysPatrick Hilhorst2018-12-03
| | | | | | | | (partially?) fixes #29951
* | kcharselect: init at 18.12.0Trolli Schmittlauch2019-01-02
| | | | | | | | | | Packaging `kcharselect` because a KDE tool for inserting special characters is very useful.
* | Merge pull request #51449 from bkchr/kde_applications_18_12Thomas Tuegel2018-12-16
|\ \ | | | | | | kde-applications: 18.08.1 -> 18.12.0
| * | kde-applications: 18.08.1 -> 18.12.0Bastian Köcher2018-12-14
| |/
* / dolphin: enable waylandCole Mickens2018-11-26
|/
* Merge pull request #48033 from colemickens/konquerorMichael Raskin2018-11-01
|\ | | | | konqueror: init at 18.08
| * konqueror: init at 18.08Cole Mickens2018-10-07
| |
* | marble: Fix include install to dev outputUnknown2018-10-20
| |
* | marble: Add dev outputEelco Dolstra2018-10-08
|/
* kde-applications: 18.08.0 -> 18.08.1Bastian Köcher2018-09-07
|
* Merge pull request #45376 from bkchr/kde_applications_18_08_0Thomas Tuegel2018-08-25
|\ | | | | kde-applications: 18.04.03 -> 18.08.0
| * kde-applications: 18.04.03 -> 18.08.0Bastian Köcher2018-08-24
| |
* | add self to maintainers list and update maintainerJonathan Reeve2018-08-19
| |
* | dragon: init at 18.04.3Jonathan Reeve2018-08-18
|/ | | | | Add Dragon Player, the KDE video and media player, so that KDE users will have a way to play videos and audio files.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | 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
* kde-applications: 18.04.2 -> 18.04.3Bastian Köcher2018-07-16
|
* 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