summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/yubioath-desktop: treecleanDavid Seifert2023-04-152-32/+0
| | | | | | Closes: https://bugs.gentoo.org/893522 Closes: https://bugs.gentoo.org/895194 Signed-off-by: David Seifert <soap@gentoo.org>
* app-crypt/yubioath-desktop: do not import legacy QtQuick moduleMarek Szuba2022-01-201-0/+10
| | | | | | | | | | | | | yubioath-desktop looks for Qt Quick Controls 2 at configure time yet one of the QML scripts attempts to import QtQuick.Dialogs - which belongs to deprecated Qt Quick Controls 1. Patch the offending import out so that said QML script uses the class Dialog from QtQuick.Controls instead; fortunately the two classes are largely API-compatible and the script does not seem to trigger any of the (few according to documentation) incompatibilities which do exist. Closes: https://bugs.gentoo.org/831506 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubioath-desktop: fix install locationDavid Seifert2021-11-231-0/+22
Closes: https://bugs.gentoo.org/825390 Signed-off-by: David Seifert <soap@gentoo.org>