aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-11-05gnu: hubbub: Update to 0.3.4.Eric Bavier
* gnu/packages/web.scm (hubbub): Update to 0.3.4.
2017-11-05gnu: netsurf-buildsystem: Update to 1.6.Eric Bavier
* gnu/packages/web.scm (netsurf-buildsystem): Update to 1.6.
2017-11-05gnu: emacs-evil: Update to 1.2.13.ng0
* gnu/packages/emacs.scm (emacs-evil): Update to 1.2.13. (source): Adjust URL to new upstream location on github. (home-page): likewise. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: emacs-slime: Use correct Texinfo commands in the description.ng0
Previously the description had "@{something}" in it which is never valid Texinfo. This commit changes it to use "@command{something}" to render the full description. * gnu/packages/emacs.scm (emacs-slime)[description]: Correct Texinfo usage. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: emacs-undo-tree: Update to 0.6.6.ng0
* gnu/packages/emacs (emacs-undo-tree): Update to 0.6.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: emacs-which-key: Update to 3.0.2.ng0
* gnu/packages/emacs.scm (emacs-which-key): Update to 3.0.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: emacs-neotree: Update to 0.5.2.ng0
* gnu/packages/emacs.scm (emacs-neotree): Update to 0.5.2. [source](uri): Adjust URL to tag change. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: redis: Update to 4.0.2.Marius Bakke
* gnu/packages/databases.scm (redis): Update to 4.0.2.
2017-11-05gnu: sdl2: Update to 2.0.7 and enable Wayland backend.Rutger Helling
* gnu/packages/sdl.scm (sdl2): Update to 2.0.7. [inputs]: Add wayland, wayland-protocols, libxkbcommon. [arguments]: Add '--disable-wayland-shared' to #:configure-flags. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: add disorderfs.Gábor Boskovits
* gnu/packages/file-systems.scm (disorderfs): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: python-decorator: Update to 4.1.2.Gábor Boskovits
* gnu/packages/python.scm (python-decorator): Update to 4.1.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: calibre: Install mimetypes.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[arguments]: Install mimetypes xml file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: calibre: Add optipng as an input.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[inputs]: Add optipng. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: calibre: Add python2-dukpy as an input.Brendan Tildesley
* 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>
2017-11-05gnu: Add python-dukpy, python2-dukpy.Brendan Tildesley
gnu/packages/python.scm (python-dukpy, python2-dukpy): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: calibre: Update to 3.11.1.Brendan Tildesley
* gnu/packages/ebook.scm (calibre): Update to 3.11.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: retroarch: Enable Wayland support.Rutger Helling
* gnu/packages/games.scm (retroarch)[inputs]: Add wayland. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: weston: Update to 3.0.0.Rutger Helling
* gnu/packages/freedesktop.scm (weston): Update to 3.0.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: lollypop: Update to 0.9.304.rennes
* gnu/packages/gnome.scm (lollypop): Update to 0.9.304. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: gnome-terminal: Update to 3.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.2.
2017-11-05gnu: vte: Update to 0.50.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (vte): Update to 0.50.2.
2017-11-05gnu: fio: Update to 3.2.Marius Bakke
* gnu/packages/benchmark.scm (fio): Update to 3.2.
2017-11-05gnu: feh: Update to 2.22.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.22. [native-search-paths]: New field.
2017-11-05services: Add 'description' fields.Ludovic Courtès
* 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.
2017-11-05services: Add murmur.nee
* 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>
2017-11-05gnu: fio: Update to 3.1.Manolis Ragkousis
* gnu/packages/benchmark.scm (fio): Update to 3.1.
2017-11-05gnu: prison: Move to be in alphabetical order.Hartmut Goebel
I was trapped be the definitions not being in alphabetical order. * gnu/packages/kde-frameworks.scm (prison): Move in front of solid.
2017-11-05gnu: kdewebkit: Move to be in alphabetical order.Hartmut Goebel
I was trapped by the definitions not being in alphabetical order. * gnu/packages/kde-frameworks.scm (kdewebkit): Move in front of kemoticons.
2017-11-05gnu: kactivities: Move to tier 2.Hartmut Goebel
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.
2017-11-05gnu: libksysguard: Update to 5.11.2.Hartmut Goebel
* gnu/packages/kde.scm (libksysguard): Update to 5.11.2.
2017-11-05gnu: solid: Enable building interface for qml.Hartmut Goebel
* gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative.
2017-11-05gnu: krunner: Make some tests pass.Hartmut Goebel
* 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.
2017-11-05gnu: kdelibs4support: Make test kstandarddirstest pass.Hartmut Goebel
* gnu/package/kde-frameworks.scm(kdelibs4support)[#:phases] <check-post-install>: Add workaround for bug in test-case. Update comment.
2017-11-05gnu: kimageformats: Update comment.Hartmut Goebel
* gnu/packages/kde-frameworks.scm(kimageformats): Update comment.
2017-11-05gnu: kde-frameworks: Update to 5.39.0.Hartmut Goebel
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.
2017-11-05gnu: extra-cmake-modules: Install pri-files into lib/qt5/.Hartmut Goebel
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'.
2017-11-04gnu: icedtea: Update to 3.6.0 [security fixes].Marius Bakke
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.
2017-11-04gnu: diamond: Update to 0.9.12.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.12.
2017-11-04gnu: sssd: Disable failing test.Marius Bakke
* gnu/packages/sssd.scm (sssd)[arguments]<#:phases>: Add substitution to 'disable-failing-test' phase.
2017-11-04gnu: samba: Update to 4.7.1.Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.7.1.
2017-11-04gnu: ldb: Update to 1.3.0.Marius Bakke
* gnu/packages/samba.scm (ldb): Update to 1.3.0.
2017-11-04gnu: re2: Update to 2017-11-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2017-11-01.
2017-11-04gnu: libxfont@1: Update to 1.5.3.Marius Bakke
* gnu/packages/xorg.scm (libxfont): Update to 1.5.3. [source](patches): Remove.
2017-11-03gnu: multiqc: Update to 1.3.Ricardo Wurmus
* 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.
2017-11-03gnu: iso-codes: Update to 3.76.Kei Kebreau
* gnu/packages/iso-codes.scm (iso-codes): Update to 3.76.
2017-11-03gnu: r-ape: Update to 5.0.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-ape): Update to 5.0. [propagated-inputs]: Add r-rcpp.
2017-11-03gnu: r-bbmle: Update to 1.0.20.Ricardo Wurmus
* gnu/packages/cran.scm (r-bbmle): Update to 1.0.20.
2017-11-03gnu: r-proxy: Update to 0.4-19.Ricardo Wurmus
* gnu/packages/cran.scm (r-proxy): Update to 0.4-19.
2017-11-03gnu: r-glue: Update to 1.2.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-glue): Update to 1.2.0.
2017-11-03gnu: r-withr: Update to 2.1.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-withr): Update to 2.1.0. [propagated-inputs]: Add r-lattice.