jackhill/guix/guix.git
6 years agognu: calibre: Add python2-dukpy as an input.
Brendan Tildesley [Fri, 3 Nov 2017 15:44:01 +0000 (02:44 +1100)]
gnu: calibre: Add python2-dukpy as an input.

* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-dukpy. dukpy was
  unbundled from Calibre, so we need to to use the Guix version.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: Add python-dukpy, python2-dukpy.
Brendan Tildesley [Fri, 3 Nov 2017 15:44:00 +0000 (02:44 +1100)]
gnu: Add python-dukpy, python2-dukpy.

gnu/packages/python.scm (python-dukpy, python2-dukpy): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: calibre: Update to 3.11.1.
Brendan Tildesley [Fri, 3 Nov 2017 15:43:59 +0000 (02:43 +1100)]
gnu: calibre: Update to 3.11.1.

* gnu/packages/ebook.scm (calibre): Update to 3.11.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: retroarch: Enable Wayland support.
Rutger Helling [Fri, 3 Nov 2017 10:46:00 +0000 (11:46 +0100)]
gnu: retroarch: Enable Wayland support.

* gnu/packages/games.scm (retroarch)[inputs]: Add wayland.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: weston: Update to 3.0.0.
Rutger Helling [Fri, 3 Nov 2017 08:23:01 +0000 (09:23 +0100)]
gnu: weston: Update to 3.0.0.

* gnu/packages/freedesktop.scm (weston): Update to 3.0.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: lollypop: Update to 0.9.304.
rennes [Fri, 3 Nov 2017 03:22:30 +0000 (21:22 -0600)]
gnu: lollypop: Update to 0.9.304.

* gnu/packages/gnome.scm (lollypop): Update to 0.9.304.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: gnome-terminal: Update to 3.26.2.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 18:46:14 +0000 (19:46 +0100)]
gnu: gnome-terminal: Update to 3.26.2.

* gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.2.

6 years agognu: vte: Update to 0.50.2.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 20:23:57 +0000 (21:23 +0100)]
gnu: vte: Update to 0.50.2.

* gnu/packages/gnome.scm (vte): Update to 0.50.2.

6 years agognu: fio: Update to 3.2.
Marius Bakke [Sun, 5 Nov 2017 15:16:51 +0000 (16:16 +0100)]
gnu: fio: Update to 3.2.

* gnu/packages/benchmark.scm (fio): Update to 3.2.

6 years agognu: feh: Update to 2.22.
Marius Bakke [Sun, 5 Nov 2017 14:05:05 +0000 (15:05 +0100)]
gnu: feh: Update to 2.22.

* gnu/packages/image-viewers.scm (feh): Update to 2.22.
[native-search-paths]: New field.

6 years agoservices: Add 'description' fields.
Ludovic Courtès [Sun, 5 Nov 2017 14:29:52 +0000 (15:29 +0100)]
services: Add 'description' fields.

* gnu/services/admin.scm (rottlog-service-type)
(tailon-service-type): Add 'description' field.
* gnu/services/audio.scm (mpd-service-type): Likewise.
* gnu/services/avahi.scm (avahi-service-type): Likewise.
* gnu/services/ssh.scm (lsh-service-type)
(openssh-service-type, dropbear-service-type): Likewise.

6 years agoservices: Add murmur.
nee [Sat, 14 Oct 2017 09:27:50 +0000 (11:27 +0200)]
services: Add murmur.

* gnu/services/telephony.scm: New file.
* gnu/local.mk: Add it.
* doc/guix.texi (Telephony Services): New node.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agoguix: records: Add match-record.
nee [Wed, 25 Oct 2017 18:44:54 +0000 (20:44 +0200)]
guix: records: Add match-record.

* guix/records.scm: New syntax-rule.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: fio: Update to 3.1.
Manolis Ragkousis [Wed, 1 Nov 2017 08:38:45 +0000 (10:38 +0200)]
gnu: fio: Update to 3.1.

