aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/qtkeychain (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: *Inputs are flat listsMaximilian Bosch2019-12-311-3/+3
|
* qtkeychain: fix install_name_dir on DarwinRoman Plášil2019-10-202-1/+11
|
* libsForQt5.qtkeychain: add libsecret supportJan Tojnar2019-04-281-4/+8
| | | | | | | | | | | qtkeychain uses pkg-config to detect whether libsecret is available, otherwise it just builds a stub object file. We need libsecret support to allow nextcloud-client storing passwords on Freedesktop platforms. I also fixed the Darwin dependencies not being used with Qt5, even though the build did not complain.
* qtkeychain: remove CMP0025 hackDmitry Kalinkin2019-01-251-7/+1
| | | | This argument is already set by the cmake setup hook.
* qtkeychain: Fixes Qt4 build. (#46085)Samuel Dionne-Riel2018-09-052-0/+27
|
* libsForQt5.qtkeychain: 0.9.0 -> 0.9.1R. RyanTM2018-08-231-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qtkeychain-qt5/versions.
* libsForQt5.qtkeychain: 0.8.0 -> 0.9.0 (#44703)R. RyanTM2018-08-091-2/+2
| | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qtkeychain-qt5/versions.
* use correct 0.8.0 sha256Badi Abdul-Wahid2018-03-181-2/+2
|
* qtkeychain: 0.7.0 -> 0.8.0, fix darwin buildBadi Abdul-Wahid2018-03-181-4/+16
| | | | | | | | The darwin build was failing for two reasons 1) cmake incorrectly detected the compiler 2) missing Frameworks /cc ZHF #36454
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* qtkeychain: Allow building with Qt 5aszlig2016-09-071-3/+10
| | | | | | | | | | | So far we don't yet need the Qt 5 build for qtkeychain because the two packages that depend on it are still using Qt 4. However, the next upstream version of Tomahawk for example already uses Qt 5, so let's prepare for that. Tested building against Tomahawk Git master with qt5.qtkeychain. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* qtkeychain: 0.4.0 -> 0.7.0aszlig2016-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | | Upstream changes since version 0.4.0: * version 0.5.0 (release 2015-05-04): - Added support for KWallet5 (KDE5/KF) * version 0.6.0 (release 2016-03-18) - Added support for the Windows Credential Store * version 0.6.1 (release 2016-03-31) - Fix KWallet not working (regressions in 0.6.0) * version 0.6.2 (release 2016-04-04) - KWallet: Fixes a crash when storing passwords, seen on Debian/KDE4 * version 0.7.0 (release 2016-05-23) - Bump SO version due to 0.6 being binary-incompatible to previous releases Tomahawk and owncloud-client depend on this library, both are still building fine after this update. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* qtkeychain: Fix install of translationsaszlig2016-09-071-1/+1
| | | | | | | | | | The following doesn't seem to be quite right and I have missed this when I was introducing qtkeychain in the first place: -- Installing: /nix/store/...-qtkeychain-0.4.0/$out/share/qt/translations/qtkeychain_de.qm -- Installing: /nix/store/...-qtkeychain-0.4.0/$out/share/qt/translations/qtkeychain_ro.qm Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* fix evaluation (bad meta.license)Vladimír Čunát2014-11-181-1/+1
|
* qtkeychain: Add new package, version 0.4.0.aszlig2014-11-171-0/+23
Required as a dependency of the Tomahawk music player. Signed-off-by: aszlig <aszlig@redmoonstudios.org>