guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add qjson.


From: Efraim Flashner
Subject: Re: [PATCH] gnu: Add qjson.
Date: Tue, 8 Nov 2016 22:50:38 +0200
User-agent: Mutt/1.7.1 (2016-10-04)

On Tue, Nov 08, 2016 at 09:29:16PM +0100, John Darrington wrote:
> * gnu/pacackes/qt.scm (qjson): New variable.
> ---
>  gnu/packages/qt.scm | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
> index b442356..b434887 100644
> --- a/gnu/packages/qt.scm
> +++ b/gnu/packages/qt.scm
> @@ -1285,3 +1285,30 @@ embed content from the World Wide Web into your Qt 
> application.  At the same
>  time Web content can be enhanced with native controls.")
>  
>      (license license:lgpl2.1+)))
> +
> +
> +(define-public qjson
> +  (package
> +    (name "qjson")
> +    (version "0.8.1")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/flavio/"; name
> +                           "/archive/" version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "163fspi0xc705irv79qw861fmh68pjyla9vx3kqiq6xrdhb9834j"))))
> +    (build-system cmake-build-system)
> +    (inputs
> +     `(("qt-4" ,qt-4)))
> +    (arguments
> +     `(#:tests? #f)) ; no check target
> +    (home-page "http://qjson.sourceforge.net";)
> +    (synopsis "Qt library mapping between JSON data and Qt objects")
> +    (description
> +     "QJson is a qt-based library that maps JSON data to QVariant
> +objects.  JSON arrays will be mapped to QVariantList instances, while JSON's
> +objects will be mapped to QVariantMap.")
> +    (license license:lgpl2.1)))
> -- 
> 2.1.4
> 

If you have a use for it then go ahead. It was pulled back in August for
using qt-4 and not having any dependants.

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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