* gnu/packages/benchmark.scm (fio): Update to 3.1.

6 years agognu: prison: Move to be in alphabetical order.
Hartmut Goebel [Wed, 1 Nov 2017 15:50:40 +0000 (16:50 +0100)]
gnu: prison: Move to be in alphabetical order.

I was trapped be the definitions not being in alphabetical order.

* gnu/packages/kde-frameworks.scm (prison): Move in front of
  solid.

6 years agognu: kdewebkit: Move to be in alphabetical order.
Hartmut Goebel [Wed, 1 Nov 2017 16:00:12 +0000 (17:00 +0100)]
gnu: kdewebkit: Move to be in alphabetical order.

I was trapped by the definitions not being in alphabetical order.

* gnu/packages/kde-frameworks.scm (kdewebkit): Move in front of
  kemoticons.

6 years agognu: kactivities: Move to tier 2.
Hartmut Goebel [Wed, 1 Nov 2017 15:56:48 +0000 (16:56 +0100)]
gnu: kactivities: Move to tier 2.

KDE now lists this package as tier 2, I was trapped by the
definitions being at the wrong place.

* gnu/packages/kde-frameworks.scm (kactivities): Move into the
  "section" of tier 2 packages. (kactivities-stats) Remove now
  obsolete comment.

6 years agognu: libksysguard: Update to 5.11.2.
Hartmut Goebel [Mon, 30 Oct 2017 20:40:55 +0000 (21:40 +0100)]
gnu: libksysguard: Update to 5.11.2.

* gnu/packages/kde.scm (libksysguard): Update to 5.11.2.

6 years agognu: solid: Enable building interface for qml.
Hartmut Goebel [Fri, 20 Oct 2017 13:15:06 +0000 (15:15 +0200)]
gnu: solid: Enable building interface for qml.

* gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative.

6 years agognu: krunner: Make some tests pass.
Hartmut Goebel [Sat, 21 Oct 2017 15:43:58 +0000 (17:43 +0200)]
gnu: krunner: Make some tests pass.

* gnu/packages/kde-frameworks.scm[arguments]
  <#:tests?>: Remove.
  <#:phases>[fix-paths-for-test'] New phase.
  <#:phases>[check-setup]: Set $HOME. Blacklist a failing new-in-5.39.0 test.

6 years agognu: kdelibs4support: Make test kstandarddirstest pass.
Hartmut Goebel [Wed, 1 Nov 2017 11:13:18 +0000 (12:13 +0100)]
gnu: kdelibs4support: Make test kstandarddirstest pass.

