summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2017-11-07Fix ambiguous imports....* gnu/packages/ocaml.scm: Hide 'zip' from (srfi srfi-1). * guix/git.scm: Select 'mkdir-p' from (guix build utils). Ludovic Courtès
2017-11-06gnu: nnn: Update to 1.5....* gnu/packages/admin.scm (nnn): Update to 1.5. Efraim Flashner
2017-11-06gnu: libuninameslist: Update to 20170807....* gnu/packages/fontutils.scm (libuninameslist): Update to 20170807. Efraim Flashner
2017-11-06gnu: u-boot: Only install 'MLO' output if it exists....* gnu/packages/bootloaders.scm (u-boot)[arguments]: Add 'MLO' to uboot-files only if it has been built. Efraim Flashner
2017-11-06bootloaders: uboot: Add .img and MLO files to binary outputs....* gnu/packages/bootloaders.scm (make-u-boot-package): Add .img and MLO files as binary output. Mathieu Othacehe
2017-11-06linux: Add omap2plus generic kernel....* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable. Mathieu Othacehe
2017-11-06gnu: uboot: Fix same-arch? check....* gnu/packages/bootloaders.scm (make-u-boot-package): Compare %current-system to system associated to given triplet. Comparing a system and a triplet didn't make sense. Mathieu Othacehe
2017-11-06gnu: perl-test-www-mechanize-psgi: Update source uri....* gnu/packages/web.scm (perl-test-www-mechanize-psgi)[source]: Update to new source uri. Efraim Flashner
2017-11-06gnu: dtc: Build python bindings....* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Add swig. [inputs]: Add python-2. [arguments]: Remove 'NO_PYTHON' from make-flags, add 'SETUP_PREFIX' to set python bindings prefix. Efraim Flashner
2017-11-06gnu: dtc: Update to 1.4.5....* gnu/packages/bootloaders.scm (dtc): Update to 1.4.5. [arguments]: Add NO_PYTHON flag to make-flags. Efraim Flashner
2017-11-06gnu: libxres: Update to 1.2.0....* gnu/packages/xorg.scm (libxres): Update to 1.2.0. Efraim Flashner
2017-11-06gnu: youtube-dl: Update to 2017.11.06....* gnu/packages/video.scm (youtube-dl): Update to 2017.11.06. Tobias Geerinckx-Rice
2017-11-06gnu: aria2: Update to 1.33.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.33.0. Efraim Flashner
2017-11-06gnu: emacs-undo-tree: Parameterize source uri....* gnu/packages/emacs.scm (emacs-undo-tree)[source]: Replace hard-coded version with version parameter. Efraim Flashner
2017-11-05gnu: borg: Update to 1.1.2....* gnu/packages/backup.scm (borg): Update to 1.1.2. [arguments]: Disable another test in the 'check' phase. Leo Famulari
2017-11-05gnu: netsurf: Update to 3.7....For compatibility, dependents must be updated at the same time. * gnu/packages/web.scm (libcss): Update to 0.7.0 (nsgenbind): Update to 0.5. (netsurf): Update to 3.7. [arguments]: Fix binary name in .desktop. Adjust "docs" directory name. * gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source. Eric Bavier
2017-11-05gnu: libnspsl: Update to 0.1.2....* gnu/packages/web.scm (libnspsl): Update to 0.1.2. Eric Bavier
2017-11-05gnu: libnsgif: Update to 0.2.0....* gnu/packages/web.scm (libnsgif): Update to 0.2.0. Eric Bavier
2017-11-05gnu: libsvgtiny: Update to 0.1.6....* gnu/packages/web.scm (libsvgtiny): Update to 0.1.6. Eric Bavier
2017-11-05gnu: libdom: Update to 0.3.2....* gnu/packages/web.scm (libdom): Update to 0.3.2. Eric Bavier
2017-11-05gnu: libwapcaplet: Update to 0.4.0....* gnu/packages/web.scm (libwapcaplet): Update to 0.4.0. Eric Bavier
2017-11-05gnu: hubbub: Update to 0.3.4....* gnu/packages/web.scm (hubbub): Update to 0.3.4. Eric Bavier
2017-11-05gnu: netsurf-buildsystem: Update to 1.6....* gnu/packages/web.scm (netsurf-buildsystem): Update to 1.6. Eric Bavier
2017-11-05gnu: emacs-evil: Update to 1.2.13....* 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> ng0
2017-11-05gnu: emacs-slime: Use correct Texinfo commands in the description....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> ng0
2017-11-05gnu: emacs-undo-tree: Update to 0.6.6....* gnu/packages/emacs (emacs-undo-tree): Update to 0.6.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng0
2017-11-05gnu: emacs-which-key: Update to 3.0.2....* gnu/packages/emacs.scm (emacs-which-key): Update to 3.0.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng0
2017-11-05gnu: emacs-neotree: Update to 0.5.2....* 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> ng0
2017-11-05gnu: redis: Update to 4.0.2....* gnu/packages/databases.scm (redis): Update to 4.0.2. Marius Bakke
2017-11-05gnu: sdl2: Update to 2.0.7 and enable Wayland backend....* 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> Rutger Helling
2017-11-05gnu: add disorderfs....* gnu/packages/file-systems.scm (disorderfs): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Gábor Boskovits
2017-11-05gnu: python-decorator: Update to 4.1.2....* gnu/packages/python.scm (python-decorator): Update to 4.1.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Gábor Boskovits
2017-11-05gnu: calibre: Install mimetypes....* gnu/packages/ebook.scm (calibre)[arguments]: Install mimetypes xml file. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brendan Tildesley
2017-11-05gnu: calibre: Add optipng as an input....* gnu/packages/ebook.scm (calibre)[inputs]: Add optipng. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brendan Tildesley
2017-11-05gnu: 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> Brendan Tildesley
2017-11-05gnu: Add python-dukpy, python2-dukpy....gnu/packages/python.scm (python-dukpy, python2-dukpy): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brendan Tildesley
2017-11-05gnu: calibre: Update to 3.11.1....* gnu/packages/ebook.scm (calibre): Update to 3.11.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brendan Tildesley
2017-11-05gnu: retroarch: Enable Wayland support....* gnu/packages/games.scm (retroarch)[inputs]: Add wayland. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Rutger Helling
2017-11-05gnu: weston: Update to 3.0.0....* gnu/packages/freedesktop.scm (weston): Update to 3.0.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Rutger Helling
2017-11-05gnu: lollypop: Update to 0.9.304....* gnu/packages/gnome.scm (lollypop): Update to 0.9.304. Signed-off-by: Marius Bakke <mbakke@fastmail.com> rennes
2017-11-05gnu: gnome-terminal: Update to 3.26.2....* gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.2. Tobias Geerinckx-Rice
2017-11-05gnu: vte: Update to 0.50.2....* gnu/packages/gnome.scm (vte): Update to 0.50.2. Tobias Geerinckx-Rice
2017-11-05gnu: fio: Update to 3.2....* gnu/packages/benchmark.scm (fio): Update to 3.2. Marius Bakke
2017-11-05gnu: feh: Update to 2.22....* gnu/packages/image-viewers.scm (feh): Update to 2.22. [native-search-paths]: New field. Marius Bakke
2017-11-05gnu: fio: Update to 3.1....* gnu/packages/benchmark.scm (fio): Update to 3.1. Manolis Ragkousis
2017-11-05gnu: 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. Hartmut Goebel
2017-11-05gnu: 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. Hartmut Goebel
2017-11-05gnu: 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. Hartmut Goebel
2017-11-05gnu: libksysguard: Update to 5.11.2....* gnu/packages/kde.scm (libksysguard): Update to 5.11.2. Hartmut Goebel
2017-11-05gnu: solid: Enable building interface for qml....* gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative. Hartmut Goebel