summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: orcus: Update to 0.12.1.Thomas Danckaert2017-03-27
| | | | | * gnu/packages/libreoffice.scm (orcus): Update to 0.12.1. [inputs]: Add python.
* gnu: libetonyek: Update to 0.1.6.Thomas Danckaert2017-03-27
| | | | | | | | | | * gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.6. [arguments]: Add phase 'autoreconf, because configure.ac is patched. Add configure flag "--with-mdds=1.2". [inputs]: Add liblangtag. [native-inputs]: Add autoconf and automake. * gnu/packages/patches/libetonyek-build-with-mdds-1.2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add libstaroffice.Thomas Danckaert2017-03-27
| | | | * gnu/packages/libreoffice.scm (libstaroffice): New variable.
* gnu: ixion: Update to 0.12.2.Thomas Danckaert2017-03-27
| | | | | * gnu/packages/libreoffice.scm (ixion): Update to 0.12.2. [inputs]: Replace python-2 by python.
* gnu: mdds: Upgrade to 1.2.2.Thomas Danckaert2017-03-27
| | | | * gnu/packages/boost.scm (mdds): Upgrade to 1.2.2.
* gnu: Add libzmf.Thomas Danckaert2017-03-27
| | | | * gnu/packages/libreoffice.scm (libzmf): New Variable.
* gnu: mumble: Fix build after speex update.Marius Bakke2017-03-26
| | | | * gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP.
* gnu: Add speexdsp.Marius Bakke2017-03-26
| | | | * gnu/packages/xiph.scm (speexdsp): New variable. Export it.
* gnu: po4a: Make manpages writable before resetting timestamps.Marius Bakke2017-03-26
| | | | | * gnu/packages/gettext.scm (po4a)[arguments]: Add 'make-compressed-files-writable' phase.
* gnu: bigloo: Fix build failure in ld.Julien Lepiller2017-03-26
| | | | * gnu/packages/scheme.scm (bigloo)[arguments]<#:configure-flags>: Add --cflags=-fPIC.
* gnu: libsvgtiny: Build with gperf@3.0.Marius Bakke2017-03-26
| | | | * gnu/packages/web.scm (libsvgtiny)[native-inputs]: Change GPERF to GPERF-3.0.
* gnu: libpqxx: Fix build with newer sed.Marius Bakke2017-03-26
| | | | | * gnu/packages/databases.scm (libpqxx)[arguments]: Add 'fix-sed-command' phase that corrects a typo in the configure script.
* gnu: aseprite: Downgrade to 1.1.7.Efraim Flashner2017-03-26
| | | | * gnu/packages/game-development.scm (aseprite): Downgrade to 1.1.7.
* gnu: vte-ng: Build with gperf@3.0.Marius Bakke2017-03-26
| | | | * gnu/packages/gnome.scm (vte-ng)[native-inputs]: Change GPERF to GPERF-3.0.
* gnu: libtorrent-rasterbar: Update to 1.1.2.Marius Bakke2017-03-26
| | | | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.2. [source]: Use patch. * gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: aseprite: Update to 1.1.13.Marius Bakke2017-03-26
| | | | | * gnu/packages/game-development.scm (aseprite): Update to 1.1.13. [source]: Switch to release archive.
* gnu: coreutils: Patch 'cut' unit test on ARM.Ludovic Courtès2017-03-25
| | | | | | | | | Fixes <https://bugs.gnu.org/26253>. * gnu/packages/patches/coreutils-cut-huge-range-test.patch: New file. * gnu/packages/base.scm (coreutils)[native-inputs]: Add it as an input. [arguments] <#:phases>: On ARM, add 'patch-cut-test' phase. * gnu/local.mk (dist_patch_DATA): Add 'coreutils-cut-huge-range-test.patch'.
* gnu: xorg-server-xwayland: Add missing input.Efraim Flashner2017-03-25
| | | | | * gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy, add wayland-protocols.
* gnu: pcc: Remove aarch64-linux from %supported-systems.Efraim Flashner2017-03-25
| | | | * gnu/packages/c.scm (pcc)[supported-systems]: New field.
* gnu: tcc: Remove aarch64-linux from %supported-systems.Efraim Flashner2017-03-25
| | | | | * gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from the %supported-systems.
* gnu: devil: Update to 1.8.0.Marius Bakke2017-03-24
| | | | | | | | | | | | * gnu/packages/patches/devil-CVE-2009-3994.patch, gnu/packages/patches/devil-fix-libpng.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (devil): Update to 1.8.0. [source]: Remove patches and snippet. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Disable tests. Remove #:configure-flags and add a 'change-directory' phase. Remove 'fix-tests' phase. [inputs]: Change LIBJPEG to LIBJPEG-TURBO.
* gnu: ustr: Fix build with GCC 5.rennes2017-03-23
| | | | | | | | * gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/textutils.scm (ustr)[source]: Use patch. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: rcs: Fix build against gcc-5.4.0.Sergei Trofimovich2017-03-23
| | | | | | | | * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/patches/rcs-5.9.4-noreturn.patch: New file. * gnu/packages/version-control.scm (rcs)[source]: Applied patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gfortran-5: Move definition before "gfortran".Ricardo Wurmus2017-03-23
| | | | | | This is a follow-up to commit cb4805e34c9997edca14743516b9a0fde6303d1c. * gnu/packages/gcc.scm (gfortran-5): Move definition.
* gnu: gfortran: Change default version to gfortran-5.Ricardo Wurmus2017-03-23
| | | | * gnu/packages/gcc.scm (gfortran): Point to gfortran-5.
* Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-23
|\
| * gnu: idris: Update to 0.99.1.Peter Mikkelsen2017-03-23
| | | | | | | | | | | | | | * gnu/packages/idris.scm (idris): Update to 0.99.1. [inputs]: Add ghc-code-page. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add ghc-code-page.Peter Mikkelsen2017-03-23
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-code-page): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: star: Update to 2.5.3a.Ricardo Wurmus2017-03-23
| | | | | | | | * gnu/packages/bioinformatics.scm (star): Update to 2.5.3a.
| * gnu: youtube-dl: Update to 2017.03.22.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.03.22.
| * gnu: python-natsort: Update to 5.0.2.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python-natsort): Update to 5.0.2.
| * gnu: python2-futures: Update to 3.0.5.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python2-futures): Update to 3.0.5.
| * gnu: python-rauth: Update to 0.7.3.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python-rauth): Update to 0.7.3.
| * gnu: python-ipaddress: Update to 1.0.18.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python-ipaddress): Update to 1.0.18.
| * gnu: python-appdirs: Update to 1.4.3.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python-appdirs): Update to 1.4.3.
| * gnu: python-beautifulsoup4: Update to 4.5.3.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python-beautifulsoup4): Update to 4.5.3.
| * gnu: python-drmaa: Update to 0.7.7.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python-drmaa): Update to 0.7.7.
| * gnu: python-sqlalchemy-utils: Update to 0.32.13.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
| * gnu: python-pafy: Update to 0.5.3.1.Tobias Geerinckx-Rice2017-03-23
| | | | | | | | * gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
| * gnu: libffcall: Set source file-name.Efraim Flashner2017-03-22
| | | | | | | | | | * gnu/packages/libffcall.scm (libffcall)[source]: Add file-name field. [home-page]: Use https.
| * gnu: chicken: Update to 4.12.0.Kei Kebreau2017-03-22
| | | | | | | | * gnu/packages/scheme.scm (chicken): Update to 4.12.0.
| * gnu: dovecot: Update to 2.2.28.Leo Famulari2017-03-22
| | | | | | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.28.
| * gnu: rustc: Honor max line length.Danny Milosavljevic2017-03-22
| | | | | | | | | | * gnu/packages/rust.scm (rustc)[arguments]: patch-tests: Honor max line length.
| * gnu: guix: Update development snapshot.Ludovic Courtès2017-03-22
| | | | | | | | * gnu/packages/package-management.scm (guix-devel): Update to 73a4645.
| * gnu: binutils-vc4: Set source file-name.Efraim Flashner2017-03-22
| | | | | | | | * gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field.
| * gnu: autoconf-archive: Update to 2017.03.21.Efraim Flashner2017-03-22
| | | | | | | | * gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21.
| * gnu: guile: Add 'guile-next' as a deprecated alias.Ludovic Courtès2017-03-22
| | | | | | | | | | | | This is a followup to f6396d862f9f8ce0c0e6894ce30599773167af0c. * gnu/packages/guile.scm (guile-next): New variable.
| * gnu: rustc: End resultless phases in #t.Danny Milosavljevic2017-03-22
| | | | | | | | * gnu/packages/rust.scm (rustc): End resultless phases in #t.
| * gnu: python-pysam: Run tests in parallel.Ricardo Wurmus2017-03-22
| | | | | | | | | | * gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Run nose tests in parallel.
| * gnu: python-pysam: Run tests before installation.Ricardo Wurmus2017-03-22
| | | | | | | | | | * gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Adjust check phase to be run before installation.