* gnu/package/kde-frameworks.scm(kdelibs4support)[#:phases]
  <check-post-install>: Add workaround for bug in test-case.
  Update comment.

6 years agognu: kimageformats: Update comment.
Hartmut Goebel [Wed, 1 Nov 2017 09:56:39 +0000 (10:56 +0100)]
gnu: kimageformats: Update comment.

* gnu/packages/kde-frameworks.scm(kimageformats): Update comment.

6 years agognu: kde-frameworks: Update to 5.39.0.
Hartmut Goebel [Mon, 30 Oct 2017 20:35:56 +0000 (21:35 +0100)]
gnu: kde-frameworks: Update to 5.39.0.

Beside simple updating:
- ktexteditor: Add input.
- kdelibs4support: Enable test kmimetypetest, disable test kuniqueapptest.
- kimageformats: Make the plugins available for tests.
- krunner: Make old tests pass again. Blacklist a failing new test.

* gnu/packages/kde-frameworks.scm (attica, baloo, bluez-qt, breeze-icons,
  extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive,
  kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets,
  kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded,
  kde-frameworkintegration, kdelibs4support, kdesignerplugin, kdesu,
  kdewebkit, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel,
  kguiaddons, khtml, ki18n, kiconthemes, kidletime, kimageformats, kinit, kio,
  kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer,
  knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople,
  kplotting, kpty, kross, krunner, kservice, ksyntaxhighlighting,
  ktextwidgets, kunitconversion, kwallet, kwayland, kwidgetsaddons,
  kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt,
  oxygen-icons, plasma-framework, prison, solid, sonnet, threadweaver): Update
  to 5.39.0
  (ktexteditor) Update to 5.39.0. [source]: Add patch. [inputs]: Add
  qtdeclarative.
  (kdelibs4support): Update to 5.39.0. [#:phase check-post-install]: Remove
  kmimetypetest from and add kuniqueapptest to list of test to be excluded
  when running ctest.
  (kimageformats): Update to 5.39.0. [#:phase check-setup] Make the plugins
  available for tests.
* gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch:
  New file.
* gnu/local.mk (dist_patch_DATA): Register it.

6 years agognu: extra-cmake-modules: Install pri-files into lib/qt5/.
Hartmut Goebel [Tue, 31 Oct 2017 17:21:17 +0000 (18:21 +0100)]
gnu: extra-cmake-modules: Install pri-files into lib/qt5/.

This in accordance with the documentation in
ECMGeneratePriFile.cmake: "Packagers … want to set
`ECM_MKSPECS_INSTALL_DIR` to something like
`share/qt5/mkspecs/modules`." Our Qt5 is putting pri-files into
`lib/qt5/mkspecs/modules`.

* gnu/packages/kde-frameworks.scm(extra-cmake-modules)[#:phase fix-lib-path]:
  New substitute for file 'modules/ECMGeneratePriFile.cmake'.

6 years agognu: icedtea: Update to 3.6.0 [security fixes].
Marius Bakke [Fri, 3 Nov 2017 22:26:35 +0000 (23:26 +0100)]
gnu: icedtea: Update to 3.6.0 [security fixes].

Fixes CVE-2017-{10274,10821,10825,10295,10388,10346,10350,10347,10349,10345,
10348,10357,10355,10356,10165} and CVE-2016-{10165,9840,9841,9842,9843}.

* gnu/packages/java.scm (icedtea-8): Update to 3.6.0.
[native-inputs]: Update dependency hashes.

6 years agognu: diamond: Update to 0.9.12.
Ben Woodcroft [Sat, 4 Nov 2017 00:51:44 +0000 (10:51 +1000)]
gnu: diamond: Update to 0.9.12.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.12.

6 years agognu: sssd: Disable failing test.
Marius Bakke [Fri, 3 Nov 2017 23:04:40 +0000 (00:04 +0100)]
gnu: sssd: Disable failing test.

* gnu/packages/sssd.scm (sssd)[arguments]<#:phases>: Add substitution to
'disable-failing-test' phase.

6 years agognu: samba: Update to 4.7.1.
Marius Bakke [Fri, 3 Nov 2017 22:13:44 +0000 (23:13 +0100)]
gnu: samba: Update to 4.7.1.

* gnu/packages/samba.scm (samba): Update to 4.7.1.

6 years agognu: ldb: Update to 1.3.0.
Marius Bakke [Fri, 3 Nov 2017 22:11:54 +0000 (23:11 +0100)]
gnu: ldb: Update to 1.3.0.

* gnu/packages/samba.scm (ldb): Update to 1.3.0.

6 years agognu: re2: Update to 2017-11-01.
Marius Bakke [Fri, 3 Nov 2017 22:11:26 +0000 (23:11 +0100)]
gnu: re2: Update to 2017-11-01.

* gnu/packages/regex.scm (re2): Update to 2017-11-01.

6 years agognu: libxfont@1: Update to 1.5.3.
Marius Bakke [Fri, 3 Nov 2017 21:08:40 +0000 (22:08 +0100)]
gnu: libxfont@1: Update to 1.5.3.

* gnu/packages/xorg.scm (libxfont): Update to 1.5.3.
[source](patches): Remove.

6 years agognu: multiqc: Update to 1.3.
Ricardo Wurmus [Fri, 3 Nov 2017 16:16:38 +0000 (17:16 +0100)]
gnu: multiqc: Update to 1.3.

* gnu/packages/bioinformatics.scm (multiqc): Update to 1.3.
[propagated-inputs]: Add python-enum34.
[license]: The license was changed to "GPLv3 or later" with this release.

6 years agognu: iso-codes: Update to 3.76.
Kei Kebreau [Fri, 3 Nov 2017 02:07:50 +0000 (22:07 -0400)]
gnu: iso-codes: Update to 3.76.

* gnu/packages/iso-codes.scm (iso-codes): Update to 3.76.

6 years agognu: r-ape: Update to 5.0.
Ricardo Wurmus [Fri, 3 Nov 2017 13:12:50 +0000 (14:12 +0100)]
gnu: r-ape: Update to 5.0.

* gnu/packages/bioinformatics.scm (r-ape): Update to 5.0.
[propagated-inputs]: Add r-rcpp.

6 years agognu: r-bbmle: Update to 1.0.20.
Ricardo Wurmus [Fri, 3 Nov 2017 13:12:02 +0000 (14:12 +0100)]
gnu: r-bbmle: Update to 1.0.20.

* gnu/packages/cran.scm (r-bbmle): Update to 1.0.20.

6 years agognu: r-proxy: Update to 0.4-19.
Ricardo Wurmus [Fri, 3 Nov 2017 13:11:27 +0000 (14:11 +0100)]
gnu: r-proxy: Update to 0.4-19.

* gnu/packages/cran.scm (r-proxy): Update to 0.4-19.

6 years agognu: r-glue: Update to 1.2.0.
Ricardo Wurmus [Fri, 3 Nov 2017 13:10:55 +0000 (14:10 +0100)]
gnu: r-glue: Update to 1.2.0.

* gnu/packages/cran.scm (r-glue): Update to 1.2.0.

6 years agognu: r-withr: Update to 2.1.0.
Ricardo Wurmus [Fri, 3 Nov 2017 13:10:24 +0000 (14:10 +0100)]
gnu: r-withr: Update to 2.1.0.

* gnu/packages/statistics.scm (r-withr): Update to 2.1.0.
[propagated-inputs]: Add r-lattice.

6 years agognu: r-quantreg: Update to 5.34.
Ricardo Wurmus [Fri, 3 Nov 2017 13:08:14 +0000 (14:08 +0100)]
gnu: r-quantreg: Update to 5.34.

* gnu/packages/statistics.scm (r-quantreg): Update to 5.34.

6 years agognu: r-robustbase: Update to 0.92-8.
Ricardo Wurmus [Fri, 3 Nov 2017 13:07:43 +0000 (14:07 +0100)]
gnu: r-robustbase: Update to 0.92-8.

* gnu/packages/statistics.scm (r-robustbase): Update to 0.92-8.

6 years agognu: r-purrr: Update to 0.2.4.
Ricardo Wurmus [Fri, 3 Nov 2017 13:06:52 +0000 (14:06 +0100)]
gnu: r-purrr: Update to 0.2.4.

* gnu/packages/statistics.scm (r-purrr): Update to 0.2.4.

6 years agognu: r-irlba: Update to 2.3.1.
Ricardo Wurmus [Fri, 3 Nov 2017 13:06:10 +0000 (14:06 +0100)]
gnu: r-irlba: Update to 2.3.1.

* gnu/packages/statistics.scm (r-irlba): Update to 2.3.1.

6 years agognu: r-checkmate: Update to 1.8.5.
Ricardo Wurmus [Fri, 3 Nov 2017 13:04:48 +0000 (14:04 +0100)]
gnu: r-checkmate: Update to 1.8.5.

* gnu/packages/statistics.scm (r-checkmate): Update to 1.8.5.

6 years agognu: r-multitaper: Update to 1.0-14.
Ricardo Wurmus [Fri, 3 Nov 2017 13:04:19 +0000 (14:04 +0100)]
gnu: r-multitaper: Update to 1.0-14.

* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-14.

6 years agognu: r-data-table: Update to 1.10.4-3.
Ricardo Wurmus [Fri, 3 Nov 2017 13:03:51 +0000 (14:03 +0100)]
gnu: r-data-table: Update to 1.10.4-3.

* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4-3.

6 years agognu: r-pryr: Update to 0.1.3
Ricardo Wurmus [Fri, 3 Nov 2017 13:03:21 +0000 (14:03 +0100)]
gnu: r-pryr: Update to 0.1.3

* gnu/packages/statistics.scm (r-pryr): Update to 0.1.3.

6 years agognu: r-lazyeval: Update to 0.2.1.
Ricardo Wurmus [Fri, 3 Nov 2017 10:59:16 +0000 (11:59 +0100)]
gnu: r-lazyeval: Update to 0.2.1.

* gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.1.

6 years agognu: Add r-corrplot.
Ricardo Wurmus [Fri, 3 Nov 2017 09:33:32 +0000 (10:33 +0100)]
gnu: Add r-corrplot.

* gnu/packages/cran.scm (r-corrplot): New variable.

6 years agognu: Add r-ggrepel.
Ricardo Wurmus [Fri, 3 Nov 2017 09:32:50 +0000 (10:32 +0100)]
gnu: Add r-ggrepel.

* gnu/packages/cran.scm (r-ggrepel): New variable.

6 years agognu: linux-libre: Update to 4.13.11.
Mark H Weaver [Fri, 3 Nov 2017 05:31:06 +0000 (01:31 -0400)]
gnu: linux-libre: Update to 4.13.11.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.11.
(%linux-libre-hash): Update hash.

6 years agognu: linux-libre@4.9: Update to 4.9.60.
Mark H Weaver [Fri, 3 Nov 2017 05:30:25 +0000 (01:30 -0400)]
gnu: linux-libre@4.9: Update to 4.9.60.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.60.

6 years agognu: linux-libre@4.4: Update to 4.4.96.
Mark H Weaver [Fri, 3 Nov 2017 05:29:33 +0000 (01:29 -0400)]
gnu: linux-libre@4.4: Update to 4.4.96.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.96.

6 years agognu: Add kodi-cli.
Oleg Pykhalov [Wed, 1 Nov 2017 06:39:05 +0000 (09:39 +0300)]
gnu: Add kodi-cli.

* gnu/packages/kodi.scm (kodi-cli): New variable.

6 years agognu: conda: Fix environment scripts.
Ricardo Wurmus [Thu, 2 Nov 2017 23:10:36 +0000 (00:10 +0100)]
gnu: conda: Fix environment scripts.

* gnu/packages/package-management.scm (conda)[arguments]: Add phase
"undo-wrap".

6 years agoRevert "gnu: itstool: Update to 2.0.4."
Marius Bakke [Thu, 2 Nov 2017 21:59:58 +0000 (22:59 +0100)]
Revert "gnu: itstool: Update to 2.0.4."

This reverts commit 13fbd174b5ffe5c2cc59e637f7859d357ab33d97.

6 years agognu: openssl@1.1: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2017-2736].
Marius Bakke [Thu, 2 Nov 2017 21:14:06 +0000 (22:14 +0100)]
gnu: openssl@1.1: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2017-2736].

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0g.
[source]: Add HTTPS mirror.

6 years agognu: openssl@1.0: Replace with 1.0.2m [fixes CVE-2017-3735, CVE-2017-2736].
Marius Bakke [Thu, 2 Nov 2017 21:11:25 +0000 (22:11 +0100)]
gnu: openssl@1.0: Replace with 1.0.2m [fixes CVE-2017-3735, CVE-2017-2736].

* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2m): New public variable.

6 years agognu: enlightenment: Update to 0.22.0.
Efraim Flashner [Thu, 2 Nov 2017 21:05:03 +0000 (23:05 +0200)]
gnu: enlightenment: Update to 0.22.0.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.0.

6 years agognu: efl: Update to 1.20.5.
Efraim Flashner [Thu, 2 Nov 2017 20:25:59 +0000 (22:25 +0200)]
gnu: efl: Update to 1.20.5.

* gnu/packages/enlightenment.scm (efl): Update to 1.20.5.

6 years agognu: vte-ng: Update to 0.50.2.a.
Marius Bakke [Thu, 2 Nov 2017 19:35:58 +0000 (20:35 +0100)]
gnu: vte-ng: Update to 0.50.2.a.

* gnu/packages/gnome.scm (vte-ng): Update to 0.50.2.a.

6 years agognu: gnome-todo: Update to 3.26.2.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 18:49:00 +0000 (19:49 +0100)]
gnu: gnome-todo: Update to 3.26.2.

