Commit graph

12 commits

Author SHA1 Message Date
Jaka Hudoklin 8e9febbcbb
yubikey-personalization-gui: install man, desktop files and icons 2019-09-23 23:12:27 +02:00
Terje Larsen 47c63da51d
yubikey-personalization-gui: use qt wrapped mkDerivation 2019-08-03 13:18:40 +02:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Maximilian Bosch a0502800cf
yubikey-personalization-gui: port to qt5
Uses QT5's `qmake` hook (http://doc.qt.io/qt-5/qmake-manual.html) to
build `yubikey-personalization-gui` with a non-90s interface.

See #33248
2018-05-04 23:07:40 +02:00
Ryan Mulligan 5b9acb2012 yubikey-personalization-gui: 3.1.24 -> 3.1.25
Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.1.25 with grep in /nix/store/zf6w45davybf2ajmcsd9p9gbhja441n3-yubikey-personalization-gui-3.1.25
- found 3.1.25 in filename of file in /nix/store/zf6w45davybf2ajmcsd9p9gbhja441n3-yubikey-personalization-gui-3.1.25

cc "@wkennington"
2018-02-27 19:22:50 -08:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Nikolay Amiantov 8ab48c32e7 yubikey-personalization-gui: move to qmake4Hook 2016-04-20 18:55:56 +03:00
Marius Bakke 23befca742 yubikey-personalization-gui: 3.1.21 -> 3.1.24 2016-03-20 18:49:05 +00:00
William A. Kennington III f1c67b858d yubikey-personalization-gui: 3.1.20 -> 3.1.21 2015-09-18 14:52:51 -07:00
Moritz Ulrich 4e51a466bd Yubico Suite: Update to latest releases.
yubico-piv-tool               -> 0.1.6
yubikey-personalization       -> 1.17.1
yubikey-personalization-gui-3 -> 3.1.20
2015-04-09 12:56:38 +02:00
William A. Kennington III 4ca9e064e8 yubikey-personalization-gui: 3.1.16 -> 3.1.18 2015-01-02 10:43:55 -08:00
William A. Kennington III ce590c3fc7 yubikey-personalization-gui: Add derivation 2014-10-24 16:37:37 -07:00