Commit graph

211 commits

Author SHA1 Message Date
Bastian Köcher bcdbb637f8 kdeApplications.kdepim-runtime: Fixes build 2019-01-21 15:29:32 +01:00
Jörg Thalheim f0f7531d78
Merge pull request #51412 from Synthetica9/konsole-keyboard-fix
konsole: fix arrow keys
2019-01-09 12:11:32 +00:00
Trolli Schmittlauch ec0eaca0f4 kcharselect: init at 18.12.0
Packaging `kcharselect` because a KDE tool for inserting special
characters is very useful.
2019-01-02 00:31:29 +01:00
Thomas Tuegel 8401fe28e2
Merge pull request #51449 from bkchr/kde_applications_18_12
kde-applications: 18.08.1 -> 18.12.0
2018-12-16 06:56:24 -06:00
Bastian Köcher 70f0f3e7c4 kde-applications: 18.08.1 -> 18.12.0 2018-12-14 09:10:50 +01:00
Patrick Hilhorst 4ec643b125
konsole: fix arrow keys
(partially?) fixes #29951
2018-12-03 00:12:47 +01:00
Cole Mickens 507adacaa0 dolphin: enable wayland 2018-11-26 23:45:48 -08:00
Michael Raskin 650fd5bd59
Merge pull request #48033 from colemickens/konqueror
konqueror: init at 18.08
2018-11-01 05:05:31 +00:00
Unknown 956a4b2bb6 marble: Fix include install to dev output 2018-10-20 14:17:22 -08:00
Eelco Dolstra 13c1f26807 marble: Add dev output 2018-10-08 22:56:23 +02:00
Cole Mickens 056c03aeb3 konqueror: init at 18.08 2018-10-07 22:14:50 -07:00
Bastian Köcher 4d16b2036b kde-applications: 18.08.0 -> 18.08.1 2018-09-07 21:30:54 +02:00
Thomas Tuegel b55e3f6449
Merge pull request #45376 from bkchr/kde_applications_18_08_0
kde-applications: 18.04.03 -> 18.08.0
2018-08-25 08:49:20 -05:00
Bastian Köcher 6e1709734e kde-applications: 18.04.03 -> 18.08.0 2018-08-24 17:35:49 +02:00
Jonathan Reeve 0ccb4bf128 add self to maintainers list and update maintainer 2018-08-19 11:36:17 -04:00
Jonathan Reeve a0f6a149cc dragon: init at 18.04.3
Add Dragon Player, the KDE video and media player, so that KDE
users will have a way to play videos and audio files.
2018-08-18 18:52:48 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
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
2018-07-18 23:25:20 -04:00
Bastian Köcher b5f262ba91 kde-applications: 18.04.2 -> 18.04.3 2018-07-16 16:02:47 +02:00
Bastian Köcher 5fc463add7 kde-applications: 18.04.1 -> 18.04.2 2018-06-12 14:29:45 +02:00
Linus Heckemann 9eb61e8408 kdeApplications.konquest: init at 2.4 2018-05-18 13:51:42 +01:00
Linus Heckemann 60216b2f39 libsForQt5.libkdegames: init at 18.04.1 2018-05-18 13:51:28 +01:00
adisbladis a0f7ee0e60
kdenlive: Fix build by removing already upstreamed patch 2018-05-16 09:24:25 +08:00
adisbladis fe50132556
kde-applications: 18.04.0 -> 18.04.1 2018-05-14 17:48:47 +08:00
aszlig dace481377
kdepim-addons: Add package expression
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
2018-05-08 11:48:16 +02:00
aszlig eb774f3047
akonadi-import-wizard: Add package expression
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
2018-05-08 11:48:12 +02:00
adisbladis 337e9723ce
kde-applications: Create alias to okteta 2018-04-25 09:35:50 +08:00
Bastian Köcher 58f53dc4d4
okteta: Move into own package
Okteta was removed from kde applications and will now be released
independently. So, we currently use the released version from 17.12.3.
2018-04-25 09:35:49 +08:00
Bastian Köcher faed183206
kde_applications: 17.12.3 -> 18.04.0 2018-04-25 09:35:49 +08:00
Bastian Köcher b933157f44
kholidays: Move from kde_applications to kde_frameworks 2018-04-25 09:35:48 +08:00
xeji 223aad2053 kdeApplications.mbox-importer: fix hydra build
build failed with "log limit exceeded", disable verbose logging
2018-04-17 12:35:28 +02:00
rittelle 3af1374665
kalarm: init 2018-04-15 01:33:57 +02:00
Robert Schütz 80fc5f2a24 Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
Matthew Justin Bauer 5336176a55
Merge pull request #36444 from rittelle/master
kdebugsettings: init
2018-04-09 14:13:08 -05:00
Frederik Rietdijk 0aa59a08d6 Merge master into staging 2018-04-09 15:12:32 +02:00
Jaakko Luttinen ccbf3c8955
k3b: fix build inputs, library path and binary path
Fix #38325
2018-04-04 21:37:16 +03:00
Nikolay Amiantov 8d0f470984 kvfb: fix build 2018-03-28 16:25:14 +03:00
Peter Hoeg c1714f5788 ksystemlog: init at 17.12.2 2018-03-23 14:17:22 +08:00
Bastian Köcher 8d9e54006d kde-applications: 17.12.2 -> 17.12.3 2018-03-12 17:35:12 +01:00
rittelle 0a9319a4b0
kdebugsettings: init 2018-03-07 18:01:55 +01:00
Peter Hoeg 18e97a3575 okular: exclude chmlib on ARM 2018-03-07 09:57:34 +08:00
Peter Hoeg 5f9a1c18f2 okular: add support for CHM, ZIP and markdown files 2018-03-07 09:24:00 +08:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
adisbladis 29fcbdd414
kde-applications: 17.12.1 -> 17.12.2 2018-02-11 00:26:45 +08:00
Peter Hoeg 29deef012c kdialog: init at 17.12.1 2018-01-21 18:28:06 +08:00
Bastian Köcher d533cec260 akonadi: Fixes build 2018-01-19 10:00:03 +01:00
adisbladis b72de3e286
kio-extras: Fix build with qt 5.10 2018-01-16 21:38:34 +08:00
adisbladis c0c421c311
kde-applications: 17.12.0 -> 17.12.1 2018-01-12 12:08:21 +08:00
Peter Hoeg e37e04482b minuet: add missing dependencies to fix build 2018-01-10 22:40:58 +08:00
John Ericson 4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
Make cross compilation elegant
2017-12-30 22:58:02 -05:00