* gnu/packages/gnome.scm (gnome-todo): Update to 3.26.2.

6 years agognu: dconf-editor: Update to 3.26.2.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 18:48:37 +0000 (19:48 +0100)]
gnu: dconf-editor: Update to 3.26.2.

* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.2.

6 years agognu: gnome-clocks: Update to 3.26.1.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 18:48:05 +0000 (19:48 +0100)]
gnu: gnome-clocks: Update to 3.26.1.

* gnu/packages/gnome.scm (gnome-clocks): Update to 3.26.1.

6 years agognu: file-roller: Update to 3.26.2.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 18:47:21 +0000 (19:47 +0100)]
gnu: file-roller: Update to 3.26.2.

gnu/packages/gnome.scm (file-roller): Update to 3.26.2.

6 years agognu: aisleriot: Update to 3.22.4.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 18:46:40 +0000 (19:46 +0100)]
gnu: aisleriot: Update to 3.22.4.

* gnu/packages/gnome.scm (aisleriot): Update to 3.22.4.

6 years agognu: knot: Update to 2.6.1.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 18:34:49 +0000 (19:34 +0100)]
gnu: knot: Update to 2.6.1.

* gnu/packages/dns.scm (knot): Update to 2.6.1.

6 years agognu: miniupnpc: Update to 2.0.20171102.
Tobias Geerinckx-Rice [Thu, 2 Nov 2017 18:34:15 +0000 (19:34 +0100)]
gnu: miniupnpc: Update to 2.0.20171102.

* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20171102.

6 years agognu: mpv: enable Wayland support.
Rutger Helling [Thu, 2 Nov 2017 20:01:19 +0000 (16:01 -0400)]
gnu: mpv: enable Wayland support.

* gnu/packages/video.scm (mpv)[inputs]: Add wayland and libxkbcommon.

6 years agognu: itstool: Update to 2.0.4.
Kei Kebreau [Thu, 2 Nov 2017 19:33:08 +0000 (15:33 -0400)]
gnu: itstool: Update to 2.0.4.

* gnu/packages/glib.scm (itstool): Update to 2.0.4.
[inputs]: Replace python and python-libxml2 with python-2 and python2-libxml2.

6 years agognu: gnome-maps: Update to 3.26.2.
Kei Kebreau [Thu, 2 Nov 2017 18:40:17 +0000 (14:40 -0400)]
gnu: gnome-maps: Update to 3.26.2.

* gnu/packages/geo.scm (gnome-maps): Update to 3.26.2.
[arguments]: In 'install' phase, add webkitgtk to LD_LIBRARY_PATH.

6 years agognu: libgweather: Update to 3.26.0.
Kei Kebreau [Thu, 2 Nov 2017 16:05:03 +0000 (12:05 -0400)]
gnu: libgweather: Update to 3.26.0.

