about summary refs log tree commit diff
path: root/pkgs/top-level/qt5-packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-14qt: convert warnings to throwArtturin1-4/+2
2024-04-01sierra-breeze-enhanced: 1.3.3 -> 2.0.1A1ca7raz1-0/+2
2024-03-25qtstyleplugin-kvantum: 1.0.10 -> 1.1.0 (#297048)Sefa Eyeoglu1-1/+3
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-01fcitx5-with-addons: build for both qt versionsNick Cao1-0/+2
2024-03-01fcitx5-configtool: build for both qt versionsNick Cao1-0/+2
2024-03-01fcitx5-chinese-addons: build for both qt versionsNick Cao1-0/+2
2024-03-01fcitx5-unikey: build for both qt versionsNick Cao1-0/+2
2024-03-01fcitx5-skk: build for both qt versionsNick Cao1-0/+2
2024-02-17Merge pull request #285553 from OPNA2608/init/quickfluxPeder Bergebakken Sundt1-0/+2
libsForQt5.quickflux: init at 1.1-unstable-2020-11-10
2024-02-05libsForQt5.quickflux: init at 1.1-unstable-2020-11-10OPNA26081-0/+2
2024-02-02libsForQt5.rlottie-qml: init at 0-unstable-2021-05-03OPNA26081-0/+2
2024-01-08Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-2/+0
Conflicts: - pkgs/development/python-modules/aiohappyeyeballs/default.nix
2024-01-07libsForQt5.kpmcore, partition-manager: move to applications/kdeWeijia Wang1-2/+0
2023-12-15Merge staging-next into staginggithub-actions[bot]1-1/+3
2023-12-15treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobsAdam Joseph1-1/+3
2023-12-08Merge remote-tracking branch 'origin/master' into stagingDmitry Kalinkin1-2/+2
Conflicts: pkgs/tools/networking/ofono/default.nix
2023-12-06Merge pull request #270726 from atorres1985-contrib/openshotPeder Bergebakken Sundt1-2/+2
openshot-qt: 3.0.0 -> 3.1.1
2023-12-05Merge staging-next into staginggithub-actions[bot]1-0/+2
2023-12-03libquotient: add Qt6 supportK9001-0/+2
2023-12-03mlt: add Qt6 supportK9001-1/+1
2023-12-03futuresql: add Qt6 supportK9001-0/+2
2023-12-03qca: rename from qca-qt5, add Qt6 supportK9001-1/+2
2023-12-03libsForQt5.accounts-qml-module: init at 0.7-unstable-2022-10-12OPNA26081-0/+2
2023-12-02Merge pull request #260886 from OPNA2608/init/lomiri/qzxingPeder Bergebakken Sundt1-0/+2
{libsForQt5.qzxing,qt6Packages.qzxing}: init at 3.3.0
2023-11-30libsForQt5.libopenshot: migrate to librariesAnderson Torres1-1/+1
2023-11-30libsForQt5.libopenshot: refactorAnderson Torres1-1/+1
- Use file patches instead of postPatch - finalAttrs design pattern - set strictDeps - remove nested with
2023-11-30libsForQt5.libopenshot-audio: migrate to librariesAnderson Torres1-1/+1
2023-11-30libsForQt5.libopenshot-audio: refactorAnderson Torres1-1/+1
- finalAttrs design pattern - strictDeps
2023-11-24libsForQt5: change commentArtturin1-2/+3
It wouldn't work that way, idk why I thought it would. 23.11 has a warning for `overrideScope'` in `makeScope` itself
2023-11-15Merge branch 'master' into staging-nextVladimír Čunát1-3/+3
2023-11-14libsForQt5: fix mistakeArtturin1-3/+3
2023-11-14Merge master into staging-nextgithub-actions[bot]1-1/+5
2023-11-14libsForQt5: fix using ↵Artturin1-1/+5
`pkgsCross.aarch64-multiplatform.pkgsBuildTarget.targetPackages.libsForQt5.qtbase` explicitly without splicing interfering in, for example, `nativeBuildInputs`.
2023-11-11Merge master into staging-nextgithub-actions[bot]1-6/+19
2023-11-11libsForQt5: Remove incorrect override attributesArtturin1-3/+5
Remove attributes which are coming from the sets which are added `//`, they weren't working correctly. Same thing is done in `llvmPackages`
2023-11-11libsForQt5: use makeScopeWithSplicingArtturin1-6/+17
Fixes getting spliced packages with `libsForQt5.callPackage`
2023-11-10libopenshot: fix build on DarwinRandy Eckenrode1-1/+3
Make sure it includes MagickCore when linking libopenshot.dylib, or it will fail with missing symbols. Use the 11.0 SDK to build.
2023-11-01qt5: use overrideSDK instead of callPackagesRandy Eckenrode1-3/+4
2023-10-17libsForQt5.applet-window-appmenu: init at unstable-2022-06-27Lana Black1-0/+2
2023-10-13{libsForQt5.qzxing,qt6Packages.qzxing}: init at 3.3.0OPNA26081-0/+2
2023-09-21qscintilla: move to qt{5,6}Packages.nixDoron Behar1-0/+2
Since it is a somewhat common library, with support for multiple qt versions, it is safer to put each version of it in libsForQt5 and qt6Packages attribute sets. Also, it is cleaner to put the darwin if-else inside the expression, in relation to https://github.com/NixOS/rfcs/pull/140 .
2023-09-18libsForQt5.qtkeychain: fix build on x86_64-darwinWeijia Wang1-1/+2
2023-06-27mlt: build without qt5Weijia Wang1-1/+3
2023-06-27libsForQt5.mlt: add more modulesWeijia Wang1-3/+1
2023-06-27libsForQt5.mlt: refactor, add darwin supportWeijia Wang1-1/+3
2023-04-27qscintilla: remove from libsForQt5Weijia Wang1-2/+0
2023-04-25libopenshot-audio: add Accelerate framework dependencyDylan Frankland1-1/+1
Added in [v0.2.1](https://github.com/OpenShot/libopenshot-audio/releases/tag/v0.2.1)
2023-03-13fcitx: remove packages and update documentations and aliases to fcitx5Vonfry1-2/+0
2023-02-18quasselDaemon,libsForQt5.qca-qt5: fix darwin buildStanisław Pitucha1-1/+3
Use the new apple SDK to fix the darwin build.
2023-02-14kuserfeedback: init at 1.2.0K9001-0/+2
Required for plasma-welcome, and maybe should be added to other things later.