Add tokyocabinet, Add databases to neomutt

2017-02-11 Thread contact . ng0
[PATCH 1/2] gnu: Add tokyocabinet. Pretty straight forward, just adds the database. [PATCH 2/2] gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'. Adds the lmdb and tokyocabinet as two more choices of database backends to neomutt. This is not a problem for neomutt as multiple backends can

[PATCH 1/2] gnu: Add tokyocabinet.

2017-02-11 Thread contact . ng0
From: ng0 * gnu/packages/databases.scm (tokyocabinet): New variable. --- gnu/packages/databases.scm | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 39287efd9..4df437fa1 100644 ---

[PATCH 2/2] gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'.

2017-02-11 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (neomutt)[configure]: Add '--with-tokyocabinet' and '--with-lmdb'. [inputs]: Add 'lmdb' and 'tokyocabinet'. --- gnu/packages/mail.scm | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index a

Add .desktop files to urxvt (fixes bug #23106)

2017-02-11 Thread contact . ng0
[PATCH] gnu: rxvt-unicode: Add '.desktop' files. This patch fixes bug #23106.

[PATCH] gnu: rxvt-unicode: Add '.desktop' files.

2017-02-11 Thread contact . ng0
From: ng0 This fixes . * gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: Use 'modify-phases'. Add 'install-desktop-urxvt' and 'install-desktop-urxvtc' phase. --- gnu/packages/xdisorg.scm | 43 +-- 1 file changed, 41 inserti

base: Update grep + sed to latest stable.

2017-02-11 Thread contact . ng0
the hurd patch in sed was upstreamed, it is now obsolete.

[PATCH 1/2] gnu: grep: Update to 3.0.

2017-02-11 Thread contact . ng0
From: ng0 * gnu/packages/base.scm (grep): Update to 3.0. --- gnu/packages/base.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index c75e03828..dc11b1a32 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -

[PATCH 2/2] gnu: sed: Update to 4.4.

2017-02-11 Thread contact . ng0
From: ng0 * gnu/packages/base.scm (sed): Update to 4.4. [source]: Change to "tar.xz" source, remove obsolete patch 'sed-hurd-path-max.patch'. * gnu/packages/patches/sed-hurd-path-max.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk

[PATCH 3/5] gnu: Add libsmf.

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/music.scm (libsmf): New variable. --- gnu/packages/music.scm | 49 + 1 file changed, 49 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b8b97eb14..ce874ac43 100644 --- a/gnu/packages/music.

[PATCH 5/5] gnu: libextractor: Move .a files to output "static".

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Move .a files to "static" output. [arguments](phases): New phase for moving .a files to output "static". --- gnu/packages/gnunet.scm | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnunet.scm

[PATCH 1/5] gnu: Add libmp4v2.

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/video.scm (libmp4v2): New variable. --- gnu/packages/video.scm | 63 +- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d6c62c73c..9c522ee44 100644 --- a/g

[PATCH 4/5] gnu: libextractor: Add dependencies.

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Add dependencies: tidy-html, libmp4v2, libsmf, bzip2. [arguments](configure-flags): Add "--with-libtidy". * Adjust the FIXME comment section accordingly. --- gnu/packages/gnunet.scm | 17 +++-- 1 file changed, 11 insertions(+), 6 de

libextractor changes, v2

2017-02-09 Thread contact . ng0
Changes to description, synopsis, phases, etc addressed.

[PATCH 2/5] gnu: Add tidy-html.

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (tidy-html): New variable. --- gnu/packages/web.scm | 50 +- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 8cc80a2c4..4d138b79f 100644 --- a/gnu/pack

[PATCH 5/9] gnu: Add python-pysocks.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pysocks): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e8d1c5697..9c3a031e1 100644 --- a/gnu/packages/python.scm +++ b/gn

