Commit Graph

188 Commits

Author SHA1 Message Date
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
adisbladis
d8702bfaeb
kde-applications: 17.08.1 -> 17.08.2 2017-11-03 00:29:24 +08:00
Thomas Tuegel
29798e84a6
ark: fix wrapProgram invocation 2017-11-01 16:44:09 -05:00
Orivej Desh
92dadab8e0
Merge pull request #30132 from 4z3/kill-kde-locale-5
kdeApplication: kill unused file kde-locale-5.nix
2017-10-30 01:35:57 +00:00
Peter Hoeg
8a28d840e9 keditbookmarks: init at 17.08.1 2017-10-24 22:50:55 +08:00
Peter Hoeg
87bd0494ba krdc: init at 17.08.1 2017-10-24 16:54:46 +08:00
Peter Hoeg
cccee1ddb7 minuet: init at 17.08.1 2017-10-24 11:26:56 +08:00
tv
86a6784fca kdeApplication: kill unused file kde-locale-5.nix 2017-10-05 19:48:47 +02:00