summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-30gnu: qtoctave: Fix build for Qt 5.11.Kei Kebreau
* gnu/packages/maths.scm (qtoctave)[source]: Add patch. [native-inputs]: Add texlive. * gnu/packages/patches/qtoctave-qt-5.11-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-06-30gnu: teckit: Add source file-name.Efraim Flashner
* gnu/packages/fontutils.scm (teckit)[source]: Add file-name field.
2018-06-30gnu: Add casync.Ludovic Courtès
* gnu/packages/sync.scm (casync): New variable.
2018-06-30gnu: abcde: Add missing Perl dependencies.Ludovic Courtès
* gnu/packages/cdrom.scm (abcde)[inputs]: Add perl-musicbrainz-discid, perl-webservice-musicbrainz, and perl-mojolicious. [arguments] <wrap>: Define PERL5LIB in the wrapper.
2018-06-30gnu: gcc-toolchain: Add version 8.Ludovic Courtès
* gnu/packages/commencement.scm (gcc-toolchain-8): New variable.
2018-06-30gnu: Add perl-webservice-musicbrainz.Ludovic Courtès
* gnu/packages/music.scm (perl-webservice-musicbrainz): New variable.
2018-06-30gnu: Add perl-musicbrainz-discid.Ludovic Courtès
* gnu/packages/music.scm (perl-musicbrainz-discid): New variable.
2018-06-30gnu: guile-config: Update to 0.3.Alex Sassmannshausen
* gnu/packages/guile.scm (guile-config): Update to 0.3.
2018-06-30gnu: libgphoto2: Update to 2.5.18.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.18.
2018-06-30gnu: ristretto: Update to 0.8.3.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (ristretto): Update to 0.8.3.
2018-06-30gnu: wget2: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/wget.scm (wget2)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-30gnu: slepc: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (slepc)[arguments]: Return #t rather than undefined from phases.
2018-06-30gnu: mumps: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (mumps)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-30gnu: superlu-dist: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (superlu-dist)[arguments]: Return #t rather than undefined from phases. Substitute INVOKE for SYSTEM*.
2018-06-30gnu: scotch: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (scotch)[arguments]: Return #t rather than undefined from phases. Substitute INVOKE for SYSTEM*.
2018-06-30gnu: petsc: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (petsc)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-30gnu: xxhash: Update to 0.6.5.Tobias Geerinckx-Rice
* gnu/packages/digest.scm (xxhash): Update to 0.6.5. [arguments]: Disable #:parallel-tests?.
2018-06-30gnu: xxhash: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/digest.scm (xxhash)[source]: Use GIT-FETCH.
2018-06-30gnu: tlsdate: Bump COMPILE_DATE.Tobias Geerinckx-Rice
* gnu/packages/ntp.scm (tlsdate)[arguments]: Set COMPILE_DATE to 2018-06-28.
2018-06-30gnu: python-rst.linker: Update to 1.10.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-rst.linker): Update to 1.10.
2018-06-30gnu: python-xopen: Update to 0.3.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-xopen): Update to 0.3.3.
2018-06-30gnu: python2-xopen: Fix build.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-xopen)[propagated-inputs]: Add python2-bz2file.
2018-06-30gnu: python-parso: Update to 0.2.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-parso): Update to 0.2.1.
2018-06-29ui: Increase relevance score for exact matches.Ludovic Courtès
Previously "guix package -s python" would have 'python2-zope-interface' as its first result (relevance: 10), followed by many other python-* packages with the same score, while 'python' itself would come later (relevance: 7). This change makes 'python' the first result (relevance: 27). Reported by Gábor Boskovits. * guix/ui.scm (relevance)[score]: Use 'fold-matches' instead of 'match:count' to counter the number of maches. Give more weight to exact matches.
2018-06-29gnu: srt2vtt: Update homepage.Björn Höfling
* gnu/packages/video.scm (srt2vtt): Update Homepage. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-06-29gnu: cataclysm-dda: Update snapshot.Kei Kebreau
* gnu/packages/games.scm (cataclysm-dda): Update snapshot to ad3b0c3d5. [source]: Use git-fetch and remove snippet. [arguments]: Remove 'configure' phase. Use 'invoke' in 'build-tiles' and 'install-tiles' phases.
2018-06-29gnu: mame: Update to 0.199.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (mame): Update to 0.199.
2018-06-29gnu: teckit: Update to 2.5.8.Tobias Geerinckx-Rice
* gnu/packages/fontutils.scm (teckit): Update to 2.5.8.
2018-06-29gnu: teckit: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/fontutils.scm (teckit)[source]: Use GIT-FETCH.
2018-06-29gnu: sxhkd: Update to 0.5.9.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.5.9. [source]: Switch to GIT-FETCH. [arguments]: Let documentation subdirectory match build system defaults.
2018-06-29gnu: keepalived: Edit synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/cluster.scm (keepalived)[synopsis]: Fix typo. [description]: Use @dfn.
2018-06-29gnu: keepalived: Update to 2.0.4.Tobias Geerinckx-Rice
* gnu/packages/cluster.scm (keepalived): Update to 2.0.4. [arguments]: Remove ‘patch-configure’ phase (bug fixed in 2.0.3).
2018-06-29gnu: r-ddalpha: Update to 1.3.4.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.4.
2018-06-29gnu: tlsdate: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/ntp.scm (tlsdate)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-29gnu: emacs-guix: Update to 0.4.1.1.Alex Kost
* gnu/packages/emacs.scm (emacs-guix): Update to 0.4.1.1.
2018-06-28gnu: Add qtfaststart.Leo Famulari
* gnu/packages/video.scm (qtfaststart): New variable.
2018-06-29gnu: feh: Update to 2.27.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.27.
2018-06-28gnu: libsrtp: Update to 2.2.0.Marius Bakke
* gnu/packages/telephony.scm (libsrtp): Update to 2.2.0. [arguments]: Remove #:phases.
2018-06-28gnu: imagemagick: Update to 6.9.10-3.Marius Bakke
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-3.
2018-06-28gnu: python-pyopenssl: Update to 18.0.0.Marius Bakke
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 18.0.0.
2018-06-28gnu: python-pandas: Update to 0.23.1.Marius Bakke
* gnu/packages/python.scm (python-pandas): Update to 0.23.1. [arguments]: Drop new S3 test. [native-inputs]: Add PYTHON-BEAUTIFULSOUP4 and PYTHON-HTML5LIB.
2018-06-28gnu: python-numpy: Update to 1.14.5.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.14.5.
2018-06-28gnu: samba: Update to 4.8.3.Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.8.3.
2018-06-28gnu: perl-image-exiftool: Update to 11.01.Leo Famulari
* gnu/packages/photo.scm (perl-image-exiftool): Update to 11.01.
2018-06-28Revert "gnu: llvm: Update to 6.0.1."Tobias Geerinckx-Rice
This is not worth rebuilding mesa when ‘staging’ is merged. This reverts commit 655105ee03d2307194bd3e1b47761c0f941284b5.
2018-06-28gnu: xeyes: Update to 1.1.2.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xeyes): Update to 1.1.2. [source]: Update URI. [inputs]: Add libxrender.
2018-06-28gnu: xeyes: Update home page.Tobias Geerinckx-Rice
sourcearchive.com smells dead, and was hardly meaningful to begin with: https://web.archive.org/web/20171005053046/http://xeyes.sourcearchive.com * gnu/packages/xdisorg.scm (xeyes)[home-page]: Use main X.org home page.
2018-06-28gnu: java-jarjar: Unbundle asm.Gábor Boskovits
* gnu/packages/java.scm (java-jarjar)[inputs]: Add java-asm-bootstrap. [source]: Add snippet to delete bundled asm and junit. [arguments]: Add phase 'do-not-use-bundled-asm to patch build.xml to use system asm.
2018-06-28gnu: progress: Update to 0.14.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (progress): Update to 0.14.
2018-06-28gnu: llvm: Update to 6.0.1.Tobias Geerinckx-Rice
* gnu/packages/llvm.scm (llvm, clang, clang-runtime): Update to 6.0.1.