[PATCH 6/9] gnu: Add python-pytest-httpbin-0.0.7.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest-httpbin-0.0.7): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9c3a031e1..7bdd371b5 100644 --- a/gnu/packages/python.

[PATCH 2/9] gnu: Add python-gunicorn.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (python-gunicorn): New variable. --- gnu/packages/web.scm | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 8cc80a2c4..1803f58e9 100644 --- a/gnu/packages/web.scm +++

[PATCH 3/9] gnu: Add python-httpbin.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (python-httpbin): New variable. --- gnu/packages/web.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1803f58e9..244672c9d 100644 --- a/gnu/packages/web.scm +++ b/gnu/pac

[PATCH 8/9] gnu: python-requests: Update to 2.12.4.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-requests): Update to 2.12.4. --- gnu/packages/python.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a4179a67a..6ad40dfde 100644 --- a/gnu/packages/python.scm +++ b/

[PATCH 4/9] gnu: Add python-pytest-httpbin.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest-httpbin): New variable. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5b4d2b09c..e8d1c5697 100644 --- a/gnu/packages/python.

Some searx requirements

2017-02-04 Thread contact . ng0
These come from a branch so old I just had to start from from scratch again. While I was at it, I saw some of them were being added to a new python branch, but I can't filter that out and rebase against a moving-target branch. I'm trying to get searx to work again, patches should work on their ow

[PATCH 7/9] gnu: python-pytest: Update to 3.0.5.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest): Update to 3.0.5. [source]: Use "pypi-uri". --- gnu/packages/python.scm | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7bdd371b5..a4179a67a 100644 --- a/gnu/p

[PATCH 9/9] gnu: python-requests: Add python-pysocks to propagated-inputs.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-requests)[propagated-inputs]: Add python-pysocks. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6ad40dfde..4d3b5e997 100644 --- a/gnu/packages/python.scm +++ b

[PATCH 1/9] gnu: python-dateutils-2: Update to 2.5.3.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-dateutils-2): Update to 2.5.3. --- gnu/packages/python.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d53eea189..5b4d2b09c 100644 --- a/gnu/packages/python.scm +++ b

[PATCH] gnu: Add emacs-dream-theme.

2017-02-03 Thread contact . ng0
From: ng0 * gnu/packages/emacs.scm (emacs-dream-theme): New variable. --- gnu/packages/emacs.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index dfdf32496..04ac96e33 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/

Add emacs-dream-theme

2017-02-03 Thread contact . ng0
There are no releases, and I don't know how/if there are certain expectations about themes. If loading them just via (require 'dream) is not normal, should it be mentioned in the description? See http://www.djcbsoftware.nl/dot-emacs.html for an example.

[PATCH 1/2] gnu: Add python-lz4.

2017-02-03 Thread contact . ng0
From: ng0 * gnu/packages/compression.scm (python-lz4): New variable. --- gnu/packages/compression.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 73a35030e..64518fb6b 100644 --- a/gnu/packages

[PATCH 2/2] gnu: Add python-lzo.

2017-02-03 Thread contact . ng0
From: ng0 * gnu/packages/compression.scm (python-lzo): New variable. Co-authored-by: Danny Milosavljevic --- gnu/packages/compression.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm inde

python-{lzo,lz4} ,v3

2017-02-03 Thread contact . ng0
Applied the fixes as discussed in the previous email. I'm not sure which parts Danny contributed back then, so I leave the name in co-authored-by.

[PATCH 2/2] gnu: Add python-lzo.

2017-02-02 Thread contact . ng0
From: ng0 * gnu/packages/compression.scm (python-lzo): New variable. Co-authored-by: Danny Milosavljevic --- gnu/packages/compression.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index

LZ4 + LZO python bindings

2017-02-02 Thread contact . ng0
This adds python-lz4 and python-lzo, received some QA/review back in september. I rebased and applied changes for the current (new) python build-system.

[PATCH 1/2] gnu: Add python-lz4.

