Commit Graph

246 Commits

Author SHA1 Message Date
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
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
Eelco Dolstra
60aaced9a0
Add some dev outputs 2017-09-25 16:05:10 +02:00
John M. Harris, Jr
b2924389ac pim-data-exporter: init at 17.08.1
* Add pim-data-exporter

* pim-data-exporter: fix indentation
2017-09-22 11:20:49 +01:00
Paul Hendry
b6a72d0994 libksane: init at 17.08.0 2017-09-16 20:26:54 -07:00
Bastian Köcher
e1ee06de1b kdeApplications: 17.08.0 -> 17.08.1 2017-09-10 20:52:37 +02:00
Thomas Tuegel
f7afa84c0c Merge branch 'master' into kdepim-17.08 2017-08-27 10:42:04 -05:00
Jörg Thalheim
5f482c5df4 libmusicbrainz2: remove deprecated version
builds no longer against gcc6 and is not used anywhere
2017-08-26 08:39:27 +01:00
Jos van den Oever
cea59ffb79 kontact: add missing dependency 2017-08-23 09:59:07 +02:00
Jos van den Oever
c59a09d1fb akonadicondole: add dependency 2017-08-23 09:59:07 +02:00
Jos van den Oever
1c0179e84d k3b: remove duplicate dependency 2017-08-23 09:59:07 +02:00
Jos van den Oever
34c265584d kdeApplications: adapt deps and patches to new version 2017-08-23 09:59:07 +02:00
Thomas Tuegel
d5abffac81 k3b: fixup inputs 2017-08-23 09:59:07 +02:00
Jos van den Oever
df3e7beede kde-applications: 17.04.3 -> 17.08.0 2017-08-21 21:49:31 +02:00
Thomas Tuegel
933f384fc7
ark: use plain unzip
Use plain unzip instead of unzipNLS, which is unnecessary and also broken.
2017-08-21 06:52:48 -05:00
Thomas Tuegel
46ecfa1908
okteta: fixup inputs 2017-08-21 06:52:47 -05:00
Thomas Tuegel
4fd2820dcd
k3b: fixup inputs 2017-08-21 06:52:47 -05:00
Thomas Tuegel
5f3732f815
Revert "kdepim-runtime: patch from upstream to fix IMAP resource crash"
This reverts commit a6d746fbd12a6633e775e2cb52793f4baa8bab36.
2017-08-21 06:52:15 -05:00
Thomas Tuegel
ca324e54dd
kdepim-runtime: patch from upstream to fix IMAP resource crash 2017-08-21 06:51:34 -05:00
Thomas Tuegel
dd3f3de3e3
syndication: multiple outputs 2017-08-21 06:51:33 -05:00
Thomas Tuegel
22b6a93fad
akonadi: no need to set MYSQLD_EXECUTABLE 2017-08-21 06:51:32 -05:00
Thomas Tuegel
fa2f19467f
akonadi: use QLatin1String instead of QStringLiteral
QStringLiteral stores strings in UTF-16 encoding. Nix cannot decode such paths,
so we must use QLatin1String for strings that may be paths, or the dependency
graph will be broken!
2017-08-21 06:51:32 -05:00
Thomas Tuegel
b3ffeab007
kdeApplications: move mkDerivation 2017-08-21 06:51:31 -05:00
Thomas Tuegel
548f52c0a3
korganizer: init at 17.04.0 2017-08-21 06:51:18 -05:00
Thomas Tuegel
c3101965d4
incidenceeditor: init at 17.04.0 2017-08-21 06:51:18 -05:00
Thomas Tuegel
95eee6b49b
eventviews: init at 17.04.0 2017-08-21 06:51:18 -05:00
Thomas Tuegel
3ca93ebb4b
kqtquickcharts: init at 17.04.0 2017-08-21 06:51:18 -05:00
Jos van den Oever
129413c474
kontact: init at 17.04.0 2017-08-21 06:51:17 -05:00
Jos van den Oever
7fe86510c1
kaddressbook: init at 17.04.0 2017-08-21 06:51:17 -05:00
Jos van den Oever
60f56bac82
kleopatra: init at 17.04.0 2017-08-21 06:51:17 -05:00
Thomas Tuegel
e6b42d7403
grantleetheme: merge themes across multiple prefixes 2017-08-21 06:51:17 -05:00
Thomas Tuegel
4b032f12ea
kdepim-apps-libs: init at 17.04.0 2017-08-21 06:51:16 -05:00
Jos van den Oever
7640cae5b0
akregator: init at 17.04.0 2017-08-21 06:51:16 -05:00
Thomas Tuegel
d5468a51fb
akonadiconsole: init at 17.04.0 2017-08-21 06:51:16 -05:00
Thomas Tuegel
4e799eb5bd
calendarsupport: init at 17.04.0 2017-08-21 06:51:16 -05:00
Thomas Tuegel
f3324a806a
ark: do not callPackage default.nix directly 2017-08-21 06:51:16 -05:00
Thomas Tuegel
d47e75a460
kdepim-runtime: init at 17.04.0 2017-08-21 06:51:16 -05:00
Thomas Tuegel
5e860b0461
akonadi-calendar: init at 17.04.0 2017-08-21 06:51:15 -05:00
Thomas Tuegel
87588ff483
kalarmcal: init at 17.04.0 2017-08-21 06:51:15 -05:00
Thomas Tuegel
7872516b99
kholidays: init at 17.04.0 2017-08-21 06:51:15 -05:00
Thomas Tuegel
463569f763
kdav: init at 17.04.0 2017-08-21 06:51:15 -05:00
Thomas Tuegel
6caaa1fc48
pim-sieve-editor: init at 17.04.0 2017-08-21 06:51:15 -05:00
Thomas Tuegel
cf2d844cc2
mbox-importer: init at 17.04.0 2017-08-21 06:51:15 -05:00
Thomas Tuegel
126da861be
kmail-account-wizard: init at 17.04.0 2017-08-21 06:51:15 -05:00