summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add nip2.Lprndn2019-01-06
| | | | | | * gnu/packages/image-processing.scm (nip2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hunspell-dict-en: Update to 2018-04-16.Efraim Flashner2019-01-05
| | | | | * gnu/packages/aspell.scm (aspell-word-list): Update to 2018.04.16. [arguments]: Use 'invoke'.
* gnu: hunspell: Update to 1.7.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/libreoffice.scm (hunspell): Update to 1.7.0. [source]: Use 'git-fetch'.
* gnu: streamlink: Fix build.Efraim Flashner2019-01-05
| | | | | | * gnu/packages/video.scm (streamlink)[source]: Add patch. * gnu/packages/patches/streamlink-update-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: python-iso3166: Update to 0.9.Efraim Flashner2019-01-05
| | | | * gnu/packages/iso-codes.scm (python-iso3166): Update to 0.9.
* gnu: po4a: Update to 0.55.Efraim Flashner2019-01-05
| | | | | | | * gnu/packages/gettext.scm (po4a): Update to 0.55. [arguments]: Add 'patch-docbook-xml phase to patch references to docbook-xml. Update custom 'disable-failing-tests phase. [native-inputs]: Replace docbook-xml with docbook-xml-4.1.2.
* gnu: python-scripttest: Use pypi uri.Efraim Flashner2019-01-05
| | | | * gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
* gnu: python-pytest-xdist: Update to 1.25.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/check.scm (python-pytest-xdist): Update to 1.25.0. [source]: Update source uri.
* gnu: python-pytest-cov: Update to 2.6.0.Efraim Flashner2019-01-05
| | | | * gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
* gnu: python-subunit: Update to 1.3.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/check.scm (python-subunit): Update to 1.3.0. [home-page]: Use https.
* gnu: octave: Fix makeinfo path configuration.Arun Isaac2019-01-05
| | | | | * gnu/packages/maths.scm (octave-cli)[arguments]: Fix makeinfo path configuration in configure-makeinfo phase.
* gnu: youtube-viewer: Install desktop file.Eric Bavier2019-01-05
| | | | | * gnu/packages/video.scm (youtube-viewer)[arguments]: Add 'install-desktop phase.
* gnu: Add paps.Ricardo Wurmus2019-01-05
| | | | * gnu/packages/pdf.scm (paps): New variable.
* gnu: python-isodate: Update to 0.6.0.Efraim Flashner2019-01-04
| | | | | | * gnu/packages/time.scm (python-isodate): Update to 0.6.0. [native-inputs]: Add python-six. [home-page]: Update to new home-page.
* gnu: python-tzlocal: Update to 1.5.1.Efraim Flashner2019-01-04
| | | | | | | * gnu/packages/time.scm (python-tzlocal): Update to 1.5.1. [arguments]: Add custom phase to fix symlink issue in pypi release. [native-inputs]: Add python-mock. [license]: Update to expat.
* gnu: python-ruamel.yaml: Update to 0.15.83.Efraim Flashner2019-01-04
| | | | * gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.83.
* gnu: video: Add missing copyright.Mathieu Othacehe2019-01-04
| | | | * gnu/packages/video.scm: Add copyright.
* gnu: vlc: Fix typo in synopsis.Mathieu Othacehe2019-01-04
| | | | * gnu/packages/video.scm (vlc)[synopsis]: Fix typo.
* gnu: kservice: Transfer patches from NixOS.Hartmut Goebel2019-01-04
| | | | | | | | Transfer the NixOS patches for kservice as of 2018-02-17. - Make QDirIterator follow symlinks. - Normalize path, but don't resolve symlinks. * gnu/packages/kde-frameworks.scm(kservice)<patch>: New phase.
* gnu: kpackage: Transfer patches from NixOS.Hartmut Goebel2019-01-04
| | | | | | | | | | | | | | Transfer the NixOS patches for kpackage as of 2018-02-17: - Allow external paths. - Make QDirIterator follow symlinks. Decided to use a patch for one of the "allow external paths" changes since 'substitute*' seems not to be robust enough. * gnu/packages/patches/kpackage-allow-external-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm(kpackage)[source]: Use it. <patch>: New phase.
* gnu: kinit: Use LIBRARY_PATH to search for dynamically loaded libs.Hartmut Goebel2019-01-04
| | | | | | | | | Transfer the NixOS "kdeinit-libpath" patch for kinit as of 2018-02-17. * gnu/packages/patches/kinit-kdeinit-libpath.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm (kinit)[source]: Use it.
* gnu: kinit: Use the store paths for dynamically loaded libs.Hartmut Goebel2019-01-04
| | | | | | | | | | | Transfer the NixOS "kdeinit-extra_libs" patch for kinit as of 2018-02-17. * gnu/packages/patches/kinit-kdeinit-extra_libs.patch: New filee. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm (kinit)[source]: Use it. <patch-paths>: New phase. [inputs]: Add kparts, plasma-framework.
* gnu: kio: Search 'smbd' on $PATH.Hartmut Goebel2019-01-04
| | | | | | | | Transfer the remaining NixOS patch for kio as of 2018-02-17. * gnu/packages/patches/kio-search-smbd-on-PATH.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm(kio)<source>: Use it.
* gnu: kdelibs4support: Add todo comment for a patch from NixOS.Hartmut Goebel2019-01-04
| | | | * gnu/packages/kde-frameworks.scm(kdelibs4support): Add comment.
* gnu: kconfigwidgets: Make QDirIterator follow symlinks.Hartmut Goebel2019-01-04
| | | | | | | Transfer the NixOS patch "qdiriterator-follow-symlinks" for kconfigwidgets as of 2018-02-17. * gnu/packages/kde-frameworks.scm(kconfigwidgets)<patch>: New phase.
* gnu: kcmutils: Print plugin name when loading fails.Hartmut Goebel2019-01-04
| | | | | | | | Transfer the NixOS patch "kcmutils-debug-module-loader" for kcmutils as of 2018-02-17. * gnu/packages/kde-frameworks.scm(kcmutils)<patch>: Add substitute for src/kcmoduleloader.cpp.
* gnu: kcmutils: Make QDirIterator follow symlinks.Hartmut Goebel2019-01-04
| | | | | | | Transfer the NixOS patch "kcmutils-follow-symlinks" for kcmutils as of 2018-02-17. * gnu/packages/kde-frameworks.scm(kcmutils)<patch>: New phase.
* gnu: krunner: Blacklist another test failing with 5.49.0.Hartmut Goebel2019-01-04
| | | | | * gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>: Blacklist 'testMulti'.
* gnu: extra-cmake-modules: Fix install-path for plugins.Hartmut Goebel2019-01-04
| | | | | | | The respective entry changed for kde-frameworks 5.46. * gnu/packages/kde-frameworks.scm(krunner)[#phases]<fix-lib-path>: Change substitute for QTPLUGINDIR.
* gnu: libsecret: Update to 0.18.7.Efraim Flashner2019-01-04
| | | | * gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
* gnu: goffice: Update to 0.10.44.Efraim Flashner2019-01-04
| | | | * gnu/packages/gnome.scm (goffice): Update to 0.10.44.
* gnu: guile-gnunet: Update to 0.0-1.d12167a.Alex Vong2019-01-04
| | | | | | * gnu/packages/gnunet.scm (guile-gnunet): Update to 0.0-1.d12167a. [version]: Use git-version. [source]: Use git-file-name.
* gnu: libmicrohttpd: Update to 0.9.62.Alex Vong2019-01-04
| | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.62.
* gnu: libextractor: Fix CVE-2018-{20430,20431}.Alex Vong2019-01-04
| | | | | | | * gnu/packages/patches/libextractor-CVE-2018-20430.patch, gnu/packages/patches/libextractor-CVE-2018-20431.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnunet.scm (libextractor)[source]: Use them.
* gnu: libextractor: Update to 1.8.Alex Vong2019-01-04
| | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.8.
* gnu: yoshimi: Update to 1.5.10.Ricardo Wurmus2019-01-03
| | | | * gnu/packages/music.scm (yoshimi): Update to 1.5.10.
* gnu: vboot-utils: Fix building on armhf-linux.Kei Kebreau2019-01-03
| | | | | | | | | * gnu/packages/bootloaders.scm (vboot-utils)[source]: Add patches. [arguments]: Conditionally add "HOST_ARCH=arm" to #:make-flags. * gnu/packages/patches/vboot-utils-fix-format-load-address.patch, gnu/packages/patches/vboot-utils-fix-tests-show-contents.patch, gnu/packages/patches/vboot-utils-skip-test-workbuf.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: gnupg: Update to 2.2.12.Efraim Flashner2019-01-03
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.12.
* gnu: vlc: Add protobuf to inputs.Mathieu Othacehe2019-01-03
| | | | * gnu/packages/video.scm (vlc)[inputs]: Add protobuf.
* gnu: vlc: Add libmicrodns to inputs.Mathieu Othacehe2019-01-03
| | | | * gnu/packages/video.scm (vlc)[inputs]: Add libmicrodns.
* gnu: Add libmicrodns.Mathieu Othacehe2019-01-03
| | | | * gnu/packages/dns.scm (libmicrodns): New package.
* gnu: xdisorg.scm: Add missing import.Efraim Flashner2019-01-03
| | | | * gnu/packages/xdisorg.scm: Add missing import.
* gnu: bullet: Update to 2.88.Efraim Flashner2019-01-03
| | | | | | | | | * gnu/packages/game-development.scm (bullet): Update to 2.88. [source]: Use 'git-fetch'. Add snippet to remove bundled binaries and libraries. [arguments]: Add configure-flags to prevent building demos. Add custom 'remove-failing-tests phase to skip tests which fail after removing bundled code.
* gnu: Add wl-clipboard.Rutger Helling2019-01-03
| | | | * gnu/packages/xdisorg.scm (wl-clipboard): New variable.
* gnu: emacs-magit-svn: Fix build.Danny Milosavljevic2019-01-03
| | | | | * gnu/packages/emacs.scm (emacs-magit-svn): Replace ',name' by '"emacs-magit-svn"'.
* gnu: gnucash: Fix test failure.Maxim Cournoyer2019-01-02
| | | | | | | | Fixes issue #32057 (see: https://issues.guix.info/issue/32057). * gnu/packages/patches/gnucash-fix-test-transaction-failure.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnucash.scm (gnucash): Use it.
* gnu: emacs-hydra: Update to 0.14.0.Efraim Flashner2019-01-02
| | | | * gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0.
* gnu: emacs-edit-indirect: Update to 0.1.5.Efraim Flashner2019-01-02
| | | | | * gnu/packages/emacs.scm (emacs-edit-indirect): Update to 0.1.5. [source]: Use 'git-fetch'.
* gnu: signing-party: Update to 2.7.Efraim Flashner2019-01-02
| | | | | | * gnu/packages/gnupg.scm (signing-party): Update to 2.7. [home-page]: Update to new home-page. [arguments]: All phases end with #t.
* gnu: perl-archive-zip: Update to 1.64.Efraim Flashner2019-01-02
| | | | * gnu/packages/comression.scm (perl-archive-zip): Update to 1.64.