Re: [ART] Background image for GRUB

2014-11-05 Thread Taylan Ulrich Bayırlı/Kammer
Let me shamelessly indulge in this bikeshedding discussion: Omar Radwan writes: > But it's not the real GNU kernel, so it would still have to be called > GNU/Linux-libre, or GNU/Linux. Depends on whether we're talking about a "brand name" or "project name" of sorts, or a "technical name." Ev

Re: [ART] Background image for GRUB

2014-11-05 Thread Taylan Ulrich Bayırlı/Kammer
Bruno Félix Rezende Ribeiro writes: > [everything] I really agree after all; when I think of it, the number of people I've met who know and possibly even like "Linux" but have either literally never heard of GNU, or think of it as some obscure side-project, is quite depressing. And talking abou

[PATCH] gnu: Add rtorrent and libtorrent.

2014-11-22 Thread "Taylan Ulrich Bayırlı/Kammer"
===File /home/tub/media/src/guix/0001-gnu-Add-rtorrent-and-libtorrent.patch=== >From 1ddb6d2e6ed7cbfc60c01fdd7d2c35559d735c28 Mon Sep 17 00:00:00 2001 From: Taylan Ulrich B Date: Sat, 22 Nov 2014 14:38:01 +0100 Subject: [PATCH] gnu: Add rtorrent and libtorrent. * gnu/packages/bittorrent.scm (lib

Re: [PATCH] gnu: Add rtorrent and libtorrent.

2014-11-22 Thread Taylan Ulrich Bayırlı/Kammer
David Thompson writes: > Please break this into 2 commits, one for each new package. rTorrent and its libTorrent kind of belong together, though I guess they're strictly speaking separate packages... >> +(home-page "http://nmap.org/";) > > Should be "http://libtorrent.rakshasa.no/"; Whoops

Re: [PATCH] gnu: Add rtorrent and libtorrent.

2014-11-22 Thread Taylan Ulrich Bayırlı/Kammer
Please use this patch for the rTorrent one; gcrypt was a redundant dependency after all. >From 0cf93793fcdf4f7c8250cc02899a0caf68636df3 Mon Sep 17 00:00:00 2001 From: Taylan Ulrich B Date: Sat, 22 Nov 2014 15:57:26 +0100 Subject: [PATCH 2/2] gnu: Add rTorrent. * gnu/packages/bittorrent.scm (rtor

[PATCH] gnu: Add Nmap.

2014-11-22 Thread "Taylan Ulrich Bayırlı/Kammer"
packages/ntp.scm \ diff --git a/gnu/packages/nmap.scm b/gnu/packages/nmap.scm new file mode 100644 index 000..2137ee7 --- /dev/null +++ b/gnu/packages/nmap.scm @@ -0,0 +1,62 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014 Taylan Ulrich Bayırl

Re: [PATCH] gnu: Add Nmap.

2014-11-23 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > On Sat, Nov 22, 2014 at 11:05:35PM +0100, "Taylan Ulrich Bayırlı/Kammer" > wrote: >> Many distros separate Zenmap from the Nmap package. Should we do the >> same? If yes, I'll need some help. This recipe builds it together >> with

Re: [PATCH] gnu: Add Nmap.

2014-11-23 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > This is normally dealt with by using multiple outputs (info "(guix) > Packages with Multiple Outputs"). An example of that is Git: the Tcl > GUIs are moved to a separate output, and so is git-svn support, such > that the main output does not depend on Tcl,

Re: [PATCH] gnu: Add Nmap.

2014-11-24 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > So that means that the zenmap (or nmap) package basically needs to > “close over” these inputs, probably using ‘wrap-program’. Thanks for the pointer; I'll look into 'wrap-program'. >> 2) If purely-run-time dependencies are inputs, won't that trigger >>

doc: Fix syntax errors.

2014-11-25 Thread "Taylan Ulrich Bayırlı/Kammer"
Some .texi syntax errors seem to have sneaked in on commit 7fec52b. ===File /home/tub/media/src/guix/0001-doc-Fix-syntax-errors.patch=== >From 110e68f04cc9efb8d72d19a401a6ff1ca039c7d4 Mon Sep 17 00:00:00 2001 From: Taylan Ulrich B Date: Tue, 25 Nov 2014 14:41:02 +0100 Subject: [PATCH] doc: Fix sy

utils: Improve docstrings.

2014-11-25 Thread "Taylan Ulrich Bayırlı/Kammer"
I just spend half an hour trying to find the bug in the following: (substitute* "Makefile.in" (("^(prefix=[[:blank:]]*)/usr/local$" all prefix) (string-append prefix (assoc-ref outputs "out" until I realized the lines of the file are represented as newline terminated strings and a $ in t

Re: doc: Fix syntax errors.

2014-11-25 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > I assume you’re using Texinfo 4? Texinfo 5 is fine with the extra > space. Indeed; the one on Debian stable. Taylan

Re: [PATCH] gnu: Add Nmap.

2014-11-25 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > [large snip] > > I hope this clarifies things. Yes! Thanks for your patience. It now dawns on me that our primary aim isn't byte-equal build process outputs (in terms of file contents); it's "immutable run-time behavior" of a package. That is to say, if

gnu: Add mg.

2014-11-26 Thread "Taylan Ulrich Bayırlı/Kammer"
/mit-krb5.scm\ gnu/packages/moe.scm \ diff --git a/gnu/packages/mg.scm b/gnu/packages/mg.scm new file mode 100644 index 000..9906c2c --- /dev/null +++ b/gnu/packages/mg.scm @@ -0,0 +1,71 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014

Re: gnu: Add mg.

2014-11-26 Thread Taylan Ulrich Bayırlı/Kammer
packages/mg.scm b/gnu/packages/mg.scm new file mode 100644 index 000..a315dfe --- /dev/null +++ b/gnu/packages/mg.scm @@ -0,0 +1,64 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU

Re: guix is trademarked

2014-12-08 Thread Taylan Ulrich Bayırlı/Kammer
Adam Pribyl writes: > I am not sure how big problem this could be, but I found today that > guix name is probably trademarked http://rtos.com/products/guix/ I think we had this topic before on IRC. I think the sentiment was that it shouldn't be a problem because that one is stylized GUIX (all-u

Re: New year, new name!

2015-01-05 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Hi, Guix! > > As you know, we’ve been having this lengthy discussion about what to > call the Guix-based standalone distro. RMS and others have argued that > we can’t reasonably call it “the GNU system”, and many people have > proposed alternative names. >

Re: New year, new name!

2015-01-05 Thread Taylan Ulrich Bayırlı/Kammer
Svetlana Tkachenko writes: >> I think it deserves such special status over projects such as gNewSense >> because GuixDistro is much more under GNU's control than any of those >> distros that are "GNUified" as an afterthought. > > I do not see any way gnu has more control here, other that guix fol

Re: New year, new name!

2015-01-05 Thread Taylan Ulrich Bayırlı/Kammer
Felipe López writes: > On 05/01/15 11:15, Ludovic Courtès wrote: >> I agree with what you write, that is, we don’t want to do too much >> branding around that name, and instead emphasize GNU. In my view, this >> is indeed some sort of a code name for use in technical docs and such. FYI, I did n

Re: New year, new name!

2015-01-06 Thread Taylan Ulrich Bayırlı/Kammer
Bruno Félix Rezende Ribeiro writes: > Em Mon, 05 Jan 2015 09:40:48 -0500 > Felipe López escreveu: > >> I still think that calling the Guix distro "GNU" would have been >> better, and I don't see how calling it "Guixotic - the reference >> distribution of GNU" is any different from calling it "GN

Re: Guix != GNU GSD ==> True

2015-01-28 Thread Taylan Ulrich Bayırlı/Kammer
Bruno Félix Rezende Ribeiro writes: > I hope GNU GSD will have a logo of its own where your suggestion may > be written. I suspect that the more "branding" we give to GSD, the more it will cause people to see it as "yet another Linux distro" and not understand that it's a distribution of GNU. T

Re: Guix != GNU GSD ==> True

2015-01-28 Thread Taylan Ulrich Bayırlı/Kammer
Brandon Invergo writes: > Any other suggestions? Or am I talking nonsense? I think you're making sense. The word "distribution" not only gets people into the "distro" (therefore "Linux") mindset, it's also descriptionally wrong as you say. Perhaps "a GNU-based operating system" is the most co

[PATCH] Set Emacs indentation for `wrap-program'.

2015-01-31 Thread "Taylan Ulrich Bayırlı/Kammer"
===File /home/tub/media/src/guix/0001-Set-Emacs-indentation-for-wrap-program.patch=== >From f7f3ce7140c82380e68ba3299ac17555268b8155 Mon Sep 17 00:00:00 2001 From: Taylan Ulrich B Date: Sat, 29 Nov 2014 13:36:24 +0100 Subject: [PATCH 1/2] Set Emacs indentation for `wrap-program'. * .dir-locals.e

[PATCH] gnu: Add dnsmasq.

2015-01-31 Thread "Taylan Ulrich Bayırlı/Kammer"
644 index 000..7303b9f --- /dev/null +++ b/gnu/packages/dnsmasq.scm @@ -0,0 +1,58 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it

[PATCH] gnu: Add ngircd.

2015-01-31 Thread "Taylan Ulrich Bayırlı/Kammer"
dex 000..b947076 --- /dev/null +++ b/gnu/packages/ngircd.scm @@ -0,0 +1,54 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify

[PATCH] gnu: Add polipo.

2015-01-31 Thread "Taylan Ulrich Bayırlı/Kammer"
dex 000..9d01995 --- /dev/null +++ b/gnu/packages/polipo.scm @@ -0,0 +1,60 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify

Re: [PATCH] gnu: Add ngircd.

2015-01-31 Thread Taylan Ulrich Bayırlı/Kammer
lan Ulrich Bayırlı/Kammer +;;; +;;; 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 Foundation; either version 3 of the License, or (at +;;; y

[PATCH] gnu: Add moreutils.

2015-01-31 Thread Taylan Ulrich Bayırlı/Kammer
t a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm new file mode 100644 index 000..da3df89 --- /dev/null +++ b/gnu/packages/moreutils.scm @@ -0,0 +1,71 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer +;;; +;;; This file is p

Re: [PATCH] gnu: Add moreutils.

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
ckages/moe.scm\ + gnu/packages/moreutils.scm \ gnu/packages/mpd.scm\ gnu/packages/mp3.scm\ gnu/packages/mpi.scm\ diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm new file mode 100644 index 000..e86c83c --- /dev/null +++ b/gnu/packages/moreutils.scm

Re: [PATCH] gnu: Add moreutils.

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
age management for GNU +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer +;;; +;;; 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 Foundat

Re: [PATCH] gnu: Add dnsmasq.

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
ment for GNU +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer +;;; +;;; 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 Foundation; either v

Re: [PATCH] gnu: Add polipo.

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
ece 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2014, 2015 Ludovic Courtès ;;; Copyright © 2014 Mark H Weaver ;;; Copyright © 2015 Ricardo Wurmus +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -4

Re: Installation media requests

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
Omar Radwan writes: > Colemak is not very widely used FWIW I'm a Colemak user too. Seems we have at least 2-3 of them on Guix already. :P Taylan

Re: [PATCH] gnu: Add moreutils.

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
+++ b/gnu/packages/moreutils.scm @@ -0,0 +1,71 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms

Re: [PATCH] gnu: Add ngircd.

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
nagement for GNU ;;; Copyright © 2014 Mark H Weaver ;;; Copyright © 2014 Julien Lepiller +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,8 +37,11 @@ #:use-module (gnu packages gnutls) #:use-module (gnu packages python) #:use-mo

Re: [PATCH] gnu: Add polipo.

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
b.scm b/gnu/packages/web.scm index 7abed9d..123fece 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2014, 2015 Ludovic Courtès ;;; Copyright © 2014 Mark H Weaver ;;; Copyright © 2015 Ricardo Wurmus +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kam

Re: docbook-xsl version number in pathname (was Re: [PATCH] gnu: Add moreutils.)

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
\ gnu/packages/mp3.scm\ gnu/packages/mpi.scm\ diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm new file mode 100644 index 000..0d07456 --- /dev/null +++ b/gnu/packages/moreutils.scm @@ -0,0 +1,69 @@ +;;; GNU Guix --- Functional package management for GNU +;;

Re: [PATCH] gnu: Add ngircd.

2015-02-05 Thread Taylan Ulrich Bayırlı/Kammer
ler +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,8 +37,11 @@ #:use-module (gnu packages gnutls) #:use-module (gnu packages python) #:use-module (gnu packages perl) + #:use-module (gnu packages tcl) #:use-module (gnu packa

Re: Guix System Distribution now FSF-endorsed

2015-02-05 Thread Taylan Ulrich Bayırlı/Kammer
Daniel Pimentel writes: > In soon the Guix GSD will be in distrowatch too, I request it. This makes me worry because DistroWatch seems strongly focused on "Linux distros". Maybe it will be fine if the description states clearly what Guix System Distribution really is... (I'm aware that Trisque

Re: [PATCH] gnu: Add ngircd.

2015-02-05 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> From 34b2efd8244caf0cd16c1aa510209a54def148b7 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= >> >&g

Re: [ART] Logo proposal

2015-02-08 Thread Taylan Ulrich Bayırlı/Kammer
Luis Felipe López Acevedo writes: > Hi, > > I made some logos for Guix and GuixSD: > > * http://sirgazil.bitbucket.org/static/temp/img/guix/Guix.png > * http://sirgazil.bitbucket.org/static/temp/img/guix/GuixSD.png > > I understand if you prefer using the current Guix logo and no logo for > GuixS

[PATCH] gnu: Add libcap-ng.

2015-02-08 Thread Taylan Ulrich Bayırlı/Kammer
>From bb312c479e9f3384fc85abfa1d7be543a3cc0fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sun, 8 Feb 2015 15:45:30 +0100 Subject: [PATCH 1/2] gnu: Add libcap-ng. * gnu/packages/admin.scm (libcap-ng): New variable. --- gnu/packages/admin.scm | 28

[PATCH] gnu: Add smartmontools.

2015-02-08 Thread Taylan Ulrich Bayırlı/Kammer
>From db4d182a8da67102ef83e1e8f882a83bcaa69d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sun, 8 Feb 2015 11:26:46 +0100 Subject: [PATCH 2/2] gnu: Add smartmontools. * gnu/packages/admin.scm (smartmontools): New variable. --- gnu/packages/admin.s

Re: [PATCH] gnu: Add libcap-ng.

2015-02-08 Thread Taylan Ulrich Bayırlı/Kammer
As usual I forgot to add a copyright line. Fixed it on my side.

Re: [PATCH] gnu: Add smartmontools.

2015-02-08 Thread Taylan Ulrich Bayırlı/Kammer
This should have been in the [PATCH 0/1] [PATCH 1/1] format together with the libcap-ng one I just sent, since it builds upon that one. Also added a copyright line. Sorry about the mess!

Re: [PATCH] gnu: Add smartmontools.

2015-02-09 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver writes: > Debian claims that the license is gpl2, not gpl2+. > > Please be more careful checking licenses. Debian tends to be very > thorough about this, so a good method is to find the package on Debian, > e.g. , select the appropriate > p

[PATCH] gnu: Add openntpd.

2015-02-09 Thread Taylan Ulrich Bayırlı/Kammer
ton ;;; Copyright © 2014, 2015 Mark H Weaver +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -61,3 +62,23 @@ computers over a network.") "http://www.eecis.udel.edu/~mills/ntp/html/copyright.html"; &q

[PATCH] gnu: Add ltrace.

2015-02-09 Thread Taylan Ulrich Bayırlı/Kammer
ver ;;; Copyright © 2015 Federico Beffa +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -670,6 +671,29 @@ images more compressible.") trace of all the system calls made by a another process/program.") (license bsd-3))) +(define-

Re: [PATCH] gnu: Add smartmontools.

2015-02-10 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver writes: > One more unrelated suggestion, while I'm at it: in the synopsis and > description, I think it would be better to write "S.M.A.R.T." rather > than "SMART". What do you think? Done. Thanks for the review. :-)

Re: [PATCH] gnu: Add openntpd.

2015-02-10 Thread Taylan Ulrich Bayırlı/Kammer
t © 2014 John Darrington ;;; Copyright © 2014, 2015 Mark H Weaver +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -61,3 +62,26 @@ computers over a network.") "http://www.eecis.udel.edu/~mills/ntp/html/copyright.html"

[PATCH] gnu: Add ECL.

2015-02-11 Thread Taylan Ulrich Bayırlı/Kammer
5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 John Darrington +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -20,13 +21,17 @@ #:use-module (gnu packages) #:use-module ((guix licenses) #:prefix

Re: [PATCH] gnu: Add ECL.

2015-02-12 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver writes: > In general, it's probably better to avoid unnecessary rearrangements > like this, since it will tend to cause conflicts when other people have > pending patches in the same module. OK, I undid that. > Our convention is to write (version-major+minor version) since it > re

Re: [PATCH] gnu: Add ECL.

2015-02-12 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Congratulations, indeed. :-) > > The intent for the ‘license’ field is mostly to describe the license of > the combined work (although apparently the intent was not crystal > clear.) > > In this case, I believe lgpl2.0+ “wins” over the other, more permissi

gnu: Add CLISP.

2015-02-12 Thread Taylan Ulrich Bayırlı/Kammer
>From 6201470b3e6c2410be7f38d8cc1cc99c3b13f0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Thu, 12 Feb 2015 22:19:52 +0100 Subject: [PATCH] gnu: Add CLISP. * gnu/packages/lisp.scm (clisp): New variable. --- gnu/packages/lisp.scm | 54 +

Re: gnu: Add CLISP.

2015-02-13 Thread Taylan Ulrich Bayırlı/Kammer
Eric Bavier writes: > Could you use a more descriptive phase name? E.g. "patch-sh-and-pwd"? > [...] > Ditto. Several other packages use "chdir" or "chdir-to-source" Done. > If you know more specifically why parallel builds fail, could you > comment on that? Race conditions, or not using $(MA

Re: gnu: Add CLISP.

2015-02-13 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver writes: > PS: It might now be possible to bootstrap sbcl from source code using > either clisp or ecl. Any takers? It's my intention to work on that next. Consider it under progress until I report success or failure. (Sometimes the work seems overwhelming and frustrates me;

[PATCH] gnu: Add SBCL.

2015-02-14 Thread Taylan Ulrich Bayırlı/Kammer
This wasn't as difficult as I feared but still caused some difficulties. Most notably, the sb-executable module has been patched in such a way that the executables it generates are only guaranteed work as long as you still have the SBCL package which generated them in your store. After it's garbag

Re: [PATCH] gnu: Add SBCL.

2015-02-14 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver writes: > This is generally how things work in Guix. Similarly, when you compile > a C program on Guix, the resulting executable depends on the precise > dynamic linker and shared libraries linked in, and will fail if those > are garbage collected. The solution is to either build

[PATCH] gnu: Add CCL.

2015-02-15 Thread Taylan Ulrich Bayırlı/Kammer
This uses a precompiled lisp heap image, which cannot be generated without already having another version of itself (not even another CL implementation), so it's perfect breeding ground for a Thompson hack. :-) I've been told to wait for Ludovic's input on whether the package is acceptable, due to

Re: [ART] Website mockup

2015-02-16 Thread Taylan Ulrich Bayırlı/Kammer
Luis Felipe López Acevedo writes: > Hi, > > Here is a mockup for the website: > > http://sirgazil.bitbucket.org/static/temp/img/guix/home-black-header.png > > And some variants with white and yellow headers: > > http://sirgazil.bitbucket.org/static/temp/img/guix/home-white-header.png > > http://s

Re: [ART] Updated GRUB background with GuixSD logo

2015-02-16 Thread Taylan Ulrich Bayırlı/Kammer
Luis Felipe López Acevedo writes: > I think that the gradients that give the illusion of twist are still a > bit hard to see. So here is variant C with retouched gradients: > > http://sirgazil.bitbucket.org/static/temp/img/guixsd/C-grub-retouched-twist.png > > I think it looks better. But here is

[PATCH] gnu: Add gambc.

2015-02-16 Thread Taylan Ulrich Bayırlı/Kammer
GNU ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -21,6 +22,7 @@ #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix utils) #:

[PATCH] gnu: Add chibi.

2015-02-16 Thread Taylan Ulrich Bayırlı/Kammer
>From 63935e1d748ab468792a064c291c3677b3de1312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Mon, 16 Feb 2015 21:58:36 +0100 Subject: [PATCH] gnu: Add chibi. * gnu/packages/scheme.scm (chibi): New variable. --- gnu/packages/scheme.scm | 35 +

Re: [PATCH] gnu: Add gambc.

2015-02-17 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > Hello, > > On Mon, Feb 16, 2015 at 07:57:49PM -0500, Mark H Weaver wrote: >> I think the name of the package and variable should be 'gambit-c'. I >> know that Debian calls it 'gambc', but Parabola and Fedora both call it >> 'gambit-c', and IMO that's much more readable. >

Re: [PATCH] gnu: Add gambc.

2015-02-17 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > All in all, I think that all three package names "gambc", "gambit" and > "gambit-c" are defendable. "Gambit" would have been best I guess but then there's another program of that name, , which is probably the reason package r

Add sysfsutils, cpufrequtils

2015-02-18 Thread Taylan Ulrich Bayırlı/Kammer
I was going to send this as a patch sequence with git-send-email, but we seem to be lacking the necessary Perl modules. :-) >From a2edf2d2cec85d02e3a3848499706544be0e0961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Wed, 18 Feb 2015 21:20:38 +0100 S

[PATCH] gnu: Add exim.

2015-02-19 Thread Taylan Ulrich Bayırlı/Kammer
Sou Bunnbu ;;; Copyright © 2014 Julien Lepiller +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -46,6 +47,7 @@ #:use-module (gnu packages databases) #:use-module (gnu packages ncurses) #:use-module (gnu packages openssl) + #:use-module (

Re: [PATCH] gnu: Add exim.

2015-02-19 Thread Taylan Ulrich Bayırlı/Kammer
@@ -4,6 +4,7 @@ ;;; Copyright © 2014 Ian Denhardt ;;; Copyright © 2014 Sou Bunnbu ;;; Copyright © 2014 Julien Lepiller +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -46,6 +47,7 @@ #:use-module (gnu packages databases) #:use-module (gnu pac

[PATCH] gnu: vamp: Delete broken files from output.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
This bit me while building Audacity. (Bunch of patches coming soon!) >From 13f91105c99dda0b8d68b3db2f08149326276eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sat, 21 Feb 2015 16:37:46 +0100 Subject: [PATCH 1/9] gnu: vamp: Delete broken files fro

[PATCH] gnu: ecl: Update to version 15.2.21.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
>From 33e2fa3853b067ff46513b58a485fef53c1f406b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sat, 21 Feb 2015 22:28:45 +0100 Subject: [PATCH] gnu: ecl: Update to version 15.2.21. * gnu/packages/lisp.scm (ecl): Update to version 15.2.21, and disable t

[PATCH] gnu: Add libmspack.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
015 Ludovic Courtès ;;; Copyright © 2013 Andreas Enge ;;; Copyright © 2014 Mark H Weaver +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -324,3 +325,21 @@ processed by a Bourne-type shell to unpack the original collection of files. This package

[PATCH] gnu: Add wxwidgets.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm new file mode 100644 index 000..2b56122 --- /dev/null +++ b/gnu/packages/wxwidgets.scm @@ -0,0 +1,105 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer +;;; +;;; This file is part of

[PATCH] gnu: Add libsbsms.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
GNU ;;; Copyright © 2015 Ricardo Wurmus +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -42,6 +43,7 @@ #:use-module (gnu packages readline) #:use-module (gnu packages xiph) #:use-module (gnu packages xml) + #:use-module (gnu packages autoto

Re: [PATCH] gnu: Add libsbsms.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Ricardo Wurmus +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; ;;; This file is part of GNU Guix. ;;; @@ -42,6 +43,7 @@ #:use-module (gnu packages readline) #:use-module (gnu packages xiph) #:

[PATCH] gnu: Add soundtouch.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
>From 78cad66d5bb8dd5b4e46595574a4e58ce68d7849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 21:44:57 +0100 Subject: [PATCH 5/9] gnu: Add soundtouch. * gnu/packages/audio.scm (soundtouch): New variable. --- gnu/packages/audio.scm |

[PATCH] gnu: Add soxr.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
>From e8b071012332bdb146fdfef8a7f8510b2d02cce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 21:49:03 +0100 Subject: [PATCH 6/9] gnu: Add soxr. * gnu/packages/audio.scm (soxr): New variable. --- gnu/packages/audio.scm | 41 +

[PATCH] gnu: Add twolame.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
>From ad7a15b990eb340bd491b99eb70e36675d277b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 21:51:09 +0100 Subject: [PATCH 7/9] gnu: Add twolame. * gnu/packages/audio.scm (twolame): New variable. --- gnu/packages/audio.scm | 26 +++

[PATCH] gnu: Add portaudio.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
>From fd615fa66ba26b1b3195670489a64f7f3b404401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 21:51:49 +0100 Subject: [PATCH 8/9] gnu: Add portaudio. * gnu/packages/audio.scm (portaudio): New variable. --- gnu/packages/audio.scm | 29

[PATCH] gnu: Add audacity.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
Several weird issues with this one: - It tries to find libid3tag and libmad via pkg-config even though they don't install .pc files. Perhaps we can generate them manually in the install phase of those packages, or maybe they just don't get installed due to a bug. Perhaps they just need 'pk

Re: [PATCH] gnu: Add soundtouch.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
David Thompson writes: > Is the 'begin' form necessary here? Also, when substituting a single > file, you can just pass a string instead of a list of strings. > > (and > (zero? (system* "sh" "bootstrap")) > (substitute* "configure" >(("/usr/bin/file") "file"))) Since phase

Re: [PATCH] gnu: ecl: Update to version 15.2.21.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver writes: > Did they fix parallel builds upstream? Apparently (or supposedly, see below) it was fixed upstream some time, and there was just no release in a long time: http://sourceforge.net/p/ecls/bugs/98/ User "jackdaniel" is apparently the new maintainer, and the project will be

Re: [PATCH] gnu: ecl: Update to version 15.2.21.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver writes: > Did they fix parallel builds upstream? Apparently (or supposedly, see below) it was fixed upstream some time, and there was just no release in a long time: http://sourceforge.net/p/ecls/bugs/98/ User "jackdaniel" is apparently the new maintainer, and the project will be

Re: [PATCH] gnu: ecl: Update to version 15.2.21.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
Here's an updated patch for my proposal in my last e-mail. >From 1ecd96ab33df9809786f01730a6bf531e56c6dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sat, 21 Feb 2015 22:28:45 +0100 Subject: [PATCH] gnu: ecl: Update to version 15.2.21. * gnu/packa

Re: [PATCH] gnu: Add libmspack.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
David Thompson writes: >> +(define-public libmspack >> + (package >> +(name "libmspack") >> +(version "0.5") >> +(source >> + (origin >> + (method url-fetch) >> + (uri (string-append >> "http://www.cabextract.org.uk/libmspack/libmspack-"; >> +

Re: [PATCH] gnu: Add libmspack.

2015-02-22 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > Hello, > > On Sun, Feb 22, 2015 at 02:34:18AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: >> David Thompson writes: >> > Perhaps "alpha" should be part of the version? >> I'm not sure, but I doubt there will be a "0.5beta&

Re: [PATCH] gnu: Add soxr.

2015-02-22 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > looking at the more or less trivial file "go", I think you had better use > our cmake build system (and drop the explicit cmake input). I tried it and > it worked: > > (define-public soxr > (package > (name "soxr") > (version "0.1.1") > (source > (origin

Re: [PATCH] gnu: Add twolame.

2015-02-22 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: >> + ("which" ,which))) > > What is this needed for? Maybe add a little comment as it is rather > unusual. I noticed that occasionally some ./configure scripts will say "which: command not found" and in that case I add it. I didn't look into what difference it makes t

Re: [PATCH] gnu: Add wxwidgets.

2015-02-23 Thread Taylan Ulrich Bayırlı/Kammer
xiph.scm\ gnu/packages/xml.scm\ diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm new file mode 100644 index 000..5406aed --- /dev/null +++ b/gnu/packages/wxwidgets.scm @@ -0,0 +1,97 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Tayla

Re: [PATCH] gnu: Add twolame.

2015-02-23 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > On Sun, Feb 22, 2015 at 01:18:25PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: >> I noticed that occasionally some ./configure scripts will say "which: >> command not found" and in that case I add it. I didn't look into what >> differen

Re: [PATCH] gnu: Add CCL.

2015-02-23 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: >> +(license (list license:lgpl2.1 >> + license:clarified-artistic ;TRIVIAL-LDAP package > > TRIVIAL-LDAP? Just the name of some CL package. Thanks for the review; pushed with the change you requested. Taylan

Re: [PATCH] gnu: Add libsbsms.

2015-02-24 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: >> From 7aed4cd0b6bd365e31fe5fb6de1c7249ca300e15 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Fri, 20 Feb 2015 21:42:48 +0100 > Subject: [PATCH 4/9]

Re: [PATCH] gnu: Add soundtouch.

2015-02-24 Thread Taylan Ulrich Bayırlı/Kammer
Here's an updated patch with David's feedback to gently bump the thread. :-) Will push if nobody has objections. >From d7ad03f88923b340357c929e438963e59f88ad24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 21:44:57 +0100 Subject: [

Re: [PATCH] gnu: Add twolame.

2015-02-24 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > On Mon, Feb 23, 2015 at 10:42:35PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: >> Other than that, we could modify that file to remove that check, knowing >> that `sndfile-convert' is there, since the inputs have `libsndfile'. >> Should we g

Re: [PATCH] gnu: Add libsbsms.

2015-02-24 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: >> +(lambda* (#:key inputs #:allow-other-keys) >> + ;; Originally a symlink to >> '/usr/local/share/automake-1.12/ar-lib'. >> + (delete-file "ar-lib") >> + (symlink >> + (string-append (assoc-ref inputs "automake"

ffmpeg patches

2015-02-25 Thread Taylan Ulrich Bayırlı/Kammer
These are fairly trivial but: - Please verify the commit message style. - The second adds a (gnu packages audio) import to (gnu packages video), which makes sense I think because video media usually contains audio, but in my Audacity patch I had added (gnu packages video) to (gnu packages a

Re: Some macros to make package definitions prettier

2015-02-25 Thread Taylan Ulrich Bayırlı/Kammer
"Thompson, David" writes: > On Wed, Feb 25, 2015 at 12:04 PM, Thompson, David > wrote: > >> I understand the temptation to name it 'modify-phases', but since this >> macro applies to any alist, I think 'modify-alist' or something with >> "alist" in the name would be more appropriate. > > Looking

Re: [ART] Website mockup rev2

2015-02-26 Thread Taylan Ulrich Bayırlı/Kammer
David Thompson writes: > It would be a shame to use a static site generator that isn't written > in Guile. However, there isn't an available solution and my efforts to > write one (along with a Markdown parser) haven't produced anything > usable as of now. For what it's worth, I have a tiny '(ht

Re: Some macros to make package definitions prettier

2015-02-26 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> (modify-phases '((foo . 0) (bar . 1) (baz . 2)) >> (delete foo) >> (replace bar 'x) >> (add-before baz pre-baz 'y)) ;=>

Re: [PATCH] gnu: ecl: Update to version 15.2.21.

2015-03-01 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > Here's an updated patch for my proposal in my last e-mail. > [...] I went ahead and pushed a slightly edited version of that. Taylan

Re: Python ignores pth files?

2015-03-01 Thread Taylan Ulrich Bayırlı/Kammer
Ricardo Wurmus writes: > pygtk and pygobject both come with .pth files that instruct Python to > check out the "gtk-2.0" subdirectory, yet these files are seemingly > ignored as (according to strace) Python makes no attempt to look inside > the declared subdirectories when Solfege starts up. I h

  1   2   3   4   >