From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvKTP-0005xl-PV for guix-patches@gnu.org; Sun, 17 Feb 2019 06:19:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvKTO-0007US-Hb for guix-patches@gnu.org; Sun, 17 Feb 2019 06:19:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51506) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvKTO-0007Ty-5d for guix-patches@gnu.org; Sun, 17 Feb 2019 06:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gvKTN-0005fn-Ri for guix-patches@gnu.org; Sun, 17 Feb 2019 06:19:01 -0500 Subject: bug#34511: Add qtcolorwidgets Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ricardo Wurmus References: Date: Sun, 17 Feb 2019 12:18:19 +0100 In-Reply-To: (pkill9's message of "Sun, 17 Feb 2019 09:47:11 +0000 (GMT)") Message-ID: <87lg2ey878.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: pkill9@runbox.com Cc: 34511-done@debbugs.gnu.org writes: > This is a QT module that provides color management, e.g. a color wheel. h= ttps://gitlab.com/mattia.basaglia/Qt-Color-Widgets > > I'm adding this as a dependency for drawpile which I will also submit > once this package definition is merged. There is unfortunately no > release available for this, however drawpile bundles it's own copy of > qtcolorwidgets if it doesn't find one. > > From 33d629801822ce2f3967f61a38ffe91205ea19bf Mon Sep 17 00:00:00 2001 > From: Pkill -9 > Date: Sun, 17 Feb 2019 09:42:28 +0000 > Subject: [PATCH] gnu: Add qtcolorwidgets. > > * gnu/packages/qt.scm (qtcolorwidgets): New variable. > --- Thank you. I pushed a modified version to the master branch with commit b16640ac0. Changes: - added comments about the lack of a public release - changed the version string, because =E2=80=9Cgit=E2=80=9D is not a valid = version string - wrapped the package definition in a let binding providing the commit and = the Guix revision - changed the comment style (margin comments use only one semicolon) - expanded the description. ~~ Ricardo