* gnu/packages/gnome.scm (libgweather): Update to 3.26.0.

6 years agognu: Add java-plexus-classworlds.
Julien Lepiller [Wed, 25 Oct 2017 22:24:17 +0000 (00:24 +0200)]
gnu: Add java-plexus-classworlds.

* gnu/packages/java.scm (java-plexus-classworlds): New variable.

6 years agognu: Add java-powermock-api-easymock.
Julien Lepiller [Wed, 25 Oct 2017 22:06:55 +0000 (00:06 +0200)]
gnu: Add java-powermock-api-easymock.

* gnu/packages/java.scm (java-powermock-api-easymock): New variable.

6 years agognu: Add java-powermock-modules-junit4.
Julien Lepiller [Wed, 25 Oct 2017 21:38:36 +0000 (23:38 +0200)]
gnu: Add java-powermock-modules-junit4.

* gnu/packages/java.scm (java-powermock-modules-junit4): New variable.

6 years agognu: Add java-powermock-modules-junit4-common.
Julien Lepiller [Wed, 25 Oct 2017 21:37:47 +0000 (23:37 +0200)]
gnu: Add java-powermock-modules-junit4-common.

* gnu/packages/java.scm (java-powermock-modules-junit4-common): New
variable.

6 years agognu: Add java-powermock-api-support.
Julien Lepiller [Wed, 25 Oct 2017 21:08:38 +0000 (23:08 +0200)]
gnu: Add java-powermock-api-support.