2017-02-02 Thread contact . ng0
From: ng0 * gnu/packages/compression.scm (python-lz4): New variable. --- gnu/packages/compression.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 73a35030e..64518fb6b 100644 --- a/gnu/packages

no-more-secrets, v2

2017-02-02 Thread contact . ng0
Moved from art.scm to games.scm

[PATCH] gnu: Add no-more-secrets.

2017-02-02 Thread contact . ng0
From: ng0 * gnu/packages/games.scm (no-more-secrets): New variable. --- gnu/packages/games.scm | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 98a4d6901..c3514feac 100644 --- a/gnu/pa

[PATCH] gnu: mumble: Add 'murmur' output.

2017-02-01 Thread contact . ng0
From: ng0 * gnu/packages/telephony.scm (mumble): Add new output 'murmur'. [arguments]: Add "no-ice" to config phase. --- gnu/packages/telephony.scm | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm inde

Add murmur.

2017-02-01 Thread contact . ng0
This patch adds an proposed change to mumble, murmur as an output. Murmur is the server of mumble. I tried to use an inherit package first, but the amount of code for the minor difference between mumble and murmur is not worth the length of a new package. I'm not sure it murmurd needs the "/lib"

[PATCH] gnu: Add emacs-pretty-mode.

2017-02-01 Thread contact . ng0
From: ng0 * gnu/packages/emacs.scm (emacs-pretty-mode): New variable. --- gnu/packages/emacs.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index df7f7869d..a51b5de1d 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/p

emacs-pretty-mode.

2017-02-01 Thread contact . ng0
This adds pretty-mode for emacs, a minor mode to redisplay parts of the buffer with pretty unicode.

No-more-secrets.

2017-01-31 Thread contact . ng0
This patch adds no-more-secrets to the new (gnu packages art) module.

[PATCH] gnu: Add no-more-secrets.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/art.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add art. --- gnu/local.mk | 1 + gnu/packages/art.scm | 62 2 files changed, 63 insertions(+) create mode 100644 gnu/packages/art.scm diff --git a/gnu/

[PATCH 2/3] gnu: Add wlc.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (wlc): New variable. --- gnu/packages/wm.scm | 53 + 1 file changed, 53 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index aec1ed139..8d3c1ca6b 100644 --- a/gnu/packages/wm.scm +++ b/gnu/

Sway - a wayland i3 compatible compositor [RFC]

2017-01-31 Thread contact . ng0
Right now I'm stuck at the manpage generation of sway, the dependencies are alright. Error message below. Help is welcome :) -- Configuring done -- Generating done -- Build files have been written to: /tmp/guix-build-sway-0.11.drv-0/build phase `configure' succeeded after 2.8 seconds starting ph

[PATCH 1/3] gnu: Add chck.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (chck): New variable. --- gnu/packages/wm.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8612867f4..aec1ed139 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@

[PATCH 3/3] gnu: Add sway.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (sway): New variable. --- gnu/packages/wm.scm | 56 + 1 file changed, 56 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8d3c1ca6b..97e96f2e9 100644 --- a/gnu/packages/wm.scm +++ b/gnu

[PATCH] gnu: Add sedsed.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/admin.scm (sedsed): New variable. --- gnu/packages/admin.scm | 65 +- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 96aececbb..e865b36db 100644 --- a/gnu

sedsed, v2

2017-01-31 Thread contact . ng0
Change: indendation fix.

[PATCH] gnu: Add sedsed.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/admin.scm (sedsed): New variable. --- gnu/packages/admin.scm | 65 +- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 96aececbb..bb69a9df1 100644 --- a/gnu

Sedsed

2017-01-31 Thread contact . ng0
This adds a package from my 'packages' repository. I have it in use for a while now, so the "it works" factor is covered.

[PATCH 5/5] gnu: libextractor: Move .a files to output "static".

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Move .a files to "static" output. [arguments](phases): New phase for moving .a files to output "static". --- gnu/packages/gnunet.scm | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnunet.scm

