Re: [PATCH] gnu: Add exempi and eog.

2015-07-17 Thread 宋文武
I move 'itstool' to 'native-inputs', and pushed. Thanks!

Re: [PATCH] gnu: Add exempi and eog.

2015-07-16 Thread David Hashe
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 changed everything that

Re: [PATCH] gnu: Add exempi and eog.

2015-07-15 Thread David Hashe
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 GNOME and one of its depe

Re: [PATCH] gnu: Add exempi and eog.

2015-07-15 Thread Mark H Weaver
David Hashe writes: > The attached patches add Eye of GNOME and one of its dependencies, > exempi. The Eye of GNOME (eog) patch depends on the exempi patch. I agree with the comments by Ricardo and 宋文武, and have a few additional comments: > From cf0f69390f00852b9971e88e5e817ca540264d88 Mon Sep

Re: [PATCH] gnu: Add exempi and eog.

2015-07-15 Thread 宋文武
David Hashe writes: > 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: We

Re: [PATCH] gnu: Add exempi and eog.

2015-07-14 Thread Ricardo Wurmus
Hi David, > +(define-public eog > + (package > + (name "eog") > + (version "3.16.2") > + (source (origin > +(method url-fetch) > +(uri (string-append "mirror://gnome/sources/" name "/" > +(version-major+minor version) "/" > +