Re: [PATCH] gnu: add the rc shell package

2015-07-12 Thread Alex Kost
Jeff Mickey (2015-07-13 01:46 +0300) wrote: > +(home-page "http://github.com/rakitzis/rc";) A question to the list: Do we prefer "https" over "http" for such github home pages? I see that both variants are used, but is there a preferable way? -- Alex

Re: [PATCH] gnu: Add gst-plugins-ugly

2015-07-12 Thread Mark H Weaver
David Hashe writes: > 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. Looks good. Pushed, thanks! Mark

Re: [PATCH] gnu: add the rc shell package

2015-07-12 Thread Mark H Weaver
Jeff Mickey writes: > And does this list prefer 'inline' or 'attachment' patches? I don't have a preference. The updated patch looks good except for one problem: the description still says "This is a reimplementation for Unix". Here, we are working on GNU, which stands for "GNU's Not Unix". UN

[PATCH] gnu: Add python-aiotest.

2015-07-12 Thread Cyril Roelandt
* gnu/packages/python.scm (python-aiotest, python2-aiotest): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5dcaba0..e3ec13a 100644 --- a/gnu/packages/python.scm ++

Re: [PATCH] gnu: add the rc shell package

2015-07-12 Thread Jeff Mickey
Updated patch below. Thank you again for all your help. And does this list prefer 'inline' or 'attachment' patches? // codemac >From 795a244571b9c19da5624556d6b0afec1d1f0ac5 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Thu, 9 Jul 2015 17:39:42 -0700 Subject: [PATCH] gnu: Add rc. * gnu/p

Re: [PATCH] Add skalibs, execline.

2015-07-12 Thread Ludovic Courtès
"Claes Wallin (韋嘉誠)" skribis: > From b9205ac506a12a7fe2193a9b9e02a371a26021d6 Mon Sep 17 00:00:00 2001 > From: Claes Wallin > Date: Thu, 25 Jun 2015 12:00:06 +0200 > Subject: [PATCH 1/2] gnu: Add skalibs. > > * gnu/package/skarnet.scm (skalibs): New file. > * gnu-system.am (GNU_SYSTEM_MODULES):

Re: [PATCH] gnu: Add gst-plugins-ugly

2015-07-12 Thread David Hashe
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: > David Hashe wri

[PATCH] gnu: Document xorg packages.

2015-07-12 Thread Alex Kost
Oh god! I didn't realize it would be so much, when I began many days ago :-) I can't imagine, how Andreas managed to package all this stuff! OK, so the problem with these documentations is that often the upstream does not provide any information, so synopses and descriptions are almost identical

[PATCH] gnu: Add lxappearance.

2015-07-12 Thread Mathieu Lirzin
>From bbb9a32ded0c047fa50413afe8e2c6b50f89a8ee Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sat, 11 Jul 2015 08:25:14 +0200 Subject: [PATCH] gnu: Add lxappearance. * gnu/packages/lxde.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packag

Re: [PATCH] gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd systems.

2015-07-12 Thread Manolis Ragkousis
Hey Ludo, Here is the updated patch with a small modification at the regexp. Now it copies all the .so and .a files, needed on a hurd system, to the stripped glibc (libcrt_nonshared.a, libmachuser.so, libhurduser.so). Can I push it to master? Manolis From 0b10ca72529d19816f5ceb566c72064f727a971c

Re: [PATCH] gnu: Add metabat.

2015-07-12 Thread Ricardo Wurmus
Hi Ben, in addition to Mark’s comments here is another nitpick: > + (replace 'configure > + (lambda* _ > +(substitute* "SConstruct" ; Do not distribute README > + (("env.Install.idir_prefix, 'README.md'.") "")) > +

Re: [PATCH] gnu: Update pumpa to 0.9.1.

2015-07-12 Thread Mathieu Lirzin
Pushed in commit fd83aa000c111f457528deb3a87d0f9e920e5801. -- Mathieu Lirzin