summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* 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.
* gnu: zstd: Update to 1.3.8.Efraim Flashner2019-01-02
| | | | | * gnu/packages/compression.scm (zstd): Update to 1.3.8. [home-page]: Update to new home-page.
* gnu: perl-yaml-tiny: Update to 1.73.Efraim Flashner2019-01-02
| | | | * gnu/packages/perl.scm (perl-yaml-tiny): Update to 1.73.
* gnu: perl-json-maybexs: Update to 1.004000.Efraim Flashner2019-01-02
| | | | * gnu/packages/perl.scm (perl-json-maybexs): Update to 1.004000.
* gnu: perl-cpanel-json-xs: Update to 4.08.Efraim Flashner2019-01-02
| | | | * gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.08.
* gnu: perl-test-mockmodule: Update to 0.170.0.Efraim Flashner2019-01-02
| | | | | | * gnu/packages/perl-check.scm (perl-test-mockmodule): Update to 0.170.0. [source]: Update source uri. [native-inputs]: Add perl-test-warnings.
* gnu: perl-test-simple: Update to 1.302141.Efraim Flashner2019-01-02
| | | | * gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302141.
* gnu: qtsyncthingtray: Use 'git-fetch'.Efraim Flashner2019-01-02
| | | | | * gnu/packages/sync.scm (qtsyncthingtray)[source]: Use 'git-fetch'. [arguments]: Update custom 'install phase.
* gnu: owncloud-client: Update to 2.5.1.10973.Efraim Flashner2019-01-02
| | | | | * gnu/packages/sync.scm (owncloud-client): Update to 2.5.1.10973. * gnu/packages/patches/owncloud-disable-updatecheck.patch: Update patch.
* gnu: qtkeychain: Update to 0.9.1.Efraim Flashner2019-01-02
| | | | | | * gnu/packages/qt.scm (qtkeychain): Update to 0.9.1. [source]: Use 'git-fetch'. [arguments]: Update custom 'set-qt-trans-dir phase.
* gnu: jupyter: Add missing dependency.Ricardo Wurmus2019-01-02
| | | | | | * gnu/packages/python.scm (jupyter)[propagated-inputs]: Add python-qtconsole. [home-page]: Use https URL. [arguments]: Update comment on why tests are disabled.
* gnu: python-terminado: Update to 0.8.1.Ricardo Wurmus2019-01-02
| | | | * gnu/packages/python-web.scm (python-terminado): Update to 0.8.1.
* gnu: Add python-qtconsole.Ricardo Wurmus2019-01-02
| | | | * gnu/packages/python.scm (python-qtconsole): New variable.
* gnu: python-notebook: Update to 5.7.4.Ricardo Wurmus2019-01-02
| | | | | | | * gnu/packages/python.scm (python-notebook): Update to 5.7.4. [arguments]: Use INVOKE for tests. [propagated-inputs]: Remove python-ipython; add python-prometheus-client, python-send2trash, and python-terminado.