summary refs log tree commit diff
path: root/pkgs/development/libraries/accounts-qt
Commit message (Collapse)AuthorAge
* libsForQt5.accounts-qt: 1.15 -> 1.16R. RyanTM2019-10-06
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/accounts-qt/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* accounts-qt: 1.13 -> 1.15Ryan Mulligan2018-03-25
| | | | | | | | - Built on NixOS - ran `/nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15/bin/accountstest --help` got 0 exit code - ran `/nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15/bin/accountstest --help` and found version 1.15 - found 1.15 with grep in /nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15 - directory tree listing: https://gist.github.com/5d6d729f133d93d11e63e456638fd32e
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* accounts-sso: use gitlab linkMatthew Bauer2017-08-17
| | | | google code is discontinued
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* treewide: fixup packages with RPATH problemsVladimír Čunát2017-05-18
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* accounts-qt: move to qmakeHookNikolay Amiantov2016-04-20
| | | | This reverts commit 25382a37e38d92113ae671f0f2d6f1be9045015e.
* accounts-qt: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of accounts-qt override the whole configurePhase, so this hook isn't run at all. This fixes the build of accounts-qt and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* accounts-qt: Qt infrastructure updateThomas Tuegel2015-12-20
|
* accounts-qt: build with Qt 5.5Thomas Tuegel2015-09-27
|
* Remove unnecessary rec{s from "my" packagesTobias Geerinckx-Rice2015-07-31
|
* accounts-qt: don't cast to string for no reasonTobias Geerinckx-Rice2015-05-31
|
* accounts-qt 1.11 -> 1.13Tobias Geerinckx-Rice2015-05-30
| | | | Development has moved from Google Code to Gitlab.
* add accounts-qtThomas Tuegel2015-05-06