Commit graph

11860 commits

Author SHA1 Message Date
Efraim Flashner 22fda787f6
gnu: Add lekha.
* gnu/packages/enlightenment.scm (lekha): New variable.
2016-12-04 08:39:49 +02:00
Efraim Flashner cf3504c69c
gnu: Add qsyncthingtray.
* gnu/packages/sync.scm (qsyncthingtray): New variable.
2016-12-04 08:39:48 +02:00
Efraim Flashner 760d6066f7
gnu: Rename owncloud.scm to sync.scm.
* gnu/packages/owncloud.scm: Rename to ...
* gnu/packages/sync.scm: ... this.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2016-12-04 08:39:48 +02:00
Efraim Flashner 7526edb9d5
gnu: Add rkflashtool.
* gnu/packages/flashing-tools.scm (rkflashtool): New variable.
2016-12-04 08:39:48 +02:00
Efraim Flashner c7ad32d94a
gnu: uget: Add missing input.
* gnu/packages/bittorrent.scm (uget)[native-inputs]: Add intltool.
2016-12-04 08:39:48 +02:00
Efraim Flashner 12ed023fb7
gnu: tor: Update to 0.2.8.10.
* gnu/packages/tor.scm (tor): Update to 0.2.8.10.
2016-12-04 08:39:48 +02:00
Leo Famulari 4b569a4ff5
gnu: acme-client: Update to 0.1.15.
* gnu/packages/tls.scm (acme-client): Update to 0.1.15.
[native-inputs]: Add pkg-config.
2016-12-03 23:28:22 -05:00
Leo Famulari b172196976
gnu: taglib: Update to 1.10.
* gnu/packages/mp3.scm (taglib): Update to 1.10.
2016-12-03 20:52:00 -05:00
Ben Woodcroft e990c81d38
gnu: aragorn: Update to 1.2.38.
* gnu/packages/bioinformatics.scm (aragorn): Update to 1.2.38.
2016-12-04 10:51:54 +10:00
Ricardo Wurmus 57b94e9d8d
gnu: Add highlight.
* gnu/packages/pretty-print.scm (highlight): New variable.
2016-12-03 23:26:16 +01:00
Ricardo Wurmus 3bec8a016f
gnu: git: Fix gitweb.
* gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi.
[arguments]: Wrap "gitweb.cgi" with PERL5LIB.
2016-12-03 20:11:37 +01:00
Thomas Danckaert aa8c0ada2e
gnu: Add grantlee.
* gnu/packages/qt.scm (grantlee): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-03 18:55:01 +01:00
Thomas Danckaert f447dbc796
gnu: Add libksysguard.
* gnu/packages/kde.scm (libksysguard): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-03 18:55:01 +01:00
Mark H Weaver 5bdec7d634
gnu: icecat: Update to 45.5.1-gnu1.
* gnu/packages/gnuzilla.scm (icecat): Update to 45.5.1-gnu1.
[source]: Remove temporary URI for 45.3 beta.  Fix URI computation.  Remove
outdated patches.  Add more cherry-picked bug fixes from upstream
mozilla-esr45.  Use 'list' instead of quasiquote in 'patches' field.
2016-12-03 12:29:53 -05:00
Ricardo Wurmus 9bad404355
gnu: Add fcgiwrap.
* gnu/packages/web.scm (fcgiwrap): New variable.
2016-12-03 17:06:51 +01:00
Ricardo Wurmus ab519cfa3d
gnu: Add fcgi.
* gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch: New file.
* gnu/packages/patches/fcgi-2.4.0-poll.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patches.
* gnu/packages/web.scm (fcgi): New variable.
2016-12-03 17:06:47 +01:00
Mark H Weaver e9913f8271
gnu: linux-libre: Update to 4.8.12.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.12.
2016-12-03 10:20:59 -05:00
Mark H Weaver bc6d461249
gnu: linux-libre@4.4: Update to 4.4.36.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.36.
2016-12-03 10:20:00 -05:00
Mark H Weaver 80a359f293
gnu: linux-libre@4.1: Update to 4.1.36.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.36.
2016-12-03 10:19:08 -05:00
Ludovic Courtès 020434d497
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 463fb7d.
2016-12-03 12:05:32 +01:00
Leo Famulari a6c4790567
gnu: python-cryptography: Update to 1.6.
* gnu/packages/python.scm (python-cryptography, python2-cryptography): Update
to 1.6.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.6.
2016-12-03 02:39:09 -05:00
Hartmut Goebel 447b9473cb
gnu: dblatex: Update comment.
* gnu/packages/docbook.scm (dblatex)[arguments]: Detail comment about why
the use of setuptools needs to be disabled.
2016-12-02 18:07:36 +01:00
Hartmut Goebel b0aa6ede25
gnu: python-numpy: Fix inputs.
This fixes 2efabc5589, where some inputs
have been changed to propagated-inputs, but the propagated-inputs are
still extended from inputs and the inputs are not extended at all.

