Commit Graph

28781 Commits

Author SHA1 Message Date
Gergely Risko
05fd8db379 Update timeplot to 1.0.22 to fix building with Chart-1.0 2013-09-02 11:36:54 +02:00
Bjørn Forsman
b7d4c94d52 unoconv: new package
unoconv is a tool that converts between any document format supported by
LibreOffice/OpenOffice.

Example of how to convert an .odt file to .pdf:
  unoconv -f pdf some-file.odt

Homepage: http://dag.wieers.com/home-made/unoconv/

Implementation notes:
unoconv must use the same python version as libreoffice (unless it will
not be able to load the pyuno module from libreoffice). And because we
recently switched to libreoffice 4.x, which uses python3, I had to
include unoconv-python3.patch. The patch comes from upstream unoconv.git
repo, so it will be included in the next release.
2013-09-02 07:11:58 +02:00
Evgeny Egorochkin
c56e869d95 Merge pull request #898 from danieroux/upgrade-zsh-5.0.2
zsh: Upgrade to 5.0.2
2013-09-01 14:09:16 -07:00
Peter Simons
fe273e8965 Revert "backup tools bup, storeBackup: implement sanity check" on behalf of Marc.
This reverts commit c823bc37d6b50dcd4e183963922da829a193f0d7. The
newly added test case needs more work to succeed on Hydra. See
<http://permalink.gmane.org/gmane.linux.distributions.nixos/11382>
for further details.
2013-09-01 21:32:40 +02:00
Domen Kožar
43f965f50e libreoffice: correct python version 2013-09-01 20:00:48 +02:00
Domen Kožar
91e98c269f libreoffice: specify number of build cores 2013-09-01 19:56:02 +02:00
Domen Kožar
5e8fbb3dc4 libreoffice: correctly pick python executable 2013-09-01 19:56:01 +02:00
Danie Roux
63a2b95c21 zsh: Upgrade to 5.0.2 2013-09-01 16:46:21 +02:00
Evgeny Egorochkin
1380ca3e57 Merge pull request #897 from danieroux/emacs24-nox
emacs24: Let -nox be a whole lot less X than it was
2013-09-01 07:44:38 -07:00
Danie Roux
fcd9904be6 emacs24: Let -nox be a whole lot less X than it was
--with-x-toolkit=no still wants to -lX11 when checking for ncurses
2013-09-01 16:30:32 +02:00
Bjørn Forsman
8a9999e2bb aspell: add Norwegian dictionaries (Bokmal and Nynorsk) 2013-09-01 15:57:28 +02:00
Evgeny Egorochkin
569d506390 Merge pull request #896 from akc/submit/aspell-sv
Add Swedish dictionary for aspell
2013-09-01 06:10:29 -07:00
Anders Claesson
ddf4f3748a Add Swedish dictionary for aspell 2013-09-01 13:58:07 +01:00
Domen Kožar
670be4c4bc libreoffice: more configure phase dependencies 2013-09-01 12:30:17 +02:00
Domen Kožar
7caf3daafa libreoffice: add missing deps 2013-09-01 11:10:40 +02:00
Domen Kožar
0f06117349 libreoffice: fix eval 2013-09-01 09:59:58 +02:00
Evgeny Egorochkin
18ce7edd20 Merge pull request #893 from MarcWeber/submit/storebackup
backup tools bup, storeBackup: implement sanity check
2013-08-31 18:55:14 -07:00
Marc Weber
c823bc37d6 backup tools bup, storeBackup: implement sanity check
bup:
- update
- run make test (all tests seem to pass :-)
- add python.modules.readline
- add comment that there is no way to prune old revisions (yet)
2013-09-01 02:22:01 +02:00
Domen Kožar
ef8a149b6f libreoffice: 3.6.6.2 -> 4.0.5.2 2013-09-01 01:57:58 +02:00
Evgeny Egorochkin
793fa68806 Merge pull request #892 from MarcWeber/submit/storebackup
adding store-backup
2013-08-31 16:23:23 -07:00
Marc Weber
6f6bc030f9 adding store-backup 2013-08-31 22:16:22 +02:00
Marc Weber
cf762c8f58 firebirdSuper settings
document why its better to not use --with-system-icu

See patch for nixos adding firebird service

