aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into python-build-systemHartmut Goebel2016-11-29
|\
| * gnu: oxygen-icons: Add 'upstream-name' property.Ludovic Courtès2016-11-29
| | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/25020>. Reported by Hartmut Goebel <h.goebel@goebel-consult.de>. * gnu/packages/kde-frameworks.scm (oxygen-icons)[properties]: New field.
| * gnu-maintenance: 'latest-kde-release' honors 'upstream-name' properties.Ludovic Courtès2016-11-29
| | | | | | | | | | * guix/gnu-maintenance.scm (latest-kde-release): Honor the 'upstream-name' property of PACKAGE.
| * refresh: Warn about packages that lack an updater.Ludovic Courtès2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/upstream.scm (package-update-path): Rename to... (package-latest-release): ... this. Remove 'version>?' check. (package-latest-release*): New procedure. (package-update): Use it. * guix/scripts/refresh.scm (lookup-updater): Rename to... (lookup-updater-by-name): ... this. (warn-no-updater): New procedure. (update-package): Add #:warn? parameter and honor it. (check-for-package-update): New procedure. (guix-refresh)[warn?]: New variable. Replace inline code when UPDATE? is false with a call to 'check-for-package-update'. Pass WARN? to 'check-for-package-update' and 'update-package'. * doc/guix.texi (Invoking guix refresh): Document it. Fix a couple of typos.
| * gnu: efl: Update to 1.18.3.Efraim Flashner2016-11-29
| | | | | | | | * gnu/packages/enlightenment.scm (efl): Update to 1.18.3.
| * gnu: wine: Use 'modify-phases' syntax.Efraim Flashner2016-11-29
| | | | | | | | * gnu/packages/wine.scm (wine)[arguments]: Use 'modify-phases' syntax.
| * gnu: wine: Update to 1.9.24.Efraim Flashner2016-11-29
| | | | | | | | | | * gnu/packages/wine.scm (wine): Update to 1.9.24. [home-page]: Use https.
| * gnu: Add non-session-manager.Ricardo Wurmus2016-11-29
| | | | | | | | * gnu/packages/music.scm (non-session-manager): New variable.
| * gnu: offlineimap: Update to 7.0.10.Efraim Flashner2016-11-29
| | | | | | | | * gnu/packages/mail.scm (offlineimap): Update to 7.0.10.
| * gnu: cairo: Fix CVE-2016-9082.Efraim Flashner2016-11-29
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (cairo)[replacement]: New field. (cairo/fixed): New variable. (cairo-xcb)[source]: Use patch. [replacement]: New field, set false. * gnu/packages/pdf.scm (poppler)[inputs]: Custom cairo should be replaced by a new custom patched cairo. * gnu/packages/patches/cairo-CVE-2016-9082.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: Add viewnior.Efraim Flashner2016-11-29
| | | | | | | | | | * gnu/packages/image-viewers.scm (viewnior): New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: Add wgetpaste.Efraim Flashner2016-11-29
| | | | | | | | * gnu/packages/wget.scm (wgetpaste): New variable.
| * gnu: aspell-dict-en: Update to 2016.11.20-0.Efraim Flashner2016-11-29
| | | | | | | | * gnu/packages/aspell.scm (aspell-dict-en): Update to 2016.11.20-0.
| * gnu: Allow nfs file systems to be automatically mounted.John Darrington2016-11-29
| | | | | | | | | | * gnu/build/file-systems.scm (mount-file-system): Append target addr= when mounting nfs filesystems.
| * gnu: perl-dbd-mysql: Update to 4.041 [security fix].Marius Bakke2016-11-28
| | | | | | | | | | * gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.041. [source]: Update CPAN URI.
| * vm: Avoid needless file copy in 'load-in-linux-vm'.Ludovic Courtès2016-11-28
| | | | | | | | | | | | | | Reported by Chris Webber. * gnu/build/vm.scm (load-in-linux-vm)[image-file]: Remove. Directly refer to OUTPUT instead.
| * pull: Set '%nix-instantiate' to a sensible value.Ludovic Courtès2016-11-28
| | | | | | | | | | | | | | | | Reported by ng0 <ng0@libertad.pw>. Fixes <http://bugs.gnu.org/25053>. * guix/build/pull.scm (build-guix): Replace "@NIX_INSTANTIATE@" in guix/config.scm with "nix-instantiate".
| * doc: Document NSS incompatibility issues on foreign distros.Ludovic Courtès2016-11-28
| | | | | | | | | | * doc/guix.texi (Application Setup)[Name Service Switch]: New subsection.
| * gnu: Add r-gkmsvm.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/bioinformatics.scm (r-gkmsvm): New variable.
| * gnu: Add r-rocr.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-rocr): New variable.
| * gnu: Add r-gplots.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-gplots): New variable.
| * gnu: Add r-gdata.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-gdata): New variable.
| * gnu: Add r-seqgl.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/bioinformatics.scm (r-seqgl): New variable.
| * gnu: Add r-chipkernels.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/bioinformatics.scm (r-chipkernels): New variable.
| * gnu: Add r-gtools.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-gtools): New variable.
| * gnu: Add r-kernlab.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/machine-learning.scm (r-kernlab): New variable.
| * gnu: Add r-sfsmisc.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-sfsmisc): New variable.
| * gnu: Add r-wgcna.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/bioinformatics.scm (r-wgcna): New variable.
| * gnu: Add r-fastcluster.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-fastcluster): New variable.
| * gnu: Add r-preprocesscore.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-preprocesscore): New variable.
| * gnu: Add r-dynamictreecut.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-dynamictreecut): New variable.
| * gnu: Add r-r4rna.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/bioinformatics.scm (r-r4rna): New variable.
| * gnu: Add r-spams.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-spams): New variable.
| * gnu: Add r-googlesheets.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-googlesheets): New variable.
| * gnu: Add r-cellranger.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-cellranger): New variable.
| * gnu: Add r-rematch.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/statistics.scm (r-rematch): New variable.
| * doc: Suggest installing gvfs.Ricardo Wurmus2016-11-28
| | | | | | | | | | * gnu/system/examples/desktop.tmpl: Add gvfs to the system-wide list of packages.
| * gnu: lv2: Update to 1.14.0.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/audio.scm (lv2): Update to 1.14.0.
| * gnu: non-sequencer: Update to 1.9.5-2.a22f33f.Ricardo Wurmus2016-11-28
| | | | | | | | * gnu/packages/music.scm (non-sequencer): Update to 1.9.5-2.a22f33f.
| * gnu: ntp: Update to 4.2.8p9.Efraim Flashner2016-11-28
| | | | | | | | * gnu/packages/ntp.scm (ntp): Update to 4.2.8p9.
| * gnu: ntp: Fix indentation.Efraim Flashner2016-11-28
| | | | | | | | * gnu/packages/ntp.scm (ntp): Fix indentation to only use spaces.
| * gnu: Add editres.John Darrington2016-11-28
| | | | | | | | * gnu/packages/xorg.scm (editres): New variable.
| * gnu: Add newick-utils.Ben Woodcroft2016-11-28
| | | | | | | | * gnu/packages/bioinformatics.scm (newick-utils): New variable.
| * pull: Hack to allow compilation with older Guile-SSH packages.Ludovic Courtès2016-11-27
| | | | | | | | | | | | | | | | Reported by iyzsong@member.fsf.org (宋文武) at <https://lists.gnu.org/archive/html/guix-devel/2016-11/msg01045.html>. * build-aux/build-self.scm (build): Set 'LTDL_LIBRARY_PATH' when GUILE-SSH has a "0.9." version prefix.
| * gnu: jasper: Update to 2.0.0 [fixes security issues].Efraim Flashner2016-11-27
| | | | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.0. [build-system]: Switch to cmake-build-system.
| * gnu: gphoto2: Update to 2.5.11.Tobias Geerinckx-Rice2016-11-27
| | | | | | | | * gnu/packages/photo.scm (gphoto2): Update to 2.5.11.
| * gnu: libgphoto2: Update to 2.5.11.Tobias Geerinckx-Rice2016-11-27
| | | | | | | | * gnu/packages/photo.scm (libgphoto2): Update to 2.5.11.
| * gnu: beets: Update to 1.4.1.Leo Famulari2016-11-27
| | | | | | | | | | * gnu/packages/music.scm (beets): Update to 1.4.1. [inputs]: Add python2-discogs-client.
| * gnu: Add python-discogs-client.Leo Famulari2016-11-27
| | | | | | | | | | * gnu/packages/music.scm (python-discogs-client, python2-discogs-client): New variables.
| * gnu: python-rarfile: Update to 2.8.Leo Famulari2016-11-27
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-rarfile, python2-rarfile): Update to 2.8. [source]: Remove obsolete patch. * gnu/packages/patches/python-rarfile-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.