unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: John Darrington <jmd@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add qjson.
Date: Tue, 8 Nov 2016 22:50:38 +0200	[thread overview]
Message-ID: <20161108205038.GC2348@macbook42.flashner.co.il> (raw)
In-Reply-To: <1478636956-12390-1-git-send-email-jmd@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1918 bytes --]

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   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

  parent reply	other threads:[~2016-11-08 20:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08 20:29 [PATCH] gnu: Add qjson John Darrington
2016-11-08 20:50 ` Leo Famulari
2016-11-08 20:50 ` Efraim Flashner [this message]
2016-11-08 20:51 ` Leo Famulari
2016-11-08 20:56   ` John Darrington

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161108205038.GC2348@macbook42.flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=jmd@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).