Commit graph

36 commits

Author SHA1 Message Date
Will Cohen 252458b9c5 libsForQt5.qca-qt5_2_3_2: init at 2.3.2 2022-04-13 11:37:59 -04:00
Will Cohen 50df75459e libsForQt5.qwt: rename 6.nix to default.nix 2022-03-26 13:35:30 -04:00
Will Cohen 45134bb912 libsForQt5.qwt6_1: init at 6.1.6 2022-03-26 13:29:22 -04:00
LeixB 52221374e5
yuview: init at 2.12.1 2022-03-21 14:13:20 +01:00
Samuel Gräfenstein de4352babb {lib,}ktorrent: move to pkgs/application/kde 2022-02-28 18:48:45 +08:00
Will Cohen a98370af81 qt5: remove stdenv from qt5-packages 2022-01-06 08:35:25 -05:00
Will Cohen 8dfa516824 qscintilla, python3Packages.qscintilla-qt5: syntax
- Cleanup top-level package calls to remove unnecessary darwin
  logic and inherit statements
- Remove unnecessary let blocks in qscintilla and qscintilla-qt4
- Remove mention of withQt5
2022-01-05 19:02:02 -05:00
Will Cohen 24522dcd0f qscintilla: migrate to libsForQt5.qscintilla 2022-01-05 19:02:01 -05:00
José Romildo 44c1dfb32d qt5ct: move to qt5-packages 2021-12-27 11:03:07 -03:00
Artturin b7bdb154f6 libsForQt5.libqaccessibilityclient: init at 0.4.1 2021-11-03 18:43:56 +02:00
Samuel Dionne-Riel 028159efa9
Merge pull request #130151 from samueldr/feature/plasma-mobile-gear-21.06
Plasma Mobile Gear: 21.05 -> 21.06 -> 21.07 -> 21.08
2021-10-22 19:37:13 -04:00
Samuel Dionne-Riel 847b2cec0d kweathercore: init at v0.4
Why 0.4 when 0.5 is tagged? Because current kweather depends on 0.4 and
won't build with 0.5...

¯\_(ツ)_/¯
2021-10-18 16:10:36 -04:00
Smitty 16ffcc8f54 qcoro: init at 0.3.0 2021-10-16 14:09:20 -04:00
Samuel Dionne-Riel 546b930bd8 qt5-packages.nix: Add plasmaMobileGear
Though it is empty, the package set is valid. Next changes introduce
derivations for packages we maintain.
2021-10-05 23:21:44 -04:00
Samuel Dionne-Riel 3e9044f4ca libqofono: init at 0.103 2021-10-05 23:21:43 -04:00
Samuel Dionne-Riel af47c4717e kirigami-addons: init at 21.05 2021-10-05 23:21:42 -04:00
Alyssa Ross 2a4d13f8da
plasma5Packages.ksysguard: remove if !allowAliases
Usually in Nixpkgs, attributes that are remnants of old packages are
only included when aliases are enabled (which they are by default).
This brings plasma5Packages into line with that, and also makes it
easier to check the whole thing evaluates when working on the package
set.
2021-09-18 09:41:27 +00:00
Guillaume Girol 39e7ea6b47
qtkeychain: 0.9.1 -> 0.12.0 (#132457) 2021-08-05 09:26:28 +02:00
FliegendeWurst b4f96d2543 kimageannotator: init at 0.5.1 2021-07-12 12:45:40 +02:00
FliegendeWurst b6793cfd0f kcolorpicker: init at 0.1.6 2021-07-12 12:45:15 +02:00
Robert Schütz 563c5037c9
Merge pull request #121934 from dotlambda/qtfeedback-init
libsForQt5.qtfeedback: init at unstable-2018-09-03
2021-05-25 14:52:20 +02:00
Robert Schütz d4af467dc1 libsForQt5.qtfeedback: init at unstable-2018-09-03
Co-authored-by: OPNA2608 <christoph.neidahl@gmail.com>
2021-05-12 22:32:52 +02:00
Thomas Tuegel f99ac85c52
Merge pull request #120514 from ttuegel/kde-gear-21.04.0
KDE Gear 21.04.0
2021-05-12 05:58:30 -05:00
Thomas Tuegel d7d787f2a6
Remove warning from kdeApplications alias 2021-05-11 12:15:07 -05:00
Thomas Tuegel 9820dd4d71
Add alias kdeApplications 2021-05-11 12:15:07 -05:00
Thomas Tuegel 799f351997
KDE Applications 20.12.3 -> KDE Gear 21.04.0 2021-05-11 12:14:58 -05:00
Robert Schütz 2445399880 libsForQt5.applet-window-buttons: init at 0.8.1 2021-05-10 11:55:02 +02:00
Robert Schütz e7c501d8d6 libsForQt5.mauikit-filebrowsing: init at 1.2.2 2021-05-10 00:41:38 +02:00
Robert Schütz cccebb6f37 mapbox-gl-qml: 1.7.5 -> 1.7.6 and move to libsForQt5 2021-03-21 18:46:46 +01:00
Robert Schütz 42f157fd07 mapbox-gl-native: use upstream version, unvendor rapidjson, and move to libsForQt5
The first two patches are needed for mapbox-gl-qml.
The third patch is required when building without the vendored rapidjson.
2021-03-21 18:45:02 +01:00
Robert Schütz b25837d9f4 libsForQt5.mauikit: init at 1.2.1 2021-03-07 11:38:38 +01:00
Peter Hoeg e7363192ef polkit-qt-1: 0.112 -> 0.113 and drop the old qt4 version 2021-03-03 18:20:27 +08:00
Robert Schütz 4430bf6498 libkeyfinder: 2.1 -> 2.2.4
Also move to all-packages.nix since it does not use qmake anymore.
2021-02-02 17:36:08 +01:00
Frederik Rietdijk 05ca995e31 libsForQt5.fcitx5-qt: add missing callPackage, fixes eval
https://github.com/NixOS/nixpkgs/pull/102168 moved Qt imports to qt5-packages.nix
and https://github.com/NixOS/nixpkgs/pull/104658 added a new package on the old
location.
2021-01-11 09:15:22 +01:00
Frederik Rietdijk 0934b7077c qt5-packages.nix: fix title 2021-01-10 16:04:48 +01:00
Frederik Rietdijk 2e9c639cb2 qt5-packages.nix: consistently make all libraries with same qt5 version 2021-01-10 15:59:43 +01:00