about summary refs log tree commit diff
path: root/pkgs/development/libraries/qca-qt5
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09libsForQt5.qca-qt5: unbreak on darwinWeijia Wang1-3/+0
2022-11-04Revert "libsForQt5.qca-qt5_2_3_2: init at 2.3.2"Nick Cao1-30/+0
This reverts commit 252458b9c556a31c5c52f3e9ead169ef49e38d29.
2022-04-13libsForQt5.qca-qt5: mark as broken on darwinWill Cohen1-0/+3
2022-04-13libsForQt5.qca-qt5_2_3_2: init at 2.3.2Will Cohen1-0/+30
2022-04-10libsForQt5.qca-qt5: 2.3.1 -> 2.3.4ajs1241-10/+2
2021-11-26qca-qt5: fix gcc-11 from upstreamSergei Trofimovich1-0/+8
Without the change build n `gcc-11` fails as: $ nix build --impure --expr 'with import ./. {}; qca-qt5.override { stdenv = gcc11Stdenv; }' -L ... ...gcc-11.2.0/include/c++/11.2.0/bits/stl_raw_storage_iter.h:69:22: error: expected template-name before '<' token 69 | : public iterator<output_iterator_tag, void, void, void, void> | ^
2021-05-17libsForQt5.qca-qt5: fix darwin buildStéphan Kochen2-21/+0
2021-01-26Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivationThomas Tuegel1-0/+2
Qt: Do not require mkDerivation
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel1-0/+2
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-08-23qca-qt5: 2.2.1 -> 2.3.1Peter Hoeg1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-04-27qca-qt5: tweak patch to apply, will see if worksWill Dietz1-11/+9
2019-04-27Revert "libsForQt5.qca-qt5: remove darwin patch, no longer needed"Will Dietz2-0/+23
This reverts commit 1ff3763ffad43ba66f31dabed9f2e8140f3381c0.
2019-04-27libsForQt5.qca-qt5: remove darwin patch, no longer neededWill Dietz2-23/+0
2019-04-27libsForQt5.qca-qt5: 2.2.0 -> 2.2.1Will Dietz1-2/+2
2019-04-22libsForQt5.qca-qt5: 2.1.3 -> 2.2.0, fix urlWill Dietz1-3/+3
2019-04-22libsForQt5.qca-qt5: touchup to use pname/versionWill Dietz1-2/+3
Helps update script :).
2018-03-14Only apply patch on darwinMatthew Pickering1-2/+2
2018-03-13Fix qca-qt5 build on darwinMatthew Pickering2-1/+24
2018-02-28qca-qt5: 2.1.1 -> 2.1.3Ryan Mulligan1-3/+3
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/mozcerts-qt5 -h` got 0 exit code - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/mozcerts-qt5 --help` got 0 exit code - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/mozcerts-qt5 help` got 0 exit code - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 -h` got 0 exit code - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 --help` got 0 exit code - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 help` got 0 exit code - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 -v` and found version 2.1.3 - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 --version` and found version 2.1.3 - ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 version` and found version 2.1.3 - found 2.1.3 with grep in /nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3 - found 2.1.3 in filename of file in /nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3 cc "@ttuegel"
2018-01-08qca2 and qca-qt5: use system CA certificatesAndrey Golovizin1-0/+6
CMakeLists.txt looks for the system CA bundle in several locations, including /etc/ssl/certs/ca-certificates.crt. This works for non-sandboxed builds but fails inside a sandbox.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-12-20qca-qt5: Qt 5 infrastructure updateThomas Tuegel1-20/+0
2015-11-23qca-qt5: 20150422 -> 2.1.1Thomas Tuegel1-11/+6
2015-11-23qt55Libs.qca-qt5: 20150422 -> 2.1.1Thomas Tuegel1-11/+6
2015-09-27qca-qt5: build with Qt 5.5Thomas Tuegel2-2/+27
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-05-15Add qca-qt5Thomas Tuegel1-0/+25