all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: windowmaker: Add support for more image formats.
@ 2016-10-23 21:54 Kei Kebreau
  2016-10-27 12:27 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Kei Kebreau @ 2016-10-23 21:54 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 33 bytes --]

The subject is self-explanatory.

[-- Attachment #1.2: 0001-gnu-windowmaker-Add-support-for-more-image-formats.patch --]
[-- Type: text/plain, Size: 945 bytes --]

From f3a2a5366d00337673bfa590453b87587722a4ec Mon Sep 17 00:00:00 2001
From: Kei Kebreau <kei@openmailbox.org>
Date: Sun, 23 Oct 2016 11:26:25 -0400
Subject: [PATCH] gnu: windowmaker: Add support for more image formats.

* gnu/packages/gnustep.scm (windowmaker)[inputs]: Add giflib, libpng,
and libtiff.
---
 gnu/packages/gnustep.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index f49b254..6c365cb 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -76,7 +76,10 @@
        ("libxft" ,libxft)
        ("libx11" ,libx11)
        ("fontconfig" ,fontconfig)
-       ("libjpeg" ,libjpeg)))
+       ("libjpeg" ,libjpeg)
+       ("giflib" ,giflib)
+       ("libpng" ,libpng)
+       ("libtiff" ,libtiff)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "http://windowmaker.org/")
-- 
2.10.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: windowmaker: Add support for more image formats.
  2016-10-23 21:54 [PATCH] gnu: windowmaker: Add support for more image formats Kei Kebreau
@ 2016-10-27 12:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-10-27 12:27 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: guix-devel

Kei Kebreau <kei@openmailbox.org> skribis:

> From f3a2a5366d00337673bfa590453b87587722a4ec Mon Sep 17 00:00:00 2001
> From: Kei Kebreau <kei@openmailbox.org>
> Date: Sun, 23 Oct 2016 11:26:25 -0400
> Subject: [PATCH] gnu: windowmaker: Add support for more image formats.
>
> * gnu/packages/gnustep.scm (windowmaker)[inputs]: Add giflib, libpng,
> and libtiff.

LGTM!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-27 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-23 21:54 [PATCH] gnu: windowmaker: Add support for more image formats Kei Kebreau
2016-10-27 12:27 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.