* gnu/packages/java.scm (java-powermock-api-support): New variable.

6 years agognu: Add java-powermock-core.
Julien Lepiller [Wed, 25 Oct 2017 21:07:04 +0000 (23:07 +0200)]
gnu: Add java-powermock-core.

* gnu/packages/java.scm (java-powermock-core): New variable.

6 years agognu: Add java-powermock-reflect.
Julien Lepiller [Wed, 25 Oct 2017 21:05:10 +0000 (23:05 +0200)]
gnu: Add java-powermock-reflect.

* gnu/packages/java.scm (java-powermock-reflect): New variable.
* gnu/packages/patches/java-powermock-fix-java-files.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

6 years agognu: Add java-xerial-core.
Julien Lepiller [Wed, 25 Oct 2017 20:59:55 +0000 (22:59 +0200)]
gnu: Add java-xerial-core.

* gnu/packages/java.scm (java-xerial-core): New variable.

6 years agognu: Add java-lmax-disruptor.
Julien Lepiller [Wed, 25 Oct 2017 20:18:24 +0000 (22:18 +0200)]
gnu: Add java-lmax-disruptor.

* gnu/packages/java.scm (java-lmax-disruptor): New variable.

6 years agognu: Add java-bouncycastle-bcpkix.
Julien Lepiller [Tue, 24 Oct 2017 20:46:15 +0000 (22:46 +0200)]
gnu: Add java-bouncycastle-bcpkix.

* gnu/packages/java.scm (java-bouncycastle-bcpkix): New variable.

6 years agognu: Add java-bouncycastle-bcprov.
Julien Lepiller [Mon, 30 Oct 2017 17:51:59 +0000 (18:51 +0100)]
gnu: Add java-bouncycastle-bcprov.

* gnu/packages/java.scm (java-bouncycastle-bcprov): New variable.

6 years agognu: Add java-lz4.
Julien Lepiller [Tue, 24 Oct 2017 20:36:11 +0000 (22:36 +0200)]
gnu: Add java-lz4.

* gnu/packages/java.scm (java-lz4): New variable.

6 years agognu: Add java-mvel2.
Julien Lepiller [Mon, 30 Oct 2017 17:40:24 +0000 (18:40 +0100)]
gnu: Add java-mvel2.

* gnu/packages/java.scm (java-mvel2): New variable.

6 years agognu: Add java-jnacl.
Julien Lepiller [Tue, 24 Oct 2017 20:30:48 +0000 (22:30 +0200)]
gnu: Add java-jnacl.

* gnu/packages/java.scm (java-jnacl): New variable.

6 years agognu: Add java-testng.
Julien Lepiller [Tue, 24 Oct 2017 20:18:59 +0000 (22:18 +0200)]
gnu: Add java-testng.

