summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: emacs-picpocket: Update to 40.Alex Vong2018-11-23
| | | | | | | Fix version string as well: <https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00286.html>. * gnu/packages/emacs.scm (emacs-picpocket): Update to 40.
* gnu: xpra: Update to 2.4.2.Rutger Helling2018-11-23
| | | | * gnu/packages/xorg.scm (xpra): Update to 2.4.2.
* gnu: Add u-boot-pinebook.Vagrant Cascadian2018-11-22
| | | | | | | | | | | | | | * gnu/packages/patches/u-boot-pinebook-a64-update-dts.patch: New file. * gnu/packages/patches/u-boot-pinebook-syscon-node.patch: New file. * gnu/packages/patches/u-boot-pinebook-mmc-calibration.patch: New file. * gnu/packages/patches/u-boot-pinebook-video-bridge.patch: New file. * gnu/packages/patches/u-boot-pinebook-r_i2c-controller.patch: New file. * gnu/packages/patches/u-boot-pinebook-dts.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/bootloaders.scm (u-boot-pinebook): New exported variable. * gnu/bootloader/u-boot.scm (u-boot-pinebook-bootloader): New exported variable. * gnu/system/install.scm (pinebook-installation-os): New exported variable.
* gnu: ccl: Fix missing command line argument support in wrapper.Pierre Neidhardt2018-11-22
| | | | * gnu/packages/lisp.scm (ccl): Fix missing command line argument support in wrapper.
* gnu: gajim: Rename wrap-program phases.Arun Isaac2018-11-22
| | | | | * gnu/packages/messaging.scm (gajim)[arguments]: Rename wrap-program phases to wrap-gi-typelib-path and wrap-gsettings-schema-dir.
* gnu: supercollider: Update to 3.9.3.Nicolas Goaziou2018-11-22
| | | | * gnu/packages/audio.scm (supercollider): Update to 3.9.3.
* gnu: giac-xcas: Add a "doc" outputNicolas Goaziou2018-11-22
| | | | | * gnu/packages/algebra.scm (giac-xcas): Add "doc" output. [arguments]: Add phase to install documentation in the appropriate directory.
* gnu: giac-xcas: Update to 1.5.0-19.Nicolas Goaziou2018-11-22
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-19.
* gnu: ccl: Properly include x86-headers and remove missing "contrib" folder.Pierre Neidhardt2018-11-22
| | | | | * gnu/packages/lisp.scm (ccl): Include x86-headers and remove missing "contrib" folder. [home-page]: Use HTTPS.
* linux-initrd: 'expression->initrd' returns the complete file name.Ludovic Courtès2018-11-21
| | | | | | | | | | | | | | | | Previously 'expression->initrd' would return the directory that contains the 'initrd' file; now it returns the complete file name for that file. * gnu/system/linux-initrd.scm (expression->initrd)[builder]: Change output file name to "initrd.cpio.gz". Tail-call 'file-append' to return the complete file name. * gnu/system.scm (operating-system-initrd-file): Remove 'file-append' call. * gnu/build/linux-initrd.scm (write-cpio-archive): Check whether OUTPUT already has the ".gz" suffix; rename if before invoking GZIP if it does, and otherwise after. * gnu/system/vm.scm (expression->derivation-in-linux-vm)[builder]: Do not append "/initrd" to #$initrd.
* gnu: mbedtls-apache: Update to 2.14.0.Marius Bakke2018-11-21
| | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.14.0.
* gnu: termite: Update to 14.Marius Bakke2018-11-21
| | | | * gnu/packages/terminals.scm (termite): Update to 14.
* gnu: vte-ng: Update to 0.54.2.a.Marius Bakke2018-11-21
| | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.54.2.a.
* gnu: vte-ng: Fetch source using git.Marius Bakke2018-11-21
| | | | * gnu/packages/gnome.scm (vte-ng)[source]: Rewrite in terms of GIT-FETCH.
* gnu: vte-ng: Add a home page.Marius Bakke2018-11-21
| | | | * gnu/packages/gnome.scm (vte-ng)[home-page]: New field.
* gnu: python-numpy: Update to 1.14.6.Marius Bakke2018-11-21
| | | | * gnu/packages/python.scm (python-numpy): Update to 1.14.6.
* gnu: webkitgtk: Update to 2.22.4.Marius Bakke2018-11-21
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.4.
* gnu: git: Update to 2.19.2.Marius Bakke2018-11-21
| | | | * gnu/packages/version-control.scm (git): Update to 2.19.2.
* gnu: feh: Update to 3.1.Marius Bakke2018-11-21
| | | | * gnu/packages/image-viewers.scm (feh): Update to 3.1.
* gnu: teeworlds: Update to 0.7.0 [fixes CVE-2018-18541].Alex Vong2018-11-22
| | | | | | | | | * gnu/packages/games.scm (teeworlds): Update to 0.7.0. [source]: Switch to git-fetch. Remove all bundled libraries except md5. [arguments]: Adjust accordingly. [inputs]: Use sdl2 instead of sdl and python-wrapper instead of python-2. Add json-parser and pnglite. * gnu/packages/patches/teeworlds-use-latest-wavpack.patch: Update it.
* gnu: bam: Update to 0.5.1.Alex Vong2018-11-22
| | | | | | | * gnu/packages/build-tools.scm (bam): Update to 0.5.1. [source]: Switch to git-fetch. [arguments]: Use newly provided Makefile. [inputs]: Add lua.
* gnu: Add json-parser.Alex Vong2018-11-22
| | | | * gnu/packages/web.scm (json-parser): New variable.
* gnu: Add pnglite.Alex Vong2018-11-22
| | | | * gnu/packages/image.scm (pnglite): New variable.
* gnu: python-waf: Use a proper directory structure.Efraim Flashner2018-11-21
| | | | | | | | | Fixes <https://bugs.gnu.org/25634>. * gnu/packages/python.scm (python-waf): Replace custom 'install phase to install "waf" binary into the bin directory. Remove the 'wrap phase. * gnu/packages/video.scm (mpv)[arguments]: Adjust the 'setup-waf phase accordingly.
* gnu: font-ubuntu: Update url.Jan Nieuwenhuizen2018-11-21
| | | | * gnu/packages/fonts.scm (font-ubuntu): Use new url, update hash.
* gnu: Add python-wikidata.swedebugia2018-11-21
| | | | | | * gnu/packages/python.scm (python-wikidata): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: thermald: Clean up package definition.Efraim Flashner2018-11-21
| | | | | * gnu/packages/admin.scm (thermald)[arguments]: Remove redundant 'bootstrap phase. Remove unnecessary udev configure flag.
* gnu: thermald: Don't use unstable tarball.Efraim Flashner2018-11-21
| | | | | * gnu/packages/admin.scm (thermald)[source]: Download source using git-fetch.
* gnu: emacs-elpy: Update to 1.26.0.Maxim Cournoyer2018-11-20
| | | | * gnu/packages/emacs.scm (emacs-elpy): Update to 1.26.0.
* gnu: u-boot-pine64-plus: Refactor package definition.Vagrant Cascadian2018-11-20
| | | | | | | * gnu/packages/bootloaders.scm (make-u-boot-sunxi64-package): New procedure. (u-boot-pine64-plus): Use it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: arm-trusted-firmware-pine64-plus: Rename variable to ↵Vagrant Cascadian2018-11-20
| | | | | | | | | | arm-trusted-firmware-sun50i-a64. * gnu/packages/firmware (arm-trusted-firmware-pine64-plus): Rename to... (arm-trusted-firmware-sun50i-a64): ...this. * gnu/packages/bootloaders (u-boot-pine64-plus)[native-inputs]: Use it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: arm-trusted-firmware-pine64-plus: Update to 2.0-1.cabe0a3.Vagrant Cascadian2018-11-20
| | | | | | | | | * gnu/packages/firmware.scm (arm-trusted-firmware-pine64-plus): Use platform name from upstream ("sun50i_a64"). [version]: Update to 2.0-1.cabe0a3, [source](uri): Use upstream git repository. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add python-django-debug-toolbar.Christopher Baines2018-11-20
| | | | | * gnu/packages/django.scm (python-django-debug-toolbar, python2-django-debug-toolbar): New variables.
* gnu: Add python-django-jinja.Christopher Baines2018-11-20
| | | | | * gnu/packages/django.scm (python-django-jinja, python2-django-jinja): New variables.
* gnu: Add python-django-pipeline.Christopher Baines2018-11-20
| | | | | * gnu/packages/django.scm (python-django-pipeline, python2-django-pipeline): New variables.
* gnu: Add python-slimit.Christopher Baines2018-11-20
| | | | * gnu/packages/python-web.scm (python-slimit, python2-slimit): New variables.
* gnu: Add python-jsmin.Christopher Baines2018-11-20
| | | | * gnu/packages/python-web.scm (python-jsmin, python2-jsmin): New variables.
* gnu: cabextract: Update to 1.9.Kei Kebreau2018-11-20
| | | | | | * gnu/packages/compression.scm (cabextract): Update to 1.9. [arguments]: Add phase "unpack-libmspack". [inputs]: Add libmspack-source.
* gnu: libmspack: Update to 0.9.1.Kei Kebreau2018-11-20
| | | | * gnu/packages/compression.scm (libmspack): Update to 0.9.1.
* gnu: java-jansi-native: Add "mips64el-linux" case.Ludovic Courtès2018-11-20
| | | | | * gnu/packages/java.scm (java-jansi-native)[arguments]: Add "mips64el-linux" in 'match' clause.
* Revert "gnu: ccl: Include x86-headers and remove missing "contrib" folder."Ludovic Courtès2018-11-20
| | | | | This reverts commit d22ba64276c0bbacb77d0670635f67f053a16c6b, which broke evaluations for armhf-linux.
* gnu: autotalent: Simplify 'license'.Ludovic Courtès2018-11-20
| | | | * gnu/packages/audio.scm (autotalent)[license]: Remove unnecessary 'list'.
* services: wesnothd: Run as wesnothd user and group.Arun Isaac2018-11-20
| | | | | * gnu/services/games.scm (wesnothd-shepherd-service): Run as wesnothd user and group.
* gnu: Add pinentry-efl.Efraim Flashner2018-11-20
| | | | | | * gnu/packages/gnupg.scm (pinentry-efl): New variable. * gnu/packages/patches/pinentry-efl.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: Add missing patch to local.mk.Marius Bakke2018-11-20
| | | | | | This line was removed by accident in 0a41123f01d5d2466d6f533be3644ac8c9a2bdf9. * gnu/local.mk (dist_patch_DATA): Add "clang-3.5-libc-search-path.patch".
* gnu: libwebp: Update to 1.0.1.Marius Bakke2018-11-20
| | | | * gnu/packages/image.scm (libwebp): Update to 1.0.1.
* gnu: fluidsynth: Update to 2.0.2.Marius Bakke2018-11-20
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.2.
* gnu: python-joblib: Update home page.Marius Bakke2018-11-20
| | | | * gnu/packages/python.scm (python-joblib)[home-page]: Update to current.
* gnu: python-joblib: Update to 0.13.0.Marius Bakke2018-11-20
| | | | | | | | * gnu/packages/python.scm (python-joblib): Update to 0.13.0. [source](snippet): Remove. [arguments]: Remove 'disable-failing-tests' phase. Add custom check phase. [native-inputs]: Remove PYTHON-NOSE, PYTHON-SPHINX, PYTHON-DOCUTILS and PYTHON-NUMPYDOC. Add PYTHON-PYTEST.
* gnu: python-natsort: Update to 5.4.1.Marius Bakke2018-11-20
| | | | | | | | | * gnu/packages/python.scm (python-natsort): Update to 5.4.1. [arguments]: Add #:modules. Replace 'check' phase with custom pytest invokation. [native-inputs]: Remove PYTHON-PYTEST-CACHE, PYTHON-PYTEST-FLAKES and PYTHON-PYTEST-PEP8. Add PYTHON-PYTEST and PYTHON-PYTEST-MOCK. (python2-natsort)[native-inputs]: Remove PYTHON2-ENUM34 and PYTHON2-MOCK.