guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] gnu: Add qtkeychain.


From: Ludovic Courtès
Subject: Re: [PATCH 1/2] gnu: Add qtkeychain.
Date: Thu, 05 Nov 2015 22:28:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Efraim Flashner <address@hidden> skribis:

> * gnu/packages/qt.scm (qtkeychain): New variable.

[...]

> +       (modify-phases
> +         %standard-phases

‘%standard-phases’ goes on the previous line.

> +         (add-before
> +          'configure 'set-qt-trans-dir
> +           (lambda _
> +             (substitute* "CMakeLists.txt"
> +              (("\\$\\{qt_translations_dir\\}")
> +                
> "${CMAKE_INSTALL_PREFIX}/share/qtkeychain/translations")))))))

Is Qt able to find translations installed there?  Is some environment
variable needed to tell it where to look for them?

> +    (synopsis "Qt API to store passwords")
> +    (description
> +      "QtKeychain is a Qt API to store passwords and other secret data
> +securely.  It will not store any data unencrypted unless explicitly 
> requested.")

What about “service” or “service and library” rather than “API”?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]