* gnu/packages/java.scm (java-testng): New variable.

6 years agognu: Add java-fest-assert.
Julien Lepiller [Tue, 24 Oct 2017 20:16:10 +0000 (22:16 +0200)]
gnu: Add java-fest-assert.

* gnu/packages/java.scm (java-fest-assert): New variable.

6 years agognu: Add java-fest-test.
Julien Lepiller [Tue, 24 Oct 2017 20:15:30 +0000 (22:15 +0200)]
gnu: Add java-fest-test.

* gnu/packages/java.scm (java-fest-test): New variable.

6 years agognu: Add java-fest-util.
Julien Lepiller [Tue, 24 Oct 2017 20:14:53 +0000 (22:14 +0200)]
gnu: Add java-fest-util.

* gnu/packages/java.scm (java-fest-util): New variable.

6 years agognu: Add java-jmock-legacy.
Julien Lepiller [Tue, 24 Oct 2017 20:10:38 +0000 (22:10 +0200)]
gnu: Add java-jmock-legacy.

* gnu/packages/java.scm (java-jmock-legacy): New variable.

6 years agognu: Add java-jmock-junit4.
Julien Lepiller [Tue, 24 Oct 2017 20:09:31 +0000 (22:09 +0200)]
gnu: Add java-jmock-junit4.

* gnu/packages/java.scm (java-jmock-junit4): New variable.

6 years agognu: Add java-jmock.
Julien Lepiller [Tue, 24 Oct 2017 20:08:38 +0000 (22:08 +0200)]
gnu: Add java-jmock.

* gnu/packages/java.scm (java-jmock): New variable.

6 years agognu: Add java-bsh.
Julien Lepiller [Tue, 24 Oct 2017 20:05:04 +0000 (22:05 +0200)]
gnu: Add java-bsh.

* gnu/packages/java.scm (java-bsh): New variable.

6 years agognu: Add java-jcommander.
Julien Lepiller [Tue, 24 Oct 2017 20:04:14 +0000 (22:04 +0200)]
gnu: Add java-jcommander.

* gnu/packages/java.scm (java-jcommander): New variable.

6 years agognu: five-or-more: Update to 3.26.0.
Kei Kebreau [Thu, 2 Nov 2017 11:36:23 +0000 (07:36 -0400)]
gnu: five-or-more: Update to 3.26.0.

* gnu/packages/gnome.scm (five-or-more): Update to 3.26.0.

6 years agognu: dejagnu: Update to 1.6.1.
Efraim Flashner [Thu, 2 Nov 2017 09:28:54 +0000 (11:28 +0200)]
gnu: dejagnu: Update to 1.6.1.

* gnu/packages/dejagnu.scm (dejagnu): Update to 1.6.1.

6 years agognu: emacs-helm-make: Update to 0.1.0-1.21c1bfa.
Oleg Pykhalov [Thu, 2 Nov 2017 07:59:38 +0000 (10:59 +0300)]
gnu: emacs-helm-make: Update to 0.1.0-1.21c1bfa.

* gnu/packages/emacs.scm (emacs-helm-make): Update to 0.1.0-1.21c1bfa.

6 years agognu: units: Add readline input.
Eric Bavier [Wed, 1 Nov 2017 22:17:01 +0000 (17:17 -0500)]
gnu: units: Add readline input.

* gnu/packages/maths.scm (units)[inputs]: Add readline.

6 years agognu: units: Add python input.
Eric Bavier [Wed, 1 Nov 2017 22:12:06 +0000 (17:12 -0500)]
gnu: units: Add python input.

* gnu/packages/maths.scm (units)[inputs]: New field.
[arguments]: New field.  Add 'wrap-units_cur phase.

6 years agognu: units: Update to 2.16.
Eric Bavier [Wed, 1 Nov 2017 22:11:15 +0000 (17:11 -0500)]
gnu: units: Update to 2.16.

* gnu/packages/maths.scm (units): Update to 2.16.