[PATCH 3/5] gnu: Add libsmf.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/music.scm (libsmf): New variable. --- gnu/packages/music.scm | 49 + 1 file changed, 49 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b8b97eb14..ce874ac43 100644 --- a/gnu/packages/music.

[PATCH 4/5] gnu: libextractor: Add dependencies.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Add dependencies: tidy-html, libmp4v2, libsmf, bzip2. [arguments](configure-flags): Add "--with-libtidy". * Adjust the FIXME comment section accordingly. --- gnu/packages/gnunet.scm | 17 +++-- 1 file changed, 11 insertions(+), 6 de

[PATCH 1/5] gnu: Add libmp4v2.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/video.scm (libmp4v2): New variable. --- gnu/packages/video.scm | 56 +- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8ba229e58..601364fdf 100644 --- a/g

libextractor dependencies: libmp4v2, tidy-html, libsmf.

2017-01-31 Thread contact . ng0
[PATCH 1/5] gnu: Add libmp4v2. Take a look at the included XXX note I wrote. [PATCH 2/5] gnu: Add tidy-html. [PATCH 3/5] gnu: Add libsmf. [PATCH 4/5] gnu: libextractor: Add dependencies. Add the 3 missing dependencies. [PATCH 5/5] gnu: libextractor: Move .a files to output "static". Size justi

[PATCH 2/5] gnu: Add tidy-html.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (tidy-html): New variable. --- gnu/packages/web.scm | 51 ++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..8a29eead1 100644 --- a/gnu/pac

[PATCH] gnu: Add blists.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (blists): New variable. --- gnu/packages/mail.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index b17af4043..ad09f1e7b 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packa

Mail: BLISTS.

2017-01-31 Thread contact . ng0
This patch adds blists, as used by http://lists.openwall.net/ According to http://www.openwall.com/blists/ and its README it should just work.

[PATCH 3/7] gnu: Add python2-ruamel.ordereddict

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python2-ruamel.ordereddict): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f6516d26b..cef9d2a8c 100644 --- a/gnu/packages/pyt

[PATCH 7/7] gnu: Add tinycm.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (tinycm): New variable. --- gnu/packages/web.scm | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..465e1ea8f 100644 --- a/gnu/packages/web.scm +++

[PATCH 6/7] gnu: Add python-ruamel.yaml.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-ruamel.yaml): New variable. --- gnu/packages/python.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 285207543..583f57b6f 100644 --- a/gnu/packages/pyth

[PATCH 2/7] gnu: Add python-colorlog.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-colorlog): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 58222be4d..f6516d26b 100644 --- a/gnu/packages/python.scm +++

[PATCH 1/7] gnu: Add python-boolexp.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-boolexp): New variable. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..58222be4d 100644 --- a/gnu/packages/python.scm +++

tinycm.

2017-01-31 Thread contact . ng0
This patch series must have been forgotten. Leo wrote on 2016-09-25: LGTM. I will probably make some minor edits to the description. Meanwhile updates probably have been released on all of these python packages, but I'm deleting the branch now. This has been rebased on master and besides the de

[PATCH 4/7] gnu: Add python-distro.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-distro): New variable. --- gnu/packages/python.scm | 40 +++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cef9d2a8c..88762a412 100644 --- a/gn

[PATCH 5/7] gnu: Add python-typing.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-typing): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 88762a412..285207543 100644 --- a/gnu/packages/python.scm +++ b/

Fix the reducelcs license

2017-01-31 Thread contact . ng0
If I am not wrong: When no "Version 3 only" is specified, it is always "and later".

[PATCH] gnu: reducelcs: Correct license.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/maths.scm (reducelcs)[license]: No explicit "Version 3 only" is specified so the license must be GPL3+. --- gnu/packages/maths.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 11b81814a..ddea2

