From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id YG+eMpT012QFPAAASxT56A (envelope-from ) for ; Sat, 12 Aug 2023 23:07:32 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id sKK2MpT012RXdgEA9RJhRA (envelope-from ) for ; Sat, 12 Aug 2023 23:07:32 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7276A4F835 for ; Sat, 12 Aug 2023 23:07:32 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=hDNoBrAs; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691874452; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=uF7B003pOZaJSF3ywA2OSDCcyWlkJ4tcmiRbMiiJFBw=; b=YqExfEKS/H8TA6UeqVHJOz2Zo6/SYmrODVTJLZx90ISUdHnOsVVyhfPhg3HuJ/fK+W0aUM 8Ba1odawRa3PPgOysHYF3ScQl0Y6GZPnHUd36NGSGgv9zq1oweF9A5UxcpFPQiTh/nHi47 r0H/+3KP1Q49OZO7+3mCns/dxaHo4K1asaUHI1sC5gEJdPIBv0vVW03w/DIjDLSQcEKQ6r OfQkaMLjskdV4RSOv39XsEBTC/9hM9/CU6vxIXlEsLWlW5gwbiF4EboHwh3qeYoN3gQJiJ N9hl/TWvUV6zTM9NKpR5LO/90F7XMDeOzo/fUi1BX4dOIkpOqfQ43JaTsIblPw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=hDNoBrAs; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1691874452; a=rsa-sha256; cv=none; b=GUzbl80gBL7JoBYQk16+o8hw2kTFgOkbQJ2VOdRMeLJqHD8QliCygISdvoAp96BZ5rx8w3 Z38RtFDBl0k8M2mINzR9AVuGcgT0H0YhWI4h3ayh0LYO0y1OD/8NmSC/SSRO77W4UDOGVS 6x5XVELWcdzTxYkPR2ZFQk/eMGHfGWzUVIO2yeRsyFiMiTh7s2nCG6xWnuM8JckaRrlD+w 707Ax7C4rgXrbOen3kgeUs1sehlUsEc1gpZxLHlWH4zKJ1eSbnwLhN+FrESI9DcAJ9XcDs 93IRctlNcOvUKgT4EBptybeEcYM5qEQWRXF3L18VhwxkmuS8DUoHQh+kUQMfhQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qUvpA-0000BL-Be; Sat, 12 Aug 2023 17:07:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qUvp8-0000AO-D1 for guix-patches@gnu.org; Sat, 12 Aug 2023 17:07:02 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qUvp8-0005tC-5r for guix-patches@gnu.org; Sat, 12 Aug 2023 17:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qUvp8-0003Pp-1J for guix-patches@gnu.org; Sat, 12 Aug 2023 17:07:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64798] [PATCH 2/9] gnu: Add kcolorpicker. Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Aug 2023 21:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64798 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64798@debbugs.gnu.org Cc: Sughosha Received: via spool by 64798-submit@debbugs.gnu.org id=B64798.169187438312991 (code B ref 64798); Sat, 12 Aug 2023 21:07:01 +0000 Received: (at 64798) by debbugs.gnu.org; 12 Aug 2023 21:06:23 +0000 Received: from localhost ([127.0.0.1]:57611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUvoV-0003NG-02 for submit@debbugs.gnu.org; Sat, 12 Aug 2023 17:06:23 -0400 Received: from layka.disroot.org ([178.21.23.139]:34922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUvoS-0003MZ-HN for 64798@debbugs.gnu.org; Sat, 12 Aug 2023 17:06:21 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id F320040333; Sat, 12 Aug 2023 23:06:19 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0P_iT51sSe1n; Sat, 12 Aug 2023 23:06:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1691874379; bh=38K0NF07aASIG6OBpiE5bXUWDhnPJSCycgDPkQ0OslY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=hDNoBrAsehszY+oMXWybjnccaxPfjJN3/sEoe4Zqw6Ilz2Dof1g3UjmS1kV2Xf0Xo HR11k72kL8Go65siXQ4voCDF5a3FOsN8f3yRak4/Y5CcYcZU5oOs2C9C1iJKF/5wQz wqLVGc/h/ct+6j58a4wZHckChYv4Plt8HSses6Ck763PVfBDFEHo+7ikepiitzSPpn Sxu8eqvgMz3rjdsezdnE3UAnEhKJA1wMvpWelUNkcj9yHD1tTSj6n8bYgypb9U7xL3 X+P3oRog+zD9PNNm0/fger2o1NPODpfMkI+A1EN+6EvbxbF+7kmpLzahEZWSNTSYkF Zv1rJUYUV0EIA== Date: Sat, 12 Aug 2023 23:05:49 +0200 Message-ID: <438ac424cfc1d9299f1a5ccb3466f67e8093a97a.1691874083.git.sughosha@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Sughosha X-ACL-Warn: , Sughosha via Guix-patches From: Sughosha via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.18 X-Spam-Score: -6.18 X-Migadu-Queue-Id: 7276A4F835 X-Migadu-Scanner: mx2.migadu.com X-TUID: CRcmSBTX5jL0 * gnu/packages/kde-frameworks.scm (kcolorpicker): New variable. --- gnu/packages/kde-frameworks.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 8e7916df25..aab8b138d6 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -33,6 +33,7 @@ (define-module (gnu packages kde-frameworks) #:use-module (guix build-system python) #:use-module (guix build-system qt) #:use-module (guix download) + #:use-module (guix git-download) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix utils) @@ -556,6 +557,31 @@ (define-public kcodecs license:lgpl2.1 license:lgpl2.1+ license:expat license:lgpl3+ license:mpl1.1)))) +(define-public kcolorpicker + (package + (name "kcolorpicker") + (version "0.2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ksnip/kColorPicker") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1aw41mj0hxin2h3cldiiv7ivq5qv97l0ww42yr7j8hmkzj7qq6ba")))) + (build-system qt-build-system) + (arguments + (list #:tests? #f)) ;no tests + (home-page "https://github.com/ksnip/kColorPicker") + (synopsis "Color Picker with popup menu") + (description + "kColorPicker is QToolButton with color popup menu which lets you select a +color. The popup features a color dialog button which can be used to add +custom colors to the popup menu.") + (license license:lgpl3))) + (define-public kconfig (package (name "kconfig") -- 2.41.0