Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> + '(substitute* "Make.vars.in" >> + (("/bin/sh") "@SHELL@") > > Indent second line under the ‘u’ (see examples in other files.) > >> +(description >> + "Wine (originally an acronym for \"Wine Is No

new packages

2014-11-15 Thread Julien Lepiller
Hello, I just compiled hexchat, my favorite IRC client (a fork of XChat) and claws-mail, my favorite mail client (a fork of Sylpheed), so I could send the first recipe :). I don't really know where they should go (maybe mail.scm?), so I send them as scheme files. Do whatever you want with them.

Re: Help needed for screenshots

2014-11-15 Thread Felipe López
On 15/11/14 12:57, Ludovic Courtès wrote: > Felipe López skribis: > >> I was planning to make a design proposal for the website, and it >> includes a "screenshots" section (I can use YoxView if necessary). But >> it could take me at least a week to put things together for people to >> review it.

Re: [PATCH] gnu: ruby: Update to 2.1.5.

2014-11-15 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> The most important patch in this new version is a fix for the following >> CVE: >> >> https://www.ruby-lang.org/en/news/2014/11/13/rexml-dos-cve-2014-8090/ >> >> >> From f7d187d9fc6ba6e9fee019c530ec139e8d48b6db Mon Sep 17 00:00:00 2001 >> Fr

Re: Today I wasn't able to cross build because of a few wrong'uns.

2014-11-15 Thread John Darrington
OK. I will wait. On Sat, Nov 15, 2014 at 07:13:41PM +0100, Ludovic Court??s wrote: John Darrington skribis: > From ab356cd5fa6c30e4b378644b406d7c757a7da4d3 Mon Sep 17 00:00:00 2001 > From: John Darrington > Date: Sat, 15 Nov 2014 13:19:19 +0100 > Subject: [PATCH] g

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread Ludovic Courtès
宋文武 skribis: > + '(substitute* "Make.vars.in" > + (("/bin/sh") "@SHELL@") Indent second line under the ‘u’ (see examples in other files.) > +(description > + "Wine (originally an acronym for \"Wine Is Not an Emulator\") is a > +compatibilit

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread Ludovic Courtès
宋文武 skribis: > I have once reached at 'check phase without X, and failed. > Now more inputs (samba, openldap, xorg-server) are added, > And I just find that my network is too slow.. > > So, I hope someone could pick it up :) [...] > Oh, sorry, this one should build. I’m confused. Does it work

Re: [PATCH] gnu: ruby: Update to 2.1.5.

2014-11-15 Thread Ludovic Courtès
David Thompson skribis: > The most important patch in this new version is a fix for the following > CVE: > > https://www.ruby-lang.org/en/news/2014/11/13/rexml-dos-cve-2014-8090/ > > > From f7d187d9fc6ba6e9fee019c530ec139e8d48b6db Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 15 N

Re: Today I wasn't able to cross build because of a few wrong'uns.

2014-11-15 Thread Ludovic Courtès
John Darrington skribis: > From ab356cd5fa6c30e4b378644b406d7c757a7da4d3 Mon Sep 17 00:00:00 2001 > From: John Darrington > Date: Sat, 15 Nov 2014 13:19:19 +0100 > Subject: [PATCH] gnu: Fix cross-compilation issues with libgnupg and > autotools > > * gnu/packages/gnupg.scm (libgnupg): Distingui

Re: Broken link on website

2014-11-15 Thread Ludovic Courtès
John Darrington skribis: > https://www.gnu.org/software/guix/manual/html_node/Packaging-Guidelines.html > > links to http://hydra.gnu.org/gnu/master which returns 404. Should be fixed now, as well as in guix.texi. Thanks, Ludo’.

Re: Help needed for screenshots

2014-11-15 Thread Ludovic Courtès
Felipe López skribis: > I was planning to make a design proposal for the website, and it > includes a "screenshots" section (I can use YoxView if necessary). But > it could take me at least a week to put things together for people to > review it. > > What do you think? Well, that sounds very app

Re: [PATCH] gnu: Add opus-tools

2014-11-15 Thread Ludovic Courtès
John Darrington skribis: > From: John Darrington > > * gnu/packages/xiph.scm (opus-tools): New variable. LGTM. > +(build-system gnu-build-system) > + (arguments Alignment issue here. Thanks, Ludo’.

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread John Darrington
I think you are right. POSIX-like would be a better word. J' On Sat, Nov 15, 2014 at 02:47:15PM -0200, Bruno F??lix Rezende Ribeiro wrote: Em Sat, 15 Nov 2014 16:48:15 +0100 John Darrington escreveu: > As I understand it, it only even comes close, if the POSIXLY_CORRECT

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread Bruno Félix Rezende Ribeiro
Em Sat, 15 Nov 2014 16:48:15 +0100 John Darrington escreveu: > As I understand it, it only even comes close, if the POSIXLY_CORRECT > environment variable is set. Even then there are some differences. I think you are right. However, they often use "POSIX-compliant" loosely. Something that woul

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread 宋文武
Oh, sorry, this one should build. >From 93723829109c48db430eb28c3e5b9d7a301a7c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 15 Nov 2014 21:02:30 +0800 Subject: [PATCH] gnu: Add Wine. * gnu/packages/wine.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): A

