freezeboy
219f773d3b
picmi: init at 19.12.3
2020-07-10 16:42:39 +02:00
freezeboy
49d8c70113
granatier: init at 19.12.3
2020-07-10 16:41:10 +02:00
freezeboy
d784094a8e
bomber: init at 19.12.3
2020-07-10 16:37:24 +02:00
SCOTT-HAMILTON
57012daff9
KAppTemplate: Init at 19.12.3
2020-06-10 13:54:39 +02:00
adisbladis
d1ec67f11e
kdeApplications.kspaceduel: init at 19.12.3
2020-04-14 09:06:09 +01:00
adisbladis
c48afe3a52
kdeApplications.kbreakout: init at 19.12.3
2020-04-14 09:06:05 +01:00
Peter Hoeg
0c7ec50297
elisa: move into kdeApplications
...
elisa is now part of the upstream kdeApplications bundle
2020-04-07 20:53:09 +08:00
Thomas Tuegel
6545aa450c
kdeApplications.kcalcore: Removed
2020-02-08 05:45:22 -06:00
Will Dietz
6f60621c0c
kcontacts: kdeApplications -> kdeFrameworks
2020-02-03 18:08:59 -06:00
Thomas Tuegel
fec5edc7c0
Merge pull request #76508 from bignaux/kmahjongg
...
kmahjongg: init at 19.08.3
2020-01-16 09:41:36 -06:00
Bignaux Ronan
b09fa30f66
ksudoku: init at 19.08.3
2019-12-25 21:27:18 +01:00
Bignaux Ronan
4d8cb42fae
kmahjongg: init at 19.08.3
2019-12-25 18:44:11 +01:00
rnhmjoj
87489677f4
kpat: init at 19.12.0
2019-12-18 00:34:14 +01:00
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
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
Thomas Tuegel
fa8d240188
kmail: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
8d26f93e8c
akonadi-notes: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
59c0f98a4c
akonadi-search: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
2dd147c9a7
kimap: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
551604e045
ktnef: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
4e88274bf3
libksieve: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
1e5a96ea1a
mailcommon: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
16675033bb
mailimporter: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
2b2a98f9d0
messagelib: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
e95b0be376
libgravatar: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
a731f3f824
pimcommon: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
2dfa7a0af2
grantleetheme: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
9e4cf7e36b
kcalutils: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
8c36d47804
kidentitymanagement: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
5417bb6b81
libkleo: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
a5dd08bb8f
libkdepim: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
2d60e62d36
kldap: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
0601524c04
kontactinterface: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
a40f04d8dc
kpimtextedit: init at 17.04.0
2017-08-21 06:51:11 -05:00
Thomas Tuegel
4caf71456c
kcalcore: init at 17.04.0
2017-08-21 06:51:11 -05:00
Thomas Tuegel
0d21d80618
kmailtransport: init at 17.04.0
2017-08-21 06:51:11 -05:00
Thomas Tuegel
47c74997a4
kmbox: init at 17.04.0
2017-08-21 06:51:11 -05:00
Thomas Tuegel
27532073dd
kdeApplications: add kdepimTeam maintainer list
2017-08-21 06:51:06 -05:00