Andrew Tropin <andrew@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 62166) by debbugs.gnu.org; 22 Mar 2023 09:11:49 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 22 05:11:49 2023 Received: from localhost ([127.0.0.1]:33450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1peuVZ-0006P9-1o for submit <at> debbugs.gnu.org; Wed, 22 Mar 2023 05:11:49 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:46451) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <andrew@HIDDEN>) id 1peuVX-0006Ot-Ej for 62166 <at> debbugs.gnu.org; Wed, 22 Mar 2023 05:11:48 -0400 Received: (Authenticated sender: andrew@HIDDEN) by mail.gandi.net (Postfix) with ESMTPSA id 57C0C1C000B; Wed, 22 Mar 2023 09:11:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1679476300; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gZA8e0cLMuXWWeWpSPZk7IVZx87FbOWrNi2otYXGWFE=; b=VnkV3AoynRiIQ706SG6QvpUQKi9r6iVRiC1PmJgcVY71/mGCWe6O53+JeON07coDdE02wy 1eiPqx0bnvqIqLRZHHx/MiOXYoVL+j+9j2P6u9twpWD9RmR9pgRKpPTdMMWwv/WKOFhXXT rMlDnm9L/lrGGiofOIyCR5q18EMmVsIDLpmS6eTsbPOuDwWc3TKZPwFDgvLomE1JDl0Hfv xaOr5wpxwcpDt66xhVKxYLOvT1P+YZdY/RQAQj85O9Kv0+o86mvc6Tkm90SxAlG/YyKsWi L4CKKeC6czVT7TEhyHMoLSfe3p22s2vDBs3k4pUKVqksbjxnfq+v+eCqTME0vQ== From: Andrew Tropin <andrew@HIDDEN> To: conses <contact@HIDDEN>, 62166 <at> debbugs.gnu.org Subject: Re: [bug#62166] [PATCH 2/2] gnu: Add bibata-cursor-theme. In-Reply-To: <3f5ddd04f16495750d23a474bf30c9b428b80243.1678732846.git.contact@HIDDEN> References: <c5b992ab9ebcab464b5f30544c7fb782d94c562f.1678732846.git.contact@HIDDEN> <3f5ddd04f16495750d23a474bf30c9b428b80243.1678732846.git.contact@HIDDEN> Date: Wed, 22 Mar 2023 13:11:34 +0400 Message-ID: <87mt45up4p.fsf@HIDDEN> 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: 62166 Cc: contact@HIDDEN X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2023-03-13 19:43, conses wrote: > * gnu/packages/gnome-xyz.scm (bibata-cursor-theme): New variable. > --- > gnu/packages/gnome-xyz.scm | 50 +++++++++++++++++++++++++++++++++++++- > 1 file changed, 49 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm > index 19838c3dd5..a7414d09ee 100644 > --- a/gnu/packages/gnome-xyz.scm > +++ b/gnu/packages/gnome-xyz.scm > @@ -320,6 +320,54 @@ (define-public flat-remix-gnome-theme > highlights, and gradients for some depth.") > (license license:gpl3+))) >=20=20 > +(define-public bibata-cursor-theme > + (package > + (name "bibata-cursor-theme") > + (version "2.0.3") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/ful1e5/Bibata_Cursor") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "1bhspswgxizc4sr2bihfjic8wm4khd6waw9qgw0yssfy0fm3nafc"))= )) > + (build-system trivial-build-system) > + (native-inputs (list python-attrs python-clickgen)) > + (arguments > + (list > + #:modules '((guix build utils)) > + #:builder > + #~(begin > + (use-modules (guix build utils)) > + (let ((themes-dir (string-append #$output "/share/icons"))) > + (mkdir-p themes-dir) > + (let loop > + ((themes '(("Bibata-Modern-Amber" . "Yellowish and round= ed") > + ("Bibata-Modern-Classic" . "Black and rounded= ") > + ("Bibata-Modern-Ice" . "White and rounded") > + ("Bibata-Original-Amber" . "Yellowish and sha= rp") > + ("Bibata-Original-Classic" . "Black and sharp= ") > + ("Bibata-Original-Ice" . "White and sharp")))) > + (define theme > + (car themes)) > + (invoke #$(file-append python-clickgen "/bin/ctgen") Changed it to (search-input-file %build-inputs "/bin/ctgen") > + (string-append #$source "/build.toml") > + "-p" "x11" > + "-d" (string-append #$source "/bitmaps/" (car them= e)) > + "-n" (car theme) > + "-c" (string-append (cdr theme) " edge Bibata curs= ors") > + "-o" themes-dir) > + (unless (null? (cdr themes)) > + (loop (cdr themes)))))))) > + (home-page "https://github.com/ful1e5/Bibata_Cursor") > + (synopsis "Open-source, compact, and material-designed cursor set") > + (description > + "Bibata is an open-source, compact, and material designed > +cursor set. This project aims at improving the cursor experience.") > + (license license:gpl3))) > + > (define-public gnome-plots > (package > (name "gnome-plots") > @@ -1690,7 +1738,7 @@ (define-public yaru-theme > sound themes. > @end itemize") > (license (list license:lgpl2.1 license:lgpl3 license:cc-by-sa4.0)))) > -=20=20 > + > (define-public nordic-theme > (let ((commit "07d764c5ebd5706e73d2e573f1a983e37b318915") > (revision "0")) > --=20 > 2.39.1 Thank you for the patch! Applied, pushed as ac64367262. =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmQaxkYACgkQIgjSCVjB 3rBdhA/+NixVW6br6Sfz4pyJVPDQzfGMcENVSwem3D39KdRpD+IK/i7CUDJdrk/g U7dzm5Nnli1QEU75Jpyh00Oft59UITw+TMA8rq87/wsnZv6kYIfGQcX+DdNLafKt sMD/hkTZBhXSRWIWSiDkrJDR5KUyLeN4Yau+7R/mfEaWMqOnD4gIL6SBJ5VUWH1m GaeglBvisPMWDUyNaQAoLSmkcPC+IBI6O9P/DH/2PkVCYRQ8D2mwjoWLHH4Ln7+6 +h1tRQF3iNEknmyqZDiLQOgF33P65/i85TabfjX8vJqSJeCtUsBIinG0aT6rO2Ib b4zqs+/7wqYDui3SSopo1oQpRUlAWc7pa481eKngCM+Qtyvrp7a1IrLPWt4BNy1J 4H6wOLkDiGJdbMmB9aZAtO7L7EW+8GuFhe5rsP+7CrvNpSwem/+0uJdLkH0pqraP T8tLCv+J9gSYusOyisn002T6M6WBCvJOBEQK7BgUee4APNvwpCa1Lp6oyuJ3X3/y trW/f8FHEDbxfciSSZ2/LCq2If5QLBz8IGdMtWGXp1CguCB2VSCp8rjxHWR0sW/F x2uSGEZmSTnh4Juql+xwIJsbgnAFQn0G/SXfLnuFqGET6+954CBCLu7ATOOT0GfW 7QV5xBWSJpi8LcTGubeJ9D1On8KmfgSIztzzudV/Oy44hWpbv/A= =jWhE -----END PGP SIGNATURE----- --=-=-=--
guix-patches@HIDDEN
:bug#62166
; Package guix-patches
.
Full text available.Received: (at 62166) by debbugs.gnu.org; 22 Mar 2023 07:51:10 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 22 03:51:09 2023 Received: from localhost ([127.0.0.1]:33390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1petFV-0004LS-JW for submit <at> debbugs.gnu.org; Wed, 22 Mar 2023 03:51:09 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:57681) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <andrew@HIDDEN>) id 1petFR-0004Kv-Qs for 62166 <at> debbugs.gnu.org; Wed, 22 Mar 2023 03:51:08 -0400 Received: (Authenticated sender: andrew@HIDDEN) by mail.gandi.net (Postfix) with ESMTPSA id A0995240002; Wed, 22 Mar 2023 07:50:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1679471459; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yDmi8uUBj79zKaRrMzVvwrCIxRvDJKGY4CcQV9IINGI=; b=JQgwGCwoQdhr3+LyU9/4ZKr9GyjE1alUwPjedYDm9Ce2AeXTN0JsFN6wjjCUFWBfv8ZpAF rYvRFW6ehmY7EaO+f9QGIQy61T03kM3iyaxNv5MigKSJV8tLukiVrZgOzDKpvWP2HEzQ9L 0kv3INSqIHI/xE50i8/7je35a7+/CxbB+eAOxkwQ4N2fBuXh0PN4oqPHvACc5NXx4hzrrE s0Smo4J3WPqz0KsKX8Ahh97wfzG33mtwpXhJiC4f0PIVpo3dZ9F7VVfJfka/4cAZuwc+bi IVYPwcA5bKCfjozGuh4OqrHaiy+HGA6IDtZjGauU2nbXSQRDzT4gbyJE03LH/w== From: Andrew Tropin <andrew@HIDDEN> To: conses <contact@HIDDEN>, 62166 <at> debbugs.gnu.org Subject: Re: [bug#62166] [PATCH 1/2] gnu: Add python-clickgen. In-Reply-To: <c5b992ab9ebcab464b5f30544c7fb782d94c562f.1678732846.git.contact@HIDDEN> References: <c5b992ab9ebcab464b5f30544c7fb782d94c562f.1678732846.git.contact@HIDDEN> Date: Wed, 22 Mar 2023 11:50:52 +0400 Message-ID: <87pm91usv7.fsf@HIDDEN> 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: 62166 Cc: contact@HIDDEN X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2023-03-13 19:41, conses wrote: > * gnu/packages/python-xyz.scm (python-clickgen): New variable. > --- > gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 83f3ec02ea..10c2ca3019 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -3802,6 +3802,28 @@ (define-public python-click-7 > (base32 "06kbzd6sjfkqan3miwj9wqyddfxc2b6hi7p5s4dvqjb3gif2bdfj"))= )) > (arguments `()))) >=20=20 > +(define-public python-clickgen > + (package > + (name "python-clickgen") > + (version "2.1.3") > + (source (origin > + (method url-fetch) > + (uri (pypi-uri "clickgen" version)) > + (sha256 > + (base32 > + "010j9zz0gd2za5l4hibicypnfw721x0gxp3rr0329bc97vw5maha"))= )) > + (build-system python-build-system) > + (propagated-inputs > + (list python-pillow python-toml python-numpy-next python-attrs)) > + (inputs (list libx11 libpng libxcursor)) > + (native-inputs (list python-setuptools python-wheel)) Removed python-setuptools from inputs. > + (home-page "https://github.com/ful1e5/clickgen") > + (synopsis "The hassle-free cursor building toolbox") > + (description > + "clickgen is an API for building X11 and Windows cursors from .png = files. Capitalized the description. > +clickgen is using @code{anicursorgen} and @code{xcursorgen} under the ho= od.") > + (license license:expat))) > + > (define-public python-cligj > (package > (name "python-cligj") > --=20 > 2.39.1 Thank you for the patch, applied. =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmQas1wACgkQIgjSCVjB 3rDkiQ/9HFNtAUTX2Brb6KJhvIq2XtN8QeEA1dGKJJ+K3snaqw0a5RPc5BG317Zm /tSfgrAH9p1zvUUjPu3IWTAbDEFTyAcgVBX9StNw0/gPY5nRJP92zDYIqQxVTjN/ QFnxfZdT/yxb8QD971fbTlGqcBtR61S5VBRa/7m+/HXiu8bdoIZHoHuSIeL8St7v KgIgyU03CCGJbDBbqv3u89TpaMjZ3F56LQqUkiROZqSlYyohvyLtazsD3fYi5Nxu lATYihzR720tUT5NQ+g3Pf76V2+G3tWa3k9yJwSliFA0y79jbNxlmx0X8hVah/iO fsCz0hpj7/0QPBWdMQZIOzLjhn1Q+V6yVRN5JtACIkkfpWf79eg1p4kWTjN9Xaua 8W6HfN9Y3ZONFt6IO8QbQFmwxNTmUSrTjYIDBoC+QDhpDfQ+jNPorXyYxETljamf L7go6sJKA6kRJ/gc/VWUjHiNHZo+RnM/8h8qE4Bw+sxW9IUPZmqDMny3wuH9XcWo BAwopQcLxmax1ZgsB0f2IEafiD4dte9TXoEn2a5+17agJbbJWYrp82VZ35SK7pGN Gb+aj1aWpukr3r/4fqxaLPc2dHRXanYZcy2Kq2OlSiD4q5GtdwOsZlaI/Zm7hKBs vgXXSjsmG/W/5lSfgRHz/nrAKQAqWpu9HOvVBTJFqhVWKFy1uyI= =tZAe -----END PGP SIGNATURE----- --=-=-=--
guix-patches@HIDDEN
:bug#62166
; Package guix-patches
.
Full text available.Received: (at 62166) by debbugs.gnu.org; 13 Mar 2023 18:43:32 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 13 14:43:32 2023 Received: from localhost ([127.0.0.1]:35617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pbn8t-000236-MG for submit <at> debbugs.gnu.org; Mon, 13 Mar 2023 14:43:32 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:37601) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <contact@HIDDEN>) id 1pbn8r-00022r-JB for 62166 <at> debbugs.gnu.org; Mon, 13 Mar 2023 14:43:30 -0400 Received: (Authenticated sender: contact@HIDDEN) by mail.gandi.net (Postfix) with ESMTPSA id B523E1BF203; Mon, 13 Mar 2023 18:43:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1678733002; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tBL7DftuOa13nKZ2iyCLqnE2dbIMbhkoo1+0IgF56eo=; b=GebamZpUofCDLPhvQ+R6ud8B4nfQRC0bC6vgNYuVOcgZQgbBc5uwcW0B4KCHP/MQ/WZ7Vh i+4gNoTyJn4gb+I/sGGGdphCHDYxsi+EUzvg2pdzFlYJDDwBkKdOnpAcZZe4NoBnQT7vWG DmYaEVdcdmUFIcg7a3WQsnHD+ePuQoNzsgMi4c3vy34DV9gpclcj/z7HLRDRye9KmOi/RZ 9HuX33LQt4g5qwy+HmkcnAnKT6DzJ0wH6EmyUPe5SEW+vBN7lFYu1B/Q2vy6tJgn+rBspG j1OTNS6jC4bhVO77o81FGlKCojIngqmMvZ9CnAbeBMtYapG325gHrBkqpdBWYA== From: conses <contact@HIDDEN> To: 62166 <at> debbugs.gnu.org Subject: [PATCH 2/2] gnu: Add bibata-cursor-theme. In-Reply-To: <c5b992ab9ebcab464b5f30544c7fb782d94c562f.1678732846.git.contact@HIDDEN> References: <c5b992ab9ebcab464b5f30544c7fb782d94c562f.1678732846.git.contact@HIDDEN> Message-Id: <3f5ddd04f16495750d23a474bf30c9b428b80243.1678732846.git.contact@HIDDEN> Date: Mon, 13 Mar 2023 19:43:18 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62166 Cc: contact@HIDDEN X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) * gnu/packages/gnome-xyz.scm (bibata-cursor-theme): New variable. --- gnu/packages/gnome-xyz.scm | 50 +++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 19838c3dd5..a7414d09ee 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -320,6 +320,54 @@ (define-public flat-remix-gnome-theme highlights, and gradients for some depth.") (license license:gpl3+))) +(define-public bibata-cursor-theme + (package + (name "bibata-cursor-theme") + (version "2.0.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ful1e5/Bibata_Cursor") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bhspswgxizc4sr2bihfjic8wm4khd6waw9qgw0yssfy0fm3nafc")))) + (build-system trivial-build-system) + (native-inputs (list python-attrs python-clickgen)) + (arguments + (list + #:modules '((guix build utils)) + #:builder + #~(begin + (use-modules (guix build utils)) + (let ((themes-dir (string-append #$output "/share/icons"))) + (mkdir-p themes-dir) + (let loop + ((themes '(("Bibata-Modern-Amber" . "Yellowish and rounded") + ("Bibata-Modern-Classic" . "Black and rounded") + ("Bibata-Modern-Ice" . "White and rounded") + ("Bibata-Original-Amber" . "Yellowish and sharp") + ("Bibata-Original-Classic" . "Black and sharp") + ("Bibata-Original-Ice" . "White and sharp")))) + (define theme + (car themes)) + (invoke #$(file-append python-clickgen "/bin/ctgen") + (string-append #$source "/build.toml") + "-p" "x11" + "-d" (string-append #$source "/bitmaps/" (car theme)) + "-n" (car theme) + "-c" (string-append (cdr theme) " edge Bibata cursors") + "-o" themes-dir) + (unless (null? (cdr themes)) + (loop (cdr themes)))))))) + (home-page "https://github.com/ful1e5/Bibata_Cursor") + (synopsis "Open-source, compact, and material-designed cursor set") + (description + "Bibata is an open-source, compact, and material designed +cursor set. This project aims at improving the cursor experience.") + (license license:gpl3))) + (define-public gnome-plots (package (name "gnome-plots") @@ -1690,7 +1738,7 @@ (define-public yaru-theme sound themes. @end itemize") (license (list license:lgpl2.1 license:lgpl3 license:cc-by-sa4.0)))) - + (define-public nordic-theme (let ((commit "07d764c5ebd5706e73d2e573f1a983e37b318915") (revision "0")) -- 2.39.1 -- Best regards, conses
guix-patches@HIDDEN
:bug#62166
; Package guix-patches
.
Full text available.Received: (at submit) by debbugs.gnu.org; 13 Mar 2023 18:41:49 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 13 14:41:49 2023 Received: from localhost ([127.0.0.1]:35606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pbn7F-0001zb-FL for submit <at> debbugs.gnu.org; Mon, 13 Mar 2023 14:41:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:39460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <contact@HIDDEN>) id 1pbn7D-0001zT-4j for submit <at> debbugs.gnu.org; Mon, 13 Mar 2023 14:41:47 -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 <contact@HIDDEN>) id 1pbn7C-00082u-UX for guix-patches@HIDDEN; Mon, 13 Mar 2023 14:41:46 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:dc4:8::222]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <contact@HIDDEN>) id 1pbn7A-0000kk-T5 for guix-patches@HIDDEN; Mon, 13 Mar 2023 14:41:46 -0400 Received: (Authenticated sender: contact@HIDDEN) by mail.gandi.net (Postfix) with ESMTPSA id AF3FA40002; Mon, 13 Mar 2023 18:41:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1678732898; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=7zBtNorB2u2qvDXg2GaFZIeRuK2wfZ3QqRPfRFHNsQE=; b=g4L03LqN4G9vxrAGxFfPU7xkkrhMedi8luaKab7HccRjz+wdGps0Pf1hoLkX+RZlFS+Nsw I26oWaf7mFnBun5suqdh/nRl2xBH1aezm3lZ5iWKHB7pcjaXok2gNX7QfKp3f3W8eh5YPA 0Dwc2f4VHzrJJyt0eN8xh8ljU5KZmbx/CxMAMaNp+uSEk/gyO6x0f60W7EEe5ZOToAONx+ woDKvbw8eP/CaEVL2SusdPQ21HrvY/ODZE3psjfmQlewMlafg5Qk5yvzPANo34OTbabwI4 FxJp8vtCPGiPlbnocu/WQNH9Pr5SpaTTqTlhD+9XuDH1pM1Yzkbi39NBvSwbxQ== From: conses <contact@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH 1/2] gnu: Add python-clickgen. Message-Id: <c5b992ab9ebcab464b5f30544c7fb782d94c562f.1678732846.git.contact@HIDDEN> Date: Mon, 13 Mar 2023 19:41:34 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::222; envelope-from=contact@HIDDEN; helo=relay2-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: contact@HIDDEN X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.6 (--) * gnu/packages/python-xyz.scm (python-clickgen): New variable. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 83f3ec02ea..10c2ca3019 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3802,6 +3802,28 @@ (define-public python-click-7 (base32 "06kbzd6sjfkqan3miwj9wqyddfxc2b6hi7p5s4dvqjb3gif2bdfj")))) (arguments `()))) +(define-public python-clickgen + (package + (name "python-clickgen") + (version "2.1.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "clickgen" version)) + (sha256 + (base32 + "010j9zz0gd2za5l4hibicypnfw721x0gxp3rr0329bc97vw5maha")))) + (build-system python-build-system) + (propagated-inputs + (list python-pillow python-toml python-numpy-next python-attrs)) + (inputs (list libx11 libpng libxcursor)) + (native-inputs (list python-setuptools python-wheel)) + (home-page "https://github.com/ful1e5/clickgen") + (synopsis "The hassle-free cursor building toolbox") + (description + "clickgen is an API for building X11 and Windows cursors from .png files. +clickgen is using @code{anicursorgen} and @code{xcursorgen} under the hood.") + (license license:expat))) + (define-public python-cligj (package (name "python-cligj") -- 2.39.1 -- Best regards, conses
conses <contact@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#62166
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.