[PATCH] gnu: Add krita.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/graphics.scm (krita): New variable. --- gnu/packages/graphics.scm | 80 +++ 1 file changed, 80 insertions(+) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index b55285707..fec4bb491 100644 --- a/gnu/packag

Krita

2017-01-30 Thread contact . ng0
I'm not sure if someone was/is working on this, but here's a patch you can use as a start. I could probably fix it, but I drop work on this. Here's the error to get you started on fixing it: -- Using CMake version: 3.6.1 -- Krita version: 3.0 Module path:/tmp/guix-build-krita-3.0.drv-0/krita-3.0

[PATCH] gnu: Add evolution.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/gnome.scm (evolution): New variable. --- gnu/packages/gnome.scm | 92 +- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f6f7aae69..3cc6cbd7a 100644 --- a/

GNOME evolution, a start.

2017-01-30 Thread contact . ng0
checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking for Win32... no checking for nl_langinfo... yes checking for nl_langinfo (_NL_MEASUREMENT_MEASUREMENT)... yes checking for GNOME_PLATFORM... yes checking for GNOME_DESKTOP... yes checking for EVOLUTION_DA

[PATCH] gnu: Add supercollider.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/music.scm (supercollider): New variable. --- gnu/packages/music.scm | 77 ++ 1 file changed, 77 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b8b97eb14..3b4d5f320 100644 --- a/gnu/package

supercollider.

2017-01-30 Thread contact . ng0
I'm dropping this package. In case anyone wants to work on it, It fails at 75% when building libsupernova or what it was named. This has been rebased on master, so it will apply (for now).

[PATCH] gnu: Add python-pykka.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pykka): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..65d7885b6 100644 --- a/gnu/packages/python.scm +++ b/gn

python-pykka.

2017-01-30 Thread contact . ng0
This adds python-pykka. Someone needs to check the testsuite if you really want it to pass. This used to be in a branch as a dependency for mopidy. https://www.mopidy.com/ I can finish small details, but I will not debug the testsuite. I will keep this package until end of february, then I will de

[PATCH 4/6] gnu: Add python-django-gravatar2.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-gravatar2): New variable. --- gnu/packages/django.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 91eaf52e2..446f32bde 100644 --- a/gnu/packages/django.scm

[PATCH 5/6] gnu: Add python-django-mailman3.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (python-django-mailman3): New variable. --- gnu/packages/mail.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index b17af4043..76c0078a8 100644 --- a/gnu/packages/mail

[PATCH 6/6] gnu: Add postorius.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (postorius): New variable. --- gnu/packages/mail.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 76c0078a8..2ad2c2d1f 100644 --- a/gnu/packages/mail.scm +++ b/gnu/package

[PATCH 3/6] gnu: Add python-django-allauth.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-allauth): New variable. --- gnu/packages/django.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 9a3c66c45..91eaf52e2 100644 --- a/gnu/packages/django

[PATCH 1/6] gnu: Add python-defusedxml.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/xml.scm (python-defusedxml): New variable. --- gnu/packages/xml.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 32b658489..8ee46ff71 100644 --- a/gnu/packages/xml.scm +++ b/

postorius, v2

2017-01-30 Thread contact . ng0
Changes: Applied what has been previously pointed out by Harmut. Changed copyright headers.

[PATCH 2/6] gnu: Add python-openid.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-openid): New variable. --- gnu/packages/python.scm | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..e4f9e32d7 100644 --- a/gnu/packages/p

reducelcs, v3

2017-01-29 Thread contact . ng0
Fixed: home-page, license, moved to (gnu packages maths).

[PATCH] gnu: Add reducelcs.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/maths.scm (reducelcs): New variable. --- gnu/packages/maths.scm | 45 + 1 file changed, 45 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index fbf0f6a54..e939430d5 100644 --- a/gnu/packages/maths.s

[PATCH 1/6] gnu: Add python-defusedxml.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/xml.scm (python-defusedxml): New variable. --- gnu/packages/xml.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 32b658489..622569e40 100644 --- a/gnu/packages/xml.scm +++ b/

