Commit graph

195 commits

Author SHA1 Message Date
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
John Ericson e9a369b2c6 kdoctools: Perl is a propagated *run*-time dep
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.
2017-12-30 22:04:23 -05:00
John Ericson b1dcc6c201
Merge pull request #33185 from obsidiansystems/cross-simple
treewide: A few misc cross changes from #26805
2017-12-29 17:30:18 -05:00
John Ericson 5dea877368 kmime, colord-kde: ki18n should be *run*-time dependency
It is gettext-based, but is a library for run time, relying on the
normal gettext tools at build time.
2017-12-29 17:20:20 -05:00
gnidorah 941e36f246 kdeApplications.akonadiconsole: fix build 2017-12-24 12:54:20 +03:00
gnidorah a371d20024 kdeApplications.kdepim-runtime: fix build 2017-12-24 12:54:20 +03:00
gnidorah 7dc2db982c kdeApplications.kmailtransport: fix build 2017-12-24 12:54:19 +03:00
gnidorah a8ba8405d8 kdeApplications.akonadi-notes: fix build 2017-12-24 12:54:19 +03:00
gnidorah 998f9578f6 kdeApplications.grantleetheme: fix build 2017-12-24 12:54:19 +03:00
gnidorah 75a4a8dca4 kde-l10n: drop 2017-12-24 12:54:18 +03:00
gnidorah aa8962a6b9 kdelibs: drop 2017-12-22 15:21:00 +03:00
Peter Hoeg 8a1525833a kget: 20170903 -> 17.12.0 2017-12-21 16:50:07 +08:00
Peter Hoeg 300ee45dfb kde-applications: 17.08.3 -> 17.12.0 2017-12-21 15:55:33 +08:00
Jos van den Oever 5207b4cea0 kruler: init at 5.0 2017-11-20 17:56:09 +00:00
Thomas Tuegel 26752cabd7
kdeApplications: 17.08.2 -> 17.08.3 2017-11-09 15:38:05 -06:00
Thomas Tuegel a8538307e5
Merge branch 'master' into qt-5-tmp 2017-11-07 07:33:47 -06:00
Thomas Tuegel 1f5b6a2f60
kdenlive: missing dependencies 2017-11-07 07:18:47 -06:00