Guix --- Functional package management for GNU
+;;; Copyright © 2015 David Hashe
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU General Public License as published by
+;;; the Free Software
Taking everyone's feedback into account, here is the updated patch.
David
On Thu, 2015-02-19 at 18:39 -0500, Mark H Weaver wrote:
> Hi!
>
> David Hashe writes:
>
> > ---
> > gnu-system.am | 1
> > gnu/packages/gnugo.scm | 44 ﯯ뻻ﯯ뻻ﯯ뻻ﯯ뻻ﯯ뻻ﯯ뙾⥞뇈媞
/packages/telephony.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darrington
;;; Copyright © 2015 Andreas Enge
+;;; Copyright © 2015 David Hashe
;;;
;;; This file is part of GNU Guix.
;;;
@@ -20,6 +21,7 @@
(define-module (gnu packages
/packages/gnome.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2014, 2015 Federico Beffa
;;; Copyright © 2015 Sou Bunnbu
;;; Copyright © 2015 Andy Wingo
+;;; Copyright © 2015 David Hashe
;;;
;;; This file is part of GNU Guix.
;;;
@@ -65,6 +66,9 @@
#:use-module (gnu packages web)
#:use-module (gnu
This patch moves the library install path to lib on x86_64 to pass the
validate-runpath phase. Tested on my local machine.
Thanks,
David
From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001
From: David Hashe
Date: Tue, 5 May 2015 01:48:28 -0500
Subject: [PATCH] gnu: webkitgtk
Oops! I tried it with just LIB_INSTALL_DIR, and you are correct. I've
attached a patch fixing that.
David
On Tue, May 5, 2015 at 3:05 PM, Ludovic Courtès wrote:
> David Hashe skribis:
>
> > From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001
> > From
* gnu/packages/gnome.scm (evince): Add 'djvulibre' as an input.
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 34658e1..e02a430 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@
* gnu/packages/gnome.scm (rhythmbox): New variable.
---
gnu/packages/gnome.scm | 48
1 file changed, 48 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4af1d13..bfe4b30 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/
Thanks for the review.
On Thu, Jun 18, 2015 at 8:45 AM, Ricardo Wurmus wrote:
>
> David Hashe writes:
>
> > * gnu/packages/gnome.scm (rhythmbox): New variable.
>
> [...]
>
> > +(define-public rhythmbox
> > + (package
> > + (name "rhythmbox"
It's worth noting that these same questions appear in the Rhythmbox patch I
submitted earlier this week, so I'll be watching what we decide here for
guidance on how to improve that patch.
Thanks,
David
On Wed, Jun 24, 2015 at 12:58 AM, Mark H Weaver wrote:
> l...@gnu.org (Ludovic Courtès) write
igate this
> soon.
>
> David, is Rhythmbox working for without any such errors? Are you using
> GuixSD?
>
> ~~ Ricardo
>
>
From 91d42139d7344ddb812e12a3c0a67647b51271d8 Mon Sep 17 00:00:00 2001
From: David Hashe
Date: Sun, 5 Jul 2015 10:24:22 -0500
Subject: [PATCH] gnu: Add rhythmbox.
* gnu/packages/gnome.sc
On Sun, Jul 5, 2015 at 2:24 PM, Amirouche Boubekki
wrote:
> On 2015-07-05 19:45, Amirouche Boubekki wrote:
>
>> On 2015-07-05 17:28, David Hashe wrote:
>>
>>> Hi Ludo and Ricardo,
>>>
>>> The 'uridecodebin' error is a result of GST_PLUGIN_S
On Mon, Jul 6, 2015 at 2:34 PM, Mark H Weaver wrote:
> David Hashe writes:
>
> > On Sun, Jul 5, 2015 at 2:24 PM, Amirouche Boubekki
> > wrote:
> >
> > I only tried to play mp3 and ogg. Ogg works. I did not try
> > burning audio cds.
&
Hi Alex,
david.ha...@dhashe.com is correct.
Thanks,
David
On Tue, Dec 20, 2016 at 7:57 AM, Alex Kost wrote:
> Hello, if it's not too late for the release, I think it would be good to
> adjust ".mailmap" to avoid duplicates in the generated AUTHORS file (if
> it's too late, it would be good any
along with some useful configure flags.
- David
On Tue, Jul 7, 2015 at 1:50 PM, Mark H Weaver wrote:
> Mark H Weaver writes:
>
> > David Hashe writes:
> >
> >> Thanks for clarifying. Besides patents, my other concern was
> >> licensing. Specifically, the page
* gnu/packages/gnome.scm (brasero): Update to 3.12.1.
[inputs]: Add gobject-introspection, nettle, and totem-pl-parser.
---
gnu/packages/gnome.scm | 22 +-
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0ec
I already have my copyright line in this particular file, since I've
submitted to it before.
- David
On Thu, Jul 9, 2015 at 12:34 AM, Mark H Weaver wrote:
> David Hashe writes:
> > * gnu/packages/gnome.scm (brasero): Update to 3.12.1.
> > [inputs]: Add gobject-intros
I've attached an updated patch making the modifications you suggested.
In addition, I also wrapped GI_TYPELIB_PATH, which is required in order for
plugins (like cd burning and libre.fm integration) to work.
Thanks,
David
On Fri, Jul 10, 2015 at 12:17 AM, Mark H Weaver wrote:
> Dav
Hello Guix,
The attached patches add Eye of GNOME and one of its dependencies, exempi.
The Eye of GNOME (eog) patch depends on the exempi patch.
Thanks,
David
From cf0f69390f00852b9971e88e5e817ca540264d88 Mon Sep 17 00:00:00 2001
From: David Hashe
Date: Wed, 15 Jul 2015 01:02:02 -0500
Subject
Thanks to everyone for the reviews!
I got boost working and changed everything that was requested. I've
attached updated patches for both.
Thanks,
David
On Wed, Jul 15, 2015 at 11:15 AM, Mark H Weaver wrote:
> David Hashe writes:
>
> > The attached patches add Eye of GNO
Oops! I forgot that I could remove the #:phases section and autotools
native-inputs in exempi since we're using the tarball. Fixed in the
attached patch.
On Wed, Jul 15, 2015 at 11:28 PM, David Hashe
wrote:
> Thanks to everyone for the reviews!
>
> I got boost working and chan
* gnu/packages/gnome.scm (gtksourceview): New variable.
---
gnu/packages/gnome.scm | 34 ++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5440433..9bd1c31 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/g
* gnu/packages/gnome.scm (gedit): New variable.
---
gnu/packages/gnome.scm | 56 ++
1 file changed, 56 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9bd1c31..b6ca7c7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/pa
On Sun, Nov 8, 2015 at 6:03 AM, 宋文武 wrote:
> David Hashe writes:
>
> > * gnu/packages/gnome.scm (gtksourceview): New variable.
> > ---
> > gnu/packages/gnome.scm | 34 ++
> > 1 file changed, 34 insertions(+)
> >
> >
On Sun, Nov 8, 2015 at 6:06 AM, 宋文武 wrote:
> David Hashe writes:
>
> > * gnu/packages/gnome.scm (gedit): New variable.
> > ---
> > gnu/packages/gnome.scm | 56
> ++
> > 1 file changed, 56 insertions(+)
> >
3D 8351
> Confidentiality cannot be guaranteed on emails sent or received unencrypted
>
From 3f71e4c87f0d621dcf019c7c330b182ecc290f71 Mon Sep 17 00:00:00 2001
From: David Hashe
Date: Sun, 8 Nov 2015 13:51:46 -0600
Subject: [PATCH 1/3] gnu: Add gtksourceview.
* gnu/packages/gtk.scm (gtks
New gedit patch, since it won't apply cleanly now that gtksourceview is
being added to a different file. The libpeas patch should still work.
On Sun, Nov 8, 2015 at 11:20 AM, David Hashe wrote:
>
>
> On Sun, Nov 8, 2015 at 6:06 AM, 宋文武 wrote:
>
>> David Hashe writes:
/audio.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2015 Andreas Enge
;;; Copyright © 2015 Alex Kost
;;; Copyright © 2015, 2016 Mark H Weaver
+;;; Copyright © 2016 David Hashe
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1504,6 +1505,40 @@ buffers, and audio capture.")
(home-page
/gnu/packages/games.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2014, 2015 Sou Bunnbu
;;; Copyright © 2014, 2015 Mark H Weaver
;;; Copyright © 2015, 2016 Andreas Enge
-;;; Copyright © 2015 David Hashe
+;;; Copyright © 2015, 2016 David Hashe
;;; Copyright © 2015 Christopher Allan Webber
;;; Copyright
ation of the OpenAL Utility Toolkit (ALUT)", which I patterned
off of the freeglut synopsis.
>
> > +(description "Freealut is a free implementation of OpenAL's ALUT
> > +standard.")
>
> Could you try to extend the description a little? I don’t know
On Mon, Mar 21, 2016 at 4:24 PM, Ricardo Wurmus <
ricardo.wur...@mdc-berlin.de> wrote:
>
> David Hashe writes:
>
> >> I see that Arch and Fedora both use the tarball from here:
> >>
> >>
> >>
> http://pkgs.fedo
31 matches
Mail list logo