* gnu/packages/python.scm (python-numpy, python2-numpy)[inputs]:
Extend from python-numpy-bootstrap's package-inputs. [propagated-inputs]:
Extend from python-numpy-bootstrap's package-propagated-inputs.
2016-12-02 18:07:36 +01:00
Hartmut Goebel 77a6932adf
gnu: python2-ipython: Fix inputs.
This fixes e62600feb6, where the inputs
have been changed to native-inputs, but still extended from inputs.

* gnu/packages/python.scm (python2-ipython)[native-inputs]: Extend
from python-ipython's package-native-inputs.
2016-12-02 18:07:36 +01:00
Hartmut Goebel fe4a8da445
gnu: python-numpydoc: Correct inputs.
This does what 213d1745c6 was
supposed to do.

* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
Change first of the duplicate [native-inputs] definitions to
[propagated-inputs].
2016-12-02 18:07:36 +01:00
Hartmut Goebel e89aceab63
gnu: calibre: Do not use python setuptools for building.
* gnu/packages/ebook.scm (calibre)[arguments]: Set #:use-setuptools?
to false.
2016-12-02 18:07:36 +01:00
Marius Bakke d24727c019
gnu: Add dnscrypt-proxy.
* gnu/packages/dns.scm (dnscrypt-proxy): New variable.
2016-12-02 16:58:58 +01:00
Marius Bakke afe62a8bfb
gnu: Add dnscrypt-wrapper.
* gnu/packages/dns.scm (dnscrypt-wrapper): New variable.
2016-12-02 16:58:31 +01:00
Marius Bakke 5834a405ea
gnu: virt-manager: Do not use python setuptools for building.
* gnu/packages/qemu.scm (virt-manager)[arguments]: Set #use-setuptools? to #f.
2016-12-02 13:27:09 +01:00
Marius Bakke 2028be238b
gnu: dblatex: Update to 0.3.9.
* gnu/packages/docbook.scm (dblatex): Update to 0.3.9.
2016-12-02 12:01:42 +01:00
Marius Bakke 000c5a1163
gnu: libsigc++: Update to 2.10.0.
* gnu/packages/glib.scm (libsigc++): Update to 2.10.0.
2016-12-02 11:40:41 +01:00
Leo Famulari cb8edaac35
gnu: go-1.7: Update to 1.7.4 [security fixes].
* gnu/packages/golang.scm (go-1.7): Update to 1.7.4.
2016-12-02 03:52:06 -05:00
Eric Bavier 786b66ef75
gnu: vtk: Build with more system libraries.
* gnu/packages/vtk.scm (vtk)[inputs]: Add expat, freetype, hdf5, jpeg,
png, tiff, jsoncpp, libogg, libtheora, and zlib.
[arguments]: Use #:build-type keyword.  Add cmake flags for system
libraries.
2016-12-01 23:50:17 -06:00
Eric Bavier 0e988a8483
gnu: vtk: Upgrade to 7.1.0.
* gnu/packages/vtk.scm (vtk): Upgrade to 7.1.0.
[source]: Remove patches.  Use version-major+minor.
* gnu/packages/patches/vtk-mesa-10.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2016-12-01 23:50:17 -06:00
Eric Bavier 996f5ece8c
gnu: jsoncpp: Build shared libraries.
* gnu/packages/serialization.scm (jsoncpp)[arguments]: New field.
2016-12-01 23:50:17 -06:00
Eric Bavier a4b0bfb195
gnu: netcdf: Upgrade to 4.4.1.1.
* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): Upgrade to
4.4.1.1.
[source]: Adjust patch name, add netcdf-tst_h_par.patch
* gnu/packages/patches/netcdf-config.date.patch: Rename to...
* gnu/packages/patches/netcdf-date-time.patch: ...this.  Adjust for
latest source.
* gnu/packages/patches/netcdf-tst_h_par.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Adjust patches.
2016-12-01 23:50:09 -06:00
Efraim Flashner b45baef156
gnu: offlineimap: Update to 7.0.12.
* gnu/packages/mail.scm (offlineimap): Update to 7.0.12.
2016-12-02 07:41:03 +02:00
Marius Bakke 3cc0342b45
gnu: dblatex: Do not use python setuptools for building.
* gnu/packages/docbook.scm (dblatex)[arguments]: Set #:use-setuptools?
to false.
2016-12-01 23:43:37 +01:00
Tomáš Čech 4b67098d9a
gnu: Add uget.
* gnu/packages/bittorrent.scm (uget): New variable.
2016-12-01 21:05:20 +01:00
David Thompson 02ecdeaa02
gnu: ardour: Update to 5.5.
* gnu/packages/audio.scm (ardour): Update to 5.5.
2016-12-01 13:22:24 -05:00
Efraim Flashner 329e432d60
gnu: python-gst: Update to 1.10.2.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.2.
2016-12-01 12:56:23 +02:00
Efraim Flashner 68c2ab8c22
gnu: gst-libav: Update to 1.10.2.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.2.
2016-12-01 12:55:45 +02:00
Efraim Flashner acc4d15c0d
gnu: gst-plugins-ugly: Update to 1.10.2.
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.2.
2016-12-01 12:55:09 +02:00
Efraim Flashner 3103a71f65
gnu: gst-plugins-bad: Update to 1.10.2.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.2.
2016-12-01 12:54:19 +02:00
Efraim Flashner 1742132fb1
gnu: gst-plugins-good: Update to 1.10.2.
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.2.
[source]: Remove patches.
* gnu/packages/patches/gst-plugins-good-fix-crashes.patch,
gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch,
gnu/packages/patches/gst-plugins-good-fix-signedness.patch,
gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2016-12-01 12:53:30 +02:00
Efraim Flashner 2f0b72af50
gnu: gst-plugins-base: Update to 1.10.2.
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.2.
2016-12-01 12:50:30 +02:00
Efraim Flashner a8ce5851ce
gnu: gstreamer: Update to 1.10.2.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.2.
2016-12-01 12:49:32 +02:00
Efraim Flashner d0b9c34fb3
gnu: perl-catalyst-action-rest: Change to new uri.
This is a followup to abafd66d04.

* gnu/packages/web.scm (perl-catalyst-action-rest)[source]: Update to
new source uri.
2016-12-01 12:44:44 +02:00
Efraim Flashner 9469275790
gnu: perl-catalyst-view-tt: Change source uri.
This is a followup to 776ca1cb22.

* gnu/packages/web.scm (perl-catalyst-view-tt)[source]: Change to new
source uri.
2016-12-01 12:44:44 +02:00
Efraim Flashner 08af1a420a
gnu: perl-http-server-simple: Change source uri.
This is a followup to 5b3646f100.

* gnu/packages/web.scm (perl-http-server-simple)[source]: Update to new
source uri.
2016-12-01 12:44:43 +02:00