[PATCH 3/6] gnu: Add python-django-allauth.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-allauth): New variable. --- gnu/packages/django.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 9a3c66c45..055bed4a6 100644 --- a/gnu/packages/django

[PATCH 5/6] gnu: Add python-django-mailman3.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (python-django-mailman3): New variable. --- gnu/packages/mail.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index b17af4043..76c0078a8 100644 --- a/gnu/packages/mail

[PATCH 6/6] gnu: Add postorius.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (postorius): New variable. --- gnu/packages/mail.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 76c0078a8..ebddffdb4 100644 --- a/gnu/packages/mail.scm +++ b/gnu/package

Mailman3 frontend number one: postorius.

2017-01-29 Thread contact . ng0
I've changed postorius to use python-2 only, but maybe I am wrong again. Harmut have sent me this link and paste from it some days ago: Maybe only a fully functional Mailman-service will show wether this is wrong or right, but

[PATCH 4/6] gnu: Add python-django-gravatar2.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-gravatar2): New variable. --- gnu/packages/django.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 055bed4a6..a5289e716 100644 --- a/gnu/packages/django.scm

[PATCH 2/6] gnu: Add python-openid.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-openid): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..2c7da5e51 100644 --- a/gnu/packages/python.scm +++ b/g

[PATCH] gnu: Add catimg.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/image-viewers.scm (catimg): New variable. --- gnu/packages/image-viewers.scm | 59 ++ 1 file changed, 59 insertions(+) diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index bc56041f8..05d39ba87 100644

imgcat, v2.

2017-01-29 Thread contact . ng0
Fixed name in commit, edited the comments to clarify the not-obvious phases.

[RFC] debbugs, v2

2017-01-27 Thread contact . ng0
Request for comments: Debbugs package. It's still a bit rough, but better than last year. I wonder about the folder "Debbugs" in the distributed tarball. This holds perlmodules, but they aren't installed with by Makefile. Should we just give it a go like this, or should I ask upstream what's up

[PATCH] gnu: Add debbugs.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/debbugs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/debbugs.scm | 121 +++ 2 files changed, 122 insertions(+) create mode 100644 gnu/packages/debbugs.scm diff

[PATCH 2/2] gnu: Add hiawatha.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (hiawatha): New variable. --- gnu/packages/web.scm | 57 +++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..48f1f867d 100644 --- a/gnu/pac

Add: mbedtls (v3), and hiawatha

2017-01-27 Thread contact . ng0
Hi, this adds mbedtls with hiawatha as an application using it. As hiawatha is a webserver, we'll need a short service to make it usable but this was the reason I packaged mbedtls. Changes: "mbedtls" was renamed to "mbedtls-apache": This is prefered upstream variant, and also the version hiawa

[PATCH 1/2] gnu: Add mbedtls-apache.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/tls.scm (mbedtls-apache): New variable. --- gnu/packages/tls.scm | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index c3f2d9ba1..11a4fe496 100644 --- a/gnu/packages/tls.scm +

mbedtls, v2

2017-01-26 Thread contact . ng0
It really seems to require perl only. Fixed the download, removed the unnecessary inputs.

[PATCH 1/2] gnu: Add mbedtls.

2017-01-26 Thread contact . ng0
From: ng0 * gnu/packages/tls.scm (mbedtls): New variable. --- gnu/packages/tls.scm | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 1198eb7d0..4da442a1d 100644 --- a/gnu/packages/tls.scm +++ b/gnu/

[PATCH 1/2] gnu: Add mbedtls.

2017-01-25 Thread contact . ng0
From: ng0 * gnu/packages/tls.scm (mbedtls): New variable. --- gnu/packages/tls.scm | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 1198eb7d0..aa6837f78 100644 --- a/gnu/packages/tls.scm +++

  1   2   >