summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.15
AgeCommit message (Collapse)AuthorFilesLines
2022-04-06qt515: update KDE patchesThomas Tuegel1-63/+63
2022-04-05qt5*.qtwayland: deconflict patchingVladimír Čunát1-0/+6
This fixes build in qt514 case. The usual way here is to provide patches for each qt5 version separately. No other module adds them in this generic way. The problem is when you combine the approaches; qtModule will only take the list from the module and ignore the version-specific list.
2022-03-14qt515.qtwebengine: drop obsoleted patch regarding glibc2.34 compatMartin Weinelt1-7/+1
It does not apply anymore, which makes the build fail.
2022-02-27qt515.qtwebengine: fix build w/glibc-2.34Maximilian Bosch1-1/+7
Derived from Fedora 35: https://src.fedoraproject.org/rpms/qt5-qtwebengine/c/d122c011631137b79455850c363676c655cf9e09?branch=rawhide Failing Hydra build: https://hydra.nixos.org/build/153232768
2022-02-08qt515: Update KDE Qt 5.15 patches (20220208)Luna Nova1-2/+2
https://invent.kde.org/qt/qt/qtwayland/-/merge_requests/35
2022-02-08qt515: Update KDE Qt 5.15 patches (20220205)Luna Nova1-6/+6
2022-02-08qt515: Update KDE Qt 5.15 patchesLuna Nova1-6/+6
2022-02-08qt515 qtwayland: update to latest KDE patchLuna Nova1-2/+2
2022-02-08qt515: Update KDE Qt 5.15 patchesLuna Nova1-20/+20
2022-02-01qtwebengine: 5.15.7 -> 5.15.8rnhmjoj1-2/+2
2022-01-27qt5.qtwebkit: add disambiguate handle for darwin (#156809)Will Cohen1-0/+5
2022-01-10Merge branch 'staging-next' into stagingJan Tojnar1-17/+15
; Conflicts: ; nixos/doc/manual/from_md/release-notes/rl-2205.section.xml ; nixos/doc/manual/release-notes/rl-2205.section.md ; pkgs/build-support/libredirect/default.nix
2022-01-08qt5: apply makeScope overrides to qtModuleBen Wolsieffer1-17/+15
qtModule was defined outside of addPackages, which caused it to use a self variable that isn't affected by updates using overrideScope. This caused overrides to qtbase to be incompletely applied. I also entirely removed the outer self variable to prevent it from being accidently used again.
2022-01-01qt5.qtbase: build without GTK support on darwinDmitry Kalinkin1-1/+1
2021-12-25qt5{12,14,15}: use default stdenv on darwinPavol Rusnak1-5/+3
2021-12-17qt5.qtgamepad: add darwin supportDmitry Kalinkin1-1/+3
2021-12-14Merge pull request #149461 from SuperSandro2000/fix-version-qtwebengineSandro1-1/+1
2021-12-11qt515.qtwebkit: fix build on darwinPavol Rusnak1-15/+0
This fixes the build on darwin by correcting the patch which no longer applies.
2021-12-07qt5.qtwebengine: fix duplicated versionSandro Jäckel1-1/+1
2021-11-21qtwebengine: 5.15.6 → 5.15.7Fabián Heredia Montiel2-10/+3
2021-10-31qt515: consolidate bash set short optionsThomas Tuegel1-1/+1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-31qt515: remove unused fileThomas Tuegel1-43/+0
2021-10-31qt515: consolidate extra package sourcesThomas Tuegel2-51/+50
2021-10-31qt515: combine source locks into single JSON fileThomas Tuegel47-471/+283
2021-10-30qt515: 5.15.2 -> 5.15.3Thomas Tuegel46-405/+567
Qt 5.15.3 does not have an official open source release, but the KDE team maintains a collection of patches (pulled from Qt upstream) that they expect us to carry.
2021-10-04Merge staging-next into staginggithub-actions[bot]1-8/+9
2021-10-03qtwebengine: 5.15.5 -> 5.15.6rnhmjoj1-8/+9
2021-10-01qt5.qtbase: add patch from 363880 to fix MySQL supportElias Probst1-0/+5
Without this patch, a MariaDB upgrade to 10.6.3 will break Qt's MySQL support, as it was using version-based feature flags instead of functional tests. This breaks the conversion of QDateTime values in queries, resulting in the breakage of e.g. Akonadi. Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-31Merge pull request #136232 from tweag/qt5-out-of-tree-modulesadisbladis1-0/+2
qt5: Expose internal variables to facilitate out-of-tree building of modules
2021-08-30qt5: Expose internal variables to facilitate out-of-tree building of modulesadisbladis1-0/+2
As it is currently it's almost impossible to accomplish something like: ```nix ... (qt5.callPackage ( { qtModule, qtbase, qtdeclarative }: qtModule { pname = "qt3d"; qtInputs = [ qtbase qtdeclarative ]; outputs = [ "out" "dev" "bin" ]; } ) { }) ... ``` because all the required variables such as qtModule are internal-only. By exposing these it's easier for external projects not to be bound exactly by the module definitions explicitly listed in nixpkgs.
2021-08-30qt5.qt3d: init moduleadisbladis1-1/+2
2021-08-19qt5.qtserialbus: 5.15 (#134711)Gérald Lelong1-0/+1
* qt5.qtserialbus: 5.14, 5.15 * take back qtserialbus from qt 5.14
2021-07-28Merge staging-next into staginggithub-actions[bot]1-12/+3
2021-07-28Merge master into staging-nextgithub-actions[bot]1-12/+3
2021-07-28qt5.qtwebengine: 5.15.3 -> 5.15.5 (#131123)Yuka1-12/+3
2021-07-27qtbase: format, cleanup, remove darwin from inputsSandro Jäckel1-54/+60
2021-07-23Merge pull request #130053 from IvarWithoutBones/fix/qtbase-gcc11Sandro1-0/+5
2021-07-22qt5.qtwebengine: Fix invisible fonts (#131121)Yuka1-0/+6
Fixes #131074
2021-07-14libsForQt515.qtbase: fix gcc11 compatibilityIvarWithoutBones1-0/+5
2021-05-31qt5.qtgamepad: actually build moduleBenjamin Hipple1-0/+1
This was missing from the `callPackage` list, which meant we were not building it at all.
2021-05-10Merge branch 'staging-next' into stagingJan Tojnar1-0/+5
2021-05-09qtwebkit: fix linux build with glib 2.68 (#122259)Orivej Desh1-0/+5
2021-05-08qt515.qtbase: Fix qtPrepareTool functionOPNA26081-17/+43
2021-03-31qt5.qtwebengine: fix Qt version number in cmakernhmjoj1-1/+3
This fixes the build failures in packages depending on qtwebengine and using cmake to find the Qt dependencies (like libsForQt5.messagelib).
2021-03-29qt5.qtwebengine: fix source exceeding output limitrnhmjoj1-2/+17
This hack reduces the source derivation size from 3.7G to 450M by removing the src/3rparty submodule .git directory and compressing the whole directory. This is needed to avoid the 2G limit on hydra.
2021-03-27qt5.qtwebengine: 5.15.2 -> 5.15.3-a059e740rnhmjoj1-6/+32
This updates the base chromium branch from 83 to 87, which fixes approximately a few hundreds CVEs.
2021-02-28qtwebkit: Fix build with icu 68Bastian Köcher2-0/+171
2021-02-03Merge staging-next into staginggithub-actions[bot]3-24/+43
2021-02-02Merge pull request #110605 from veprbl/pr/qt515_qtwebengine_darwin_patch_updateDmitry Kalinkin3-24/+43
qt515.qtwebengine: update darwin patches
2021-01-27Merge staging-next into staginggithub-actions[bot]1-3/+3