Signed-off-by: Marc Weber <marco-oweber@gmx.de>
2013-08-31 23:05:32 +03:00
danbst
2a798997a3 Add mirror url for AMD microcode
www.amd64.org is often down, so provide a 2nd url to download from.
2013-08-31 21:53:59 +02:00
Evgeny Egorochkin
0782788051 Merge pull request #889 from errge/final
Add final haskell library
2013-08-31 11:12:20 -07:00
Evgeny Egorochkin
62d2821298 Merge pull request #890 from aristidb/master
add travis ruby gem
2013-08-31 09:43:11 -07:00
Aristid Breitkreuz
07e2763f00 add travis ruby gem 2013-08-31 18:39:58 +02:00
Gergely Risko
8dac1a5d0f Add final haskell library 2013-08-31 16:10:09 +02:00
Bjørn Forsman
0526403461 basex: new package
BaseX is a very fast and light-weight, yet powerful XML database and
XPath/XQuery processor, including support for the latest W3C Full Text
and Update Recommendations. It supports large XML instances and offers a
highly interactive front-end (basexgui). Apart from two local standalone
modes, BaseX offers a client/server architecture.

Homepage: http://basex.org/

Implementation notes:
 - I'm using the pre-built java package (because it's simple)
 - I copied the basex.svg icon file from the Ubuntu package because I
   couldn't find it anywhere else. It's 9.3 KiB.
2013-08-31 14:27:40 +02:00
Mathijs Kwik
927f32e87c linux-3.10: upgrade to 3.10.10 2013-08-31 12:09:17 +02:00
Mathijs Kwik
17237cf8e4 firefox: upgrade to 23.0.1 2013-08-31 12:09:17 +02:00
Bjørn Forsman
36564b72fe uncrustify: new package
Uncrustify is a source code beautifier for C, C++, C#, ObjectiveC, D,
Java, Pawn and VALA.

Homepage: http://uncrustify.sourceforge.net/
2013-08-31 09:42:20 +02:00
Evgeny Egorochkin
31e9aba4cd Merge pull request #888 from aristidb/master
haskell: export callPackage to be able to create packages outside haskell-packages.nix
2013-08-30 12:54:02 -07:00
Aristid Breitkreuz
0c4185d37a haskell: export callPackage to be able to create packages outside haskell-packages.nix 2013-08-30 19:45:51 +00:00
Bjørn Forsman
e8e76ac12e dstat: enable color output
Give dstat access to the "curses" module in the Python standard library
so that it can color its output. This is similar to how other distros
package it (e.g. Fedora, Ubuntu).
2013-08-30 18:43:54 +02:00
Shea Levy
b8872549b7 Fix peerDependency handling in buildNodePackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-30 09:02:44 -04:00
Peter Simons
ce47f92b19 haskell-hsemail: update to version 1.7.7 2013-08-30 12:31:31 +02:00
Rob Vermaas
bd6eba997f Add collectd 5.4.0 2013-08-30 11:58:02 +02:00
Peter Simons
539304754f haskell-Chart-cairo: add version 1.0 2013-08-30 11:04:59 +02:00
Peter Simons
44801bf4fe haskell-operational: add version 0.2.2.1 2013-08-30 11:04:45 +02:00
Peter Simons
4cb183dd88 haskell-uuagc: update to version 0.9.50 2013-08-30 10:53:03 +02:00
Peter Simons
85a6660d08 haskell-hslogger: update to version 1.2.3 2013-08-30 10:53:03 +02:00
Peter Simons
3f15cf7cc9 haskell-xmlhtml: update to version 0.2.3 2013-08-30 10:53:03 +02:00
Peter Simons
6ac5f66065 haskell-skein: update to version 1.0.6 2013-08-30 10:53:03 +02:00
Peter Simons
325cc275ca haskell-postgresql-libpq: update to version 0.8.2.4 2013-08-30 10:53:03 +02:00
Peter Simons
9d32efd9fb haskell-http-reverse-proxy: update to version 0.2.1 2013-08-30 10:53:03 +02:00
Peter Simons
018efe1139 haskell-http-conduit: update to version 1.9.4.4 2013-08-30 10:53:03 +02:00
Peter Simons
96628bff7a haskell-bindings-DSL: update to version 1.0.17 2013-08-30 10:53:03 +02:00
Peter Simons
eec396fb7c haskell-Chart: update to version 1.0 2013-08-30 10:53:03 +02:00
Peter Simons
b58b137b87 haskell-Chart-gtk: update to version 1.0 2013-08-30 10:53:02 +02:00
Peter Simons
f497ef9689 haskell-xmonad-extras: update to version 0.12 2013-08-30 10:53:02 +02:00