From unknown Fri Jun 20 07:28:14 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#39828 <39828@debbugs.gnu.org> To: bug#39828 <39828@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add icoutils. Reply-To: bug#39828 <39828@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:28:14 +0000 retitle 39828 [PATCH] gnu: Add icoutils. reassign 39828 guix-patches submitter 39828 Hartmut Goebel severity 39828 normal tag 39828 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 28 15:43:22 2020 Received: (at submit) by debbugs.gnu.org; 28 Feb 2020 20:43:22 +0000 Received: from localhost ([127.0.0.1]:33833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7mTc-0001CE-4r for submit@debbugs.gnu.org; Fri, 28 Feb 2020 15:43:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:46646) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7mTa-0001C6-Qa for submit@debbugs.gnu.org; Fri, 28 Feb 2020 15:43:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54537) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7mTZ-0001d9-9r for guix-patches@gnu.org; Fri, 28 Feb 2020 15:43:14 -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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7mTX-0006Ul-W3 for guix-patches@gnu.org; Fri, 28 Feb 2020 15:43:13 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:39916) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7mTX-0006U5-N7 for guix-patches@gnu.org; Fri, 28 Feb 2020 15:43:11 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 48ThM045j4z1rcBN for ; Fri, 28 Feb 2020 21:43:08 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 48ThM040ksz1qv4Z for ; Fri, 28 Feb 2020 21:43:08 +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 Np1Hxo8gTqW5 for ; Fri, 28 Feb 2020 21:43:07 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-55-76.dynamic.mnet-online.de [188.174.55.76]) (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 ; Fri, 28 Feb 2020 21:43:07 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.28]) by hermia.goebel-consult.de (Postfix) with ESMTP id EC01760186 for ; Fri, 28 Feb 2020 21:44:51 +0100 (CET) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add icoutils. Date: Fri, 28 Feb 2020 21:43:04 +0100 Message-Id: <44d2e3ad748801ebaaee56a4ff51993ac4c47099.1582922512.git.h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 212.18.0.10 X-Spam-Score: -0.7 (/) 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: -1.0 (-) * gnu/packages/image.scm (icoutils): New variable. --- gnu/packages/image.scm | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 106b733673..4c9a7f6409 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -14,7 +14,7 @@ ;;; Copyright =C2=A9 2016, 2017 Arun Isaac ;;; Copyright =C2=A9 2016, 2017 Kei Kebreau ;;; Copyright =C2=A9 2017 ng0 -;;; Copyright =C2=A9 2017,2019 Hartmut Goebel +;;; Copyright =C2=A9 2017,2019,2020 Hartmut Goebel ;;; Copyright =C2=A9 2017 Julien Lepiller ;;; Copyright =C2=A9 2018 Joshua Sierles, Nextjournal ;;; Copyright =C2=A9 2018 Fis Trivial @@ -69,10 +69,11 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages qt) #:use-module (gnu packages sphinx) + #:use-module (gnu packages web) #:use-module (gnu packages xml) #:use-module (gnu packages xorg) - #:use-module (gnu packages qt) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) @@ -1900,3 +1901,36 @@ losslessly translates between SNG and PNG.") no dependency or linkage required. It's made for C (ISO C90), and has a= C++ wrapper with a more convenient interface on top.") (license license:zlib)))) + +(define-public icoutils + (package + (name "icoutils") + (version "0.32.3") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://savannah/icoutils/icoutils-" version ".tar.bz2")) + (sha256 + (base32 "1q66cksms4l62y0wizb8vfavhmf7kyfgcfkynil3n99s0hny1aqp"))= )) + (build-system gnu-build-system) + (inputs + `(("libpng" ,libpng) + ("perl" ,perl))) + (propagated-inputs + `(("perl-libwww" ,perl-libwww))) + (home-page "https://www.nongnu.org/icoutils/") + (synopsis "Extract and convert bitmaps from Windows icon and cursor = files") + (description "Icoutils are a set of program for extracting and conve= rting +bitmaps from Microsoft Windows icon and cursor files. These files usual= ly +have the extension @code{.ico} or @code{.cur}, but they can also be embe= dded +in executables and libraries (@code{.dll}-files). (Such embedded files = are +referred to as resources.) + +Conversion of these files to and from PNG images is done @command{icotoo= l}. +@command{extresso} automates these tasks with the help of special resour= ce +scripts. Resources such can be extracted from MS Windows executable and +library files with @command{wrestool}. + +This package can be used to create @code{favicon.ico} files for web site= s.") + (license license:gpl3+))) --=20 2.21.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 28 15:55:03 2020 Received: (at 39828) by debbugs.gnu.org; 28 Feb 2020 20:55:03 +0000 Received: from localhost ([127.0.0.1]:33839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7mf0-0001bK-MD for submit@debbugs.gnu.org; Fri, 28 Feb 2020 15:55:02 -0500 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:43509) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7mey-0001ai-Sg for 39828@debbugs.gnu.org; Fri, 28 Feb 2020 15:55:01 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id B21ECF78; Fri, 28 Feb 2020 15:54:54 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Fri, 28 Feb 2020 15:54:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=ks8yrpykai6jPSYRhtMaDPFP y8YhDPS5PMD6zgAwtdc=; b=hUtPFOd/t1nYkc+dtC0fHgO91ssBjRC1pqvuM6q8 f7xKVbwmfMaXLmkp8WfNKwpfR7o2ghP7ehW0P+/daCE4U0KWCzotxa/MwmxMRMfp blHZAGa7I32DFYFCEC/G3Kei69tbGGNkke63tBpfn5I30l8Ynl4iA16LPjm3JxiO Ow0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ks8yrp ykai6jPSYRhtMaDPFPy8YhDPS5PMD6zgAwtdc=; b=wJFBH+dBWDbOAgQrMNlW6m aOmiwgSDQu8FFpDn7i5DrSoIKTuH6nFc6i91/91Sb5zt8ec4WYvXsPazJf9H9dT8 5u4rNMVsrIgaIrecdvevr0pMkJDRvmRv5pK7GrsoAgx1q9Xp3QmGtZmoVslntaPj uF30aRM+a5Y3bJq0ojFt6/CKCmPaa5sF4+my5tChUMBaiSRZ1z3969jxHJRknhl1 6qsj5uKqx5Xg9Hg1zKR1f8HYo7jItPyYwjpVz+wQajAfgTNTz08u2rXzCjPVqP3G LQw3yQiFbX/SnOQbDQNRiw+asUtW5qaYMBuV7XZMUaP8eUeTK2Vpf36NzK84UeuA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrleekgddugedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucfkphepjeeird duvdegrddufeekrdeifeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgr ihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (c-76-124-138-63.hsd1.pa.comcast.net [76.124.138.63]) by mail.messagingengine.com (Postfix) with ESMTPA id DD6563280062; Fri, 28 Feb 2020 15:54:53 -0500 (EST) Date: Fri, 28 Feb 2020 15:54:47 -0500 From: Leo Famulari To: Hartmut Goebel Subject: Re: [bug#39828] [PATCH] gnu: Add icoutils. Message-ID: <20200228205447.GA29994@jasmine.lan> References: <44d2e3ad748801ebaaee56a4ff51993ac4c47099.1582922512.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44d2e3ad748801ebaaee56a4ff51993ac4c47099.1582922512.git.h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39828 Cc: 39828@debbugs.gnu.org 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: -1.7 (-) On Fri, Feb 28, 2020 at 09:43:04PM +0100, Hartmut Goebel wrote: > * gnu/packages/image.scm (icoutils): New variable. Thanks, LGTM! From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 29 05:05:05 2020 Received: (at 39828-close) by debbugs.gnu.org; 29 Feb 2020 10:05:06 +0000 Received: from localhost ([127.0.0.1]:34260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7yzZ-0001pC-Ll for submit@debbugs.gnu.org; Sat, 29 Feb 2020 05:05:05 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:44763) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7yzX-0001op-8l for 39828-close@debbugs.gnu.org; Sat, 29 Feb 2020 05:05:04 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 48V28F4T87z1qqlD; Sat, 29 Feb 2020 11:05:01 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 48V28F2x9Rz1qqkk; Sat, 29 Feb 2020 11:05:01 +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 bofsPt5OFIf5; Sat, 29 Feb 2020 11:05:00 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-55-76.dynamic.mnet-online.de [188.174.55.76]) (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; Sat, 29 Feb 2020 11:05:00 +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 AE2B16017E; Sat, 29 Feb 2020 11:06:53 +0100 (CET) Subject: Re: [bug#39828] [PATCH] gnu: Add icoutils. To: Leo Famulari References: <44d2e3ad748801ebaaee56a4ff51993ac4c47099.1582922512.git.h.goebel@crazy-compilers.com> <20200228205447.GA29994@jasmine.lan> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Sat, 29 Feb 2020 11:04:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20200228205447.GA29994@jasmine.lan> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39828-close Cc: 39828-close@debbugs.gnu.org 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: -1.7 (-) Thanks for the review, pushed as 14138912501152d0b81775c96852dbc782f0f864 From unknown Fri Jun 20 07:28:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 28 Mar 2020 11:24:05 +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