From unknown Fri Aug 15 02:00:48 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#30439 <30439@debbugs.gnu.org> To: bug#30439 <30439@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add qqc2-desktop-style. Reply-To: bug#30439 <30439@debbugs.gnu.org> Date: Fri, 15 Aug 2025 09:00:48 +0000 retitle 30439 [PATCH] gnu: Add qqc2-desktop-style. reassign 30439 guix-patches submitter 30439 Hartmut Goebel severity 30439 normal tag 30439 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 12 17:55:30 2018 Received: (at submit) by debbugs.gnu.org; 12 Feb 2018 22:55:30 +0000 Received: from localhost ([127.0.0.1]:40156 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elN0U-000566-7E for submit@debbugs.gnu.org; Mon, 12 Feb 2018 17:55:30 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elN0S-00055t-6r for submit@debbugs.gnu.org; Mon, 12 Feb 2018 17:55:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elN0L-0008Ft-LE for submit@debbugs.gnu.org; Mon, 12 Feb 2018 17:55:22 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elN0L-0008EK-7r for submit@debbugs.gnu.org; Mon, 12 Feb 2018 17:55:21 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elN0J-0003TA-NN for guix-patches@gnu.org; Mon, 12 Feb 2018 17:55:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elN0F-00081x-Qx for guix-patches@gnu.org; Mon, 12 Feb 2018 17:55:19 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:34593) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elN0F-0007zg-6z for guix-patches@gnu.org; Mon, 12 Feb 2018 17:55:15 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zgLbj43NSz1qsVk for ; Mon, 12 Feb 2018 23:55:13 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zgLbj3xtQz1s7bb for ; Mon, 12 Feb 2018 23:55:13 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id tavFfnJbMocR for ; Mon, 12 Feb 2018 23:55:12 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-212-114-232-16.dynamic.mnet-online.de [212.114.232.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Mon, 12 Feb 2018 23:55:12 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 2CD7E60589 for ; Mon, 12 Feb 2018 23:55:12 +0100 (CET) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add qqc2-desktop-style. Date: Mon, 12 Feb 2018 23:55:11 +0100 Message-Id: <20180212225511.9403-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * gnu/packages/kde-frameworks.scm (qqc2-desktop-style): New variable. --- gnu/packages/kde-frameworks.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index d5e3c796e..1b43b66ae 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1275,6 +1275,38 @@ which are used in DBus communication.") provides uniform access to generation of barcodes with data.") (license license:lgpl2.1+))) +(define-public qqc2-desktop-style + (package + (name "qqc2-desktop-style") + (version "5.42.0") + (source (origin + (method url-fetch) + (uri (string-append + "mirror://kde/stable/frameworks/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "1arlfhcshfs11pgf87jzjgln1p711zlx0v0q014740mbzb9g5wnk")))) + (build-system cmake-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("pkg-config" ,pkg-config))) + (inputs + `(("kauth" ,kauth) + ("kconfigwidgets" ,kconfigwidgets) ;; optional + ("kcoreaddons" ,kcoreaddons) + ("kiconthemes" ,kiconthemes) ;; optional + ("kirigami" ,kirigami) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://community.kde.org/Frameworks") + (synopsis "QtQuickControls2 style that integrates with the desktop") + (description "This is a style for QtQuicControls2 which is using QWidget's +QStyle to paint the controls in order to give it a native look and feel. +") + (license (list license:gpl3+ license:lgpl2.1+)))) + (define-public solid (package (name "solid") -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 12 17:59:41 2018 Received: (at 30439) by debbugs.gnu.org; 12 Feb 2018 22:59:41 +0000 Received: from localhost ([127.0.0.1]:40171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elN4W-0005CI-Ql for submit@debbugs.gnu.org; Mon, 12 Feb 2018 17:59:40 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:35919) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elN4U-0005C6-EH for 30439@debbugs.gnu.org; Mon, 12 Feb 2018 17:59:38 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zgLhn2bRSz1qsW7 for <30439@debbugs.gnu.org>; Mon, 12 Feb 2018 23:59:37 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zgLhn11HQz1s7bd for <30439@debbugs.gnu.org>; Mon, 12 Feb 2018 23:59:37 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id cGoPOIwGj6Nq for <30439@debbugs.gnu.org>; Mon, 12 Feb 2018 23:59:36 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-212-114-232-16.dynamic.mnet-online.de [212.114.232.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <30439@debbugs.gnu.org>; Mon, 12 Feb 2018 23:59:36 +0100 (CET) Received: from thisbe.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id BECA060589 for <30439@debbugs.gnu.org>; Mon, 12 Feb 2018 23:59:35 +0100 (CET) Subject: Re: [PATCH] gnu: Add qqc2-desktop-style. To: 30439@debbugs.gnu.org References: <20180212225511.9403-1-h.goebel@crazy-compilers.com> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Mon, 12 Feb 2018 23:59:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30439 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) I missed adding this in [#30398] (Update KDE Frameworks to 5.42.0 and other KDE stuff respectively) [#30398] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30398 -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 13 17:11:09 2018 Received: (at 30439) by debbugs.gnu.org; 13 Feb 2018 22:11:09 +0000 Received: from localhost ([127.0.0.1]:41898 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elin7-0003QQ-6a for submit@debbugs.gnu.org; Tue, 13 Feb 2018 17:11:09 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52071) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elin6-0003QI-6j for 30439@debbugs.gnu.org; Tue, 13 Feb 2018 17:11:08 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id AEE2121350; Tue, 13 Feb 2018 17:11:07 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Tue, 13 Feb 2018 17:11:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=vNBedZzDaIlmEPQmxhH9ryQtk2d2Y92I4UE0ZRbVB+A=; b=qzCB2puj mf5cATp+TnDdHymGqEgGPJ1/eA3aZuViumTG0aDbHx+B/1SP0Mq2s/AGmplWi6Ig JjWACHJfp9O6/8Zmn8Jx2JfSU07vvOZR5W3VlEU3TegDx9V59evZlZTsabOLQ5lu NEpjh9GEcssQ5E3bX2jkry7bACbmUhChWdsdJMnlIdYEvSIztk1Re49yz/KOPWBg /AMocy1fJHFFveQxFfPOQRnrlOi9atON56Jqp7IcKKHZghFfBSwi4SZUepp3slrm Yq8r8EXEKSejknx6HL10wHliqMo36PchrbHwRRhTkxg0lXXV73umNGV1lhKmonjd ZkmGWZqpmHQckw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=vNBedZzDaIlmEPQmxhH9ryQtk2d2Y 92I4UE0ZRbVB+A=; b=iPBnGzGrmqogc8lHzABge7i+67cIu2KGLYUCOPhPtZ+da I9zcFmIQdrzRHgRKYRW10CJTZRZSVcyIaISm6Xt9NPZc0c1m5mx33+sgFq98Y/+E aKeUYyIb//sSuGWTbdFHbKJlOjgQQCYEOvf98EMzEIMCE+BdtjSEOuX1SJNsDlH0 757r2P0vlySeZUkdpUmm/L3teAcqWP332v2B7RReaOEylFvgjsUt6A/W+d/hKs9r O52vhYPgwXpKeI3SAib0QTZWaMdehRvC4B2gfth8ebbo9P7KVi8vGmR34fsg2yNW kK6fzIKlDLO2cfLRlj9E4Q658CVeZp3IPTsFT6U9Q== X-ME-Sender: Received: from localhost (unknown [212.7.159.74]) by mail.messagingengine.com (Postfix) with ESMTPA id 2DED17E4B2; Tue, 13 Feb 2018 17:11:07 -0500 (EST) From: Marius Bakke To: Hartmut Goebel , 30439@debbugs.gnu.org Subject: Re: [bug#30439] [PATCH] gnu: Add qqc2-desktop-style. In-Reply-To: <20180212225511.9403-1-h.goebel@crazy-compilers.com> References: <20180212225511.9403-1-h.goebel@crazy-compilers.com> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Tue, 13 Feb 2018 23:11:05 +0100 Message-ID: <87vaf0wneu.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30439 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hartmut Goebel writes: > * gnu/packages/kde-frameworks.scm (qqc2-desktop-style): New > variable. [...] =20=20 > +(define-public qqc2-desktop-style > + (package > + (name "qqc2-desktop-style") > + (version "5.42.0") > + (source (origin > + (method url-fetch) > + (uri (string-append > + "mirror://kde/stable/frameworks/" > + (version-major+minor version) "/" > + name "-" version ".tar.xz")) > + (sha256 > + (base32 > + "1arlfhcshfs11pgf87jzjgln1p711zlx0v0q014740mbzb9g5wnk"))= )) > + (build-system cmake-build-system) > + (native-inputs > + `(("extra-cmake-modules" ,extra-cmake-modules) > + ("pkg-config" ,pkg-config))) > + (inputs > + `(("kauth" ,kauth) > + ("kconfigwidgets" ,kconfigwidgets) ;; optional > + ("kcoreaddons" ,kcoreaddons) > + ("kiconthemes" ,kiconthemes) ;; optional Nit-pick: only a single semicolon for inline comments. > + ("kirigami" ,kirigami) > + ("qtbase" ,qtbase) > + ("qtdeclarative" ,qtdeclarative))) > + (home-page "https://community.kde.org/Frameworks") > + (synopsis "QtQuickControls2 style that integrates with the desktop") > + (description "This is a style for QtQuicControls2 which is using QWi= dget's ^^^ missing 'k' > +QStyle to paint the controls in order to give it a native look and feel. > +") This can be moved to the end of the previous line. > + (license (list license:gpl3+ license:lgpl2.1+)))) I'm not familiar with KDE, is everything dual licensed as GPL3+/LGPL2.1+? If not, please add a comment explaining what is covered by which license (or clarify whether it's dual-licensed). Otherwise LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqDYnkACgkQoqBt8qM6 VPqU3QgAk9iYpqEKdx6ufGvyiNV1d5ErHA+8EzTVXcyL7iMBy5/O8BKyJlJRWEyI 4jAJpwzfq2F+5rt/ZUQR5VDbh37Isf8gR/z89uCATwwgpuwnR6d9Xg0+jmlaK4i8 9XlhJ8eGVtj5rr8PGGxoCxy4vFfb6qtmoUuNPnXvwowGxRGR5QMeH/U5M0lQ000q 5iCN4saJAQaEVfBZDOy/oDdJnWW7HhdNT+TY4Ho1I1lC0u1rmrZx8rla5diC1b0M rDGtF/FaupKjPVZ7BGNc5x2UKvdXnZp3Us9LcFpn8yoNEmJyn6zPEPl7dYhYfI5l GytwQr8Y4MsHP8X7Mb6nVjJMYlRyEg== =16Qe -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 16:15:30 2018 Received: (at 30439-close) by debbugs.gnu.org; 15 Feb 2018 21:15:30 +0000 Received: from localhost ([127.0.0.1]:45154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emQsL-0007eJ-UU for submit@debbugs.gnu.org; Thu, 15 Feb 2018 16:15:30 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:44037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emQsK-0007eB-4V for 30439-close@debbugs.gnu.org; Thu, 15 Feb 2018 16:15:28 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zj8FC3S1Wz1qxRw; Thu, 15 Feb 2018 22:15:27 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zj8FC2Ng9z1r2b4; Thu, 15 Feb 2018 22:15:27 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 4RDSv34P44KS; Thu, 15 Feb 2018 22:15:26 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-212-114-232-111.dynamic.mnet-online.de [212.114.232.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Thu, 15 Feb 2018 22:15:26 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 4BFA0601FD; Thu, 15 Feb 2018 22:15:26 +0100 (CET) Subject: Re: [bug#30439] [PATCH] gnu: Add qqc2-desktop-style. To: Marius Bakke , 30439-close@debbugs.gnu.org References: <20180212225511.9403-1-h.goebel@crazy-compilers.com> <87vaf0wneu.fsf@fastmail.com> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Thu, 15 Feb 2018 22:15:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <87vaf0wneu.fsf@fastmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30439-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Thanks for the review. I addressed your remarks and will push it later together with [#30398] (Update KDE Frameworks to 5.42.0 and other KDE stuff respectively) -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Fri Aug 15 02:00:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 16 Mar 2018 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator