From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 5/7] gnu: Add kjsembed. Date: Mon, 21 Nov 2016 18:46:47 +0100 Message-ID: <878tsc914o.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <1479744699-27226-1-git-send-email-h.goebel@crazy-compilers.com> <1479744699-27226-6-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8sgB-0006EG-Tc for guix-devel@gnu.org; Mon, 21 Nov 2016 12:46:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8sg7-0006qQ-5i for guix-devel@gnu.org; Mon, 21 Nov 2016 12:46:55 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:53518) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c8sg7-0006qE-2W for guix-devel@gnu.org; Mon, 21 Nov 2016 12:46:51 -0500 In-Reply-To: <1479744699-27226-6-git-send-email-h.goebel@crazy-compilers.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel , guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hartmut Goebel writes: > * gnu/packages/kde-frameworks.scm (kjsembed): New variable. > --- > gnu/packages/kde-frameworks.scm | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framework= s.scm > index 928b7ec..109d3f2 100644 > --- a/gnu/packages/kde-frameworks.scm > +++ b/gnu/packages/kde-frameworks.scm > @@ -3026,3 +3026,32 @@ support.") > (license (list license:lgpl2.0+ license:lgpl2.1+ > license:bsd-2 license:bsd-3 > license:non-copyleft)))) > + > +(define-public kjsembed > + (package > + (name "kjsembed") > + (version "5.27.0") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "mirror://kde/stable/frameworks/" > + (version-major+minor version) "/portingAids/" > + name "-" version ".tar.xz")) > + (sha256 > + (base32 "1j42v2l41mwn0ms29b94py21dh7kiipkgdnigpbn89v7nkhwlq2b"))= )) > + (build-system cmake-build-system) > + (native-inputs > + `(("extra-cmake-modules" ,extra-cmake-modules) > + ("kdoctools" ,kdoctools))) > + (inputs > + `(("ki18n" ,ki18n) > + ("kjs" ,kjs) > + ("qtbase" ,qtbase) > + ("qtsvg" ,qtsvg) > + ("qttools" ,qttools))) Is qttools referenced in the output? Usually it's only used for building and should be a native-input; you can check whether it's referenced with `guix gc -R /gnu/store/...kjsembed-5.27.0`. The rest LGTM. > + (home-page "https://community.kde.org/Frameworks") > + (synopsis "KDE Frameworks 5 embedded Javascript engine for Qt") > + (description "KJSEmbed provides a method of binding Javascript objec= ts to > +QObjects, so you can script your applications.") > + (license license:lgpl2.0+))) > --=20 > 2.7.4 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJYMzMHAAoJEKKgbfKjOlT68UIIALxgG3lDQBjlcoG7jWh1Q2RI pX3KjYwG0QmtcM4SqQrajuGRNM9nWI/FLYhfMhGT1Cv0u9qyT2R7/R0vriGteoqU 4KnWS9jwoTBOrsG2V9ffycgD6QyUfSSHDlqKBkGmx4BrxW1TzVMvzXT81zuo0sy6 dbsj2+59iDe2NWXD2lvgNbsDdLKmH4viRqzbLIssc37LFOEjEqzPTbH6Bvs+RUCb 1qsW1GxGiz45u4Hn/YK0KtI6u2YSm3si9z0ZaZc4sFz4+k1dRvwQwhUvY+kHJ22L dOleaphxW9P5r8J3+WIttEQkuuL3SSac81CF5KgL3fhbrOibnv9eftob6uUizcA= =M39F -----END PGP SIGNATURE----- --=-=-=--