Mark H Weaver writes:
> This built successfully on x86_64, but on i686 its test suite shows 87
> failures ("SAM files differ"). See:
>
> http://hydra.gnu.org/build/173180
> http://hydra.gnu.org/build/173180/log/raw
Apparently, these 87 test failures on non-64-bit architectures are
upstream pr
OK, even though I disagree with version to be used, I adjusted it according
Mark's comment.
In the meantime I also added patch for building with -fPIC parameter which is
required for EFL.
Thanks in advance for your review.
Best regards,
Tomas Cech
* gnu/packages/game-development.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/patches/bullet-add-fPIC-into-flags.patch: New file
* gnu-system.am (dist_patch_DATA): Add it.
---
gnu-system.am | 2 +
gnu/packages/game-development.scm
宋文武 skribis:
> And currently ratposion and windowmaker are hardcoded,
> how about make sessions configurable?
> Like:
> (define %default-sessions
> `(("windowmaker" . #~(execl #$windowmaker "/bin/wmaker"))
> ("ratposion" . #~(execl #$ratposion "/bin/ratposion"
>
> (defin
Ricardo Wurmus skribis:
> Can we disable the test suite for certain architectures? Or would they
> have to be disabled completely?
Yes, just pass something like in ‘arguments’:
#:tests? (not (string=? (or (%current-system) (%current-target-system))
"i686-linux"))
A
Tomáš Čech writes:
> * gnu/packages/game-development.scm: New file
> * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
> * gnu/packages/patches/bullet-add-fPIC-into-flags.patch: New file
> * gnu-system.am (dist_patch_DATA): Add it.
> ---
> gnu-system.am | 2 +
>
l...@gnu.org (Ludovic Courtès) skribis:
> The right thing is to use ‘-vga std’, which uses a “standard VGA”
> emulator, which doesn’t have this problem.
>
> However, X will fail to start currently when using this.
Somehow this problem disappeared recently, and running X in -vga std
works fine as
l...@gnu.org (Ludovic Courtès) writes:
> Ricardo Wurmus skribis:
>
>> Can we disable the test suite for certain architectures? Or would they
>> have to be disabled completely?
>
> Yes, just pass something like in ‘arguments’:
>
> #:tests? (not (string=? (or (%current-system) (%current-target-s
* gnu/packages/gnome.scm (vala): New variable.
---
gnu/packages/gnome.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1d3ce25..5d84f4e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@
Mark H Weaver writes:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Ricardo Wurmus skribis:
>>
>>> Can we disable the test suite for certain architectures? Or would they
>>> have to be disabled completely?
>>
>> Yes, just pass something like in ‘arguments’:
>>
>> #:tests? (not (string=? (or (
On Thu, Dec 11, 2014 at 2:20 PM, Ludovic Courtès wrote:
> Check if that flag has an effect at all. For instance,
> Automake-generated makefiles have supported parallel test suites for
> not-too-long (a couple of years maybe) and even there it’s optional.
> Hand-written build systems often run tes
Federico Beffa writes:
> On Thu, Dec 11, 2014 at 2:20 PM, Ludovic Courtès wrote:
>> Check if that flag has an effect at all. For instance,
>> Automake-generated makefiles have supported parallel test suites for
>> not-too-long (a couple of years maybe) and even there it’s optional.
>> Hand-writ
Hello, gentle maintainer.
This is a message from the Translation Project robot.
A revised PO file for textual domain 'guix' has been submitted
by the French team of translators. The file is available at:
http://translationproject.org/latest/guix/fr.po
(We can arrange things so that in the
* gnu/packages/gnome.scm (vte, vte-0): New variables.
---
gnu/packages/gnome.scm | 57 +-
1 file changed, 56 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5d84f4e..7087727 100644
--- a/gnu/packages/g
* gnu/packages/xfce.scm (xfce4-terminal): New variable.
---
gnu/packages/xfce.scm | 30 ++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 69776fc..4529a43 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
Hi Guix,
Currently, xfce4-panel looks for plugins only in its own /gnu/store
directory, so it is not possible to add extra panel plugins or even to
use the trash plugin that comes with thunar (xfce's file manager).
In the past, xfce4-panel had a way to configure paths for per-user
plugin director
>From 21388251c029d4193e3e87747c26b2e603c180e1 Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Sat, 13 Dec 2014 20:53:59 -0500
Subject: [PATCH 2/2] gnu: Add xfce4-battery-plugin.
* gnu/packages/xfce.scm (xfce4-battery-plugin): New variable.
---
gnu/packages/xfce.scm | 29 +
17 matches
Mail list logo