[PATCH] gnu: ruby: Update to 2.1.5.

2014-11-15 Thread David Thompson
The most important patch in this new version is a fix for the following CVE: https://www.ruby-lang.org/en/news/2014/11/13/rexml-dos-cve-2014-8090/ >From f7d187d9fc6ba6e9fee019c530ec139e8d48b6db Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 15 Nov 2014 11:26:23 -0500 Subject: [PATCH] g

Re: Help needed for screenshots

2014-11-15 Thread Felipe López
On 15/11/14 10:30, Bruno Félix Rezende Ribeiro wrote: > Em Sat, 15 Nov 2014 10:18:44 -0500 > Felipe López escreveu: > >> I was planning to make a design proposal for the website, and it >> includes a "screenshots" section (I can use YoxView if necessary). But >> it could take me at least a week

Today I wasn't able to cross build because of a few wrong'uns.

2014-11-15 Thread John Darrington
>From ab356cd5fa6c30e4b378644b406d7c757a7da4d3 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 15 Nov 2014 13:19:19 +0100 Subject: [PATCH] gnu: Fix cross-compilation issues with libgnupg and autotools * gnu/packages/gnupg.scm (libgnupg): Distinguish between host and native libgpg-err

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread John Darrington
On Sat, Nov 15, 2014 at 01:05:58PM -0200, Bruno F??lix Rezende Ribeiro wrote: Em Sat, 15 Nov 2014 15:45:01 +0100 John Darrington escreveu: > On Sat, Nov 15, 2014 at 10:41:19PM +0800, ? wrote: > > + "Wine (originally an acronym for \"Wine Is Not an

Re: Help needed for screenshots

2014-11-15 Thread Bruno Félix Rezende Ribeiro
Em Sat, 15 Nov 2014 10:18:44 -0500 Felipe López escreveu: > I was planning to make a design proposal for the website, and it > includes a "screenshots" section (I can use YoxView if necessary). But > it could take me at least a week to put things together for people to > review it. > > What do y

Re: Help needed for screenshots

2014-11-15 Thread Felipe López
On 14/11/14 18:02, Bruno Félix Rezende Ribeiro wrote: > Em Fri, 14 Nov 2014 22:47:08 +0100 > l...@gnu.org (Ludovic Courtès) escreveu: > >> Would you like to give it a try? > > Yeah, but I'd like to try Galleria first, as I already have some > experience with it, and have got all needed templates.

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread 宋文武
John Darrington writes: > On Sat, Nov 15, 2014 at 10:41:19PM +0800, ? wrote: > > + "Wine (originally an acronym for \"Wine Is Not an Emulator\") is a > +compatibility layer capable of running Windows applications on several > +POSIX-compliant operating systems, such as

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread Bruno Félix Rezende Ribeiro
Em Sat, 15 Nov 2014 15:45:01 +0100 John Darrington escreveu: > On Sat, Nov 15, 2014 at 10:41:19PM +0800, ? wrote: > > + "Wine (originally an acronym for \"Wine Is Not an > Emulator\") is a +compatibility layer capable of running Windows > applications on several +POSIX-compliant

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread 宋文武
I have once reached at 'check phase without X, and failed. Now more inputs (samba, openldap, xorg-server) are added, And I just find that my network is too slow.. So, I hope someone could pick it up :) I'm not familiar with 64bit wine(not needed IMO) and cross-build in Guix, but just set #:syste

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread John Darrington
On Sat, Nov 15, 2014 at 10:41:19PM +0800, ? wrote: + "Wine (originally an acronym for \"Wine Is Not an Emulator\") is a +compatibility layer capable of running Windows applications on several +POSIX-compliant operating systems, such as Linux, "Linux" is not an

[PATCH] gnu: Add Wine.

2014-11-15 Thread 宋文武
* gnu/packages/wine.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/wine.scm | 135 ++ 2 files changed, 136 insertions(+) create mode 100644 gnu/packages/wine.scm diff --git a/gnu-system.

Broken link on website

2014-11-15 Thread John Darrington
https://www.gnu.org/software/guix/manual/html_node/Packaging-Guidelines.html links to http://hydra.gnu.org/gnu/master which returns 404. J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver