Commit Graph

99 Commits

Author SHA1 Message Date
Thomas Tuegel
6c76258a15
Merge pull request #55584 from KnairdA/master
rocs: init at 18.12.0
2019-09-28 14:21:30 -05:00
volth
35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Peter Hoeg
d3fd2c4128 kolf: init at 19.08.0 2019-08-19 22:43:10 +08:00
nyanloutre
d6ab8baa1b kde: add myself as maintainer 2019-08-16 15:28:31 +02:00
nyanloutre
6d5a90a111 kipi-plugins: move to kde_applications 2019-08-16 11:34:13 +02:00
nyanloutre
fc7f5e7c55 yakuake: move to kde_applications 2019-08-16 11:34:13 +02:00
Robin Gloster
3598d506ed
kdeApplications.kgeography: init 2019-06-18 21:39:40 +02:00
Jos van den Oever
044cd208b7 kdepim-runtime: replace sed by a proper patch
- remove unused qca-qt5
2019-05-20 20:18:00 -04:00
Will Dietz
89eeae8e3a knotes: init 2019-04-16 19:14:33 -05:00
Ingo Blechschmidt
1703627f88 kfind: init at 18.12.1 2019-03-14 19:23:46 +01:00
Orivej Desh
dd269b4628 kmplot: init at 18.12.1 2019-02-21 16:19:41 +00:00
Adrian Kummerlaender
39e4396ea7 rocs: init at 18.12.0 2019-02-12 11:42:29 +01:00
Trolli Schmittlauch
e93bd1d445 ktouch: init at 18.12.0
packaging the `ktouch` touch typing tutor. Due to Qt impurities, it
needs to be installed in a profile to find it runtime dependencies.
2019-01-13 12:42:21 +01: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
Bastian Köcher
70f0f3e7c4 kde-applications: 18.08.1 -> 18.12.0 2018-12-14 09:10:50 +01:00
Cole Mickens
056c03aeb3 konqueror: init at 18.08 2018-10-07 22:14:50 -07: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
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
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
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
b933157f44
kholidays: Move from kde_applications to kde_frameworks 2018-04-25 09:35:48 +08:00
rittelle
3af1374665
kalarm: init 2018-04-15 01:33:57 +02:00
Matthew Justin Bauer
5336176a55
Merge pull request #36444 from rittelle/master
kdebugsettings: init
2018-04-09 14:13:08 -05:00
Peter Hoeg
c1714f5788 ksystemlog: init at 17.12.2 2018-03-23 14:17:22 +08:00
rittelle
0a9319a4b0
kdebugsettings: init 2018-03-07 18:01:55 +01:00
Peter Hoeg
29deef012c kdialog: init at 17.12.1 2018-01-21 18:28:06 +08: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
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
Jos van den Oever
5207b4cea0 kruler: init at 5.0 2017-11-20 17:56:09 +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
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
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