Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | gnu: guile-reader: Build with gperf 3.0.•••* gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0 instead of GPERF. | Ludovic Courtès | 2017-03-29 | |
| * | | gnu: kakoune: Fix build after Boost ABI change.•••Also remove now-obsolete snippet and inputs. * gnu/packages/text-editors.scm (kakoune)[source]: Remove gzip substitution. [arguments]: Drop CPPFLAGS from #:make-flags. [native-inputs]: Remove GCC-5. [inputs]: Remove gcc:lib. | Marius Bakke | 2017-03-29 | |
| * | | gnu: nspr: Use 'modify-phases' syntax.•••* gnu/packages/gnuzilla.scm (nspr)[arguments]: Use 'modify-phases' syntax. | Efraim Flashner | 2017-03-28 | |
| * | | gnu: nspr: Update to 4.14.•••* gnu/packages/gnuzilla.scm (nspr): Update to 4.14. | Efraim Flashner | 2017-03-28 | |
| * | | gnu: mozjs@24: Use more inherited fields.•••* gnu/packages/gnuzilla.scm (mozjs@24)[arguments]: Use 'substitute-keyword-arguments', override inherited 'configure. [native-inputs]: Remove field to use inherited native-inputs. [propagated-inputs]: Same. | Efraim Flashner | 2017-03-28 | |
| * | | gnu: mozjs@17: Use 'modify-phases' syntax.•••* gnu/packages/gnuzilla.scm (mozjs@17)[arguments]: Use 'modify-phases' syntax. | Efraim Flashner | 2017-03-28 | |
| * | | gnu: mozjs@17: Add missing inputs.•••* gnu/packages/gnuzilla.scm (mozjs@17)[native-inputs]: Add pkg-config. [propagated-inputs]: Add nspr. [inputs]: Add zlib. | Efraim Flashner | 2017-03-28 | |
| * | | gnu: mozjs@17: Add support for aarch64-linux.•••* gnu/packages/gnuzilla.scm (mozjs@17)[source]: Add patch. [arguments]: Add phase deleting slow test, add configure argument for building on aarch64-linux. * gnu/packages/patches/mozjs17-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. | Efraim Flashner | 2017-03-28 | |
| * | | gnu: mozjs@24: Add aarch64-support.•••* gnu/packages/gnuzilla.scm (mozjs@24)[source]: Add patch. [arguments]: Add flag for building on aarch64-linux, delete failing test. * gnu/packages/patches/mozjs24-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. | Efraim Flashner | 2017-03-28 | |
| * | | gnu: mysql: Disable tests on aarch64-linux.•••* gnu/packages/databases.scm (mysql)[arguments]: Disable the test suite on aarch64-linux. | Efraim Flashner | 2017-03-28 | |
| * | | gnu: gsl: Disable tests on aarch64-linux.•••* gnu/packages/maths.scm (gsl)[arguments]: Do not run the test suite on aarch64-linux. [home-page]: Use https. | Efraim Flashner | 2017-03-28 | |
| * | | Merge branch 'master' into core-updates | Leo Famulari | 2017-03-27 | |
| |\ \ | ||||
| * | | | gnu: libreoffice: Update to 5.3.1.2.•••* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.1.2. [inputs]: Add libstaroffice and libzmf. [arguments]: Remove reference to removed patch; unpack xmlsec 1.2.23 tarball. (xmlsec-src-libreoffice): Update to version 1.2.23 tarball. | Thomas Danckaert | 2017-03-27 | |
| * | | | gnu: orcus: Update to 0.12.1.•••* gnu/packages/libreoffice.scm (orcus): Update to 0.12.1. [inputs]: Add python. | Thomas Danckaert | 2017-03-27 | |
| * | | | gnu: libetonyek: Update to 0.1.6.•••* 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. | Thomas Danckaert | 2017-03-27 | |
| * | | | gnu: Add libstaroffice.•••* gnu/packages/libreoffice.scm (libstaroffice): New variable. | Thomas Danckaert | 2017-03-27 | |
| * | | | gnu: ixion: Update to 0.12.2.•••* gnu/packages/libreoffice.scm (ixion): Update to 0.12.2. [inputs]: Replace python-2 by python. | Thomas Danckaert | 2017-03-27 | |
| * | | | gnu: mdds: Upgrade to 1.2.2.•••* gnu/packages/boost.scm (mdds): Upgrade to 1.2.2. | Thomas Danckaert | 2017-03-27 | |
| * | | | gnu: Add libzmf.•••* gnu/packages/libreoffice.scm (libzmf): New Variable. | Thomas Danckaert | 2017-03-27 | |
| * | | | gnu: mumble: Fix build after speex update.•••* gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP. | Marius Bakke | 2017-03-26 | |
| * | | | gnu: Add speexdsp.•••* gnu/packages/xiph.scm (speexdsp): New variable. Export it. | Marius Bakke | 2017-03-26 | |
| * | | | gnu: po4a: Make manpages writable before resetting timestamps.•••* gnu/packages/gettext.scm (po4a)[arguments]: Add 'make-compressed-files-writable' phase. | Marius Bakke | 2017-03-26 | |
| * | | | gnu: bigloo: Fix build failure in ld.•••* gnu/packages/scheme.scm (bigloo)[arguments]<#:configure-flags>: Add --cflags=-fPIC. | Julien Lepiller | 2017-03-26 | |
| * | | | gnu: libsvgtiny: Build with gperf@3.0.•••* gnu/packages/web.scm (libsvgtiny)[native-inputs]: Change GPERF to GPERF-3.0. | Marius Bakke | 2017-03-26 | |
| * | | | gnu: libpqxx: Fix build with newer sed.•••* gnu/packages/databases.scm (libpqxx)[arguments]: Add 'fix-sed-command' phase that corrects a typo in the configure script. | Marius Bakke | 2017-03-26 | |
| * | | | gnu: aseprite: Downgrade to 1.1.7.•••* gnu/packages/game-development.scm (aseprite): Downgrade to 1.1.7. | Efraim Flashner | 2017-03-26 | |
| * | | | gnu: vte-ng: Build with gperf@3.0.•••* gnu/packages/gnome.scm (vte-ng)[native-inputs]: Change GPERF to GPERF-3.0. | Marius Bakke | 2017-03-26 | |
| * | | | gnu: libtorrent-rasterbar: Update to 1.1.2.•••* 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. | Marius Bakke | 2017-03-26 | |
| * | | | gnu: aseprite: Update to 1.1.13.•••* gnu/packages/game-development.scm (aseprite): Update to 1.1.13. [source]: Switch to release archive. | Marius Bakke | 2017-03-26 | |
| * | | | gnu: coreutils: Patch 'cut' unit test on ARM.•••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'. | Ludovic Courtès | 2017-03-25 | |
| * | | | gnu: xorg-server-xwayland: Add missing input.•••* gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy, add wayland-protocols. | Efraim Flashner | 2017-03-25 | |
| * | | | gnu: pcc: Remove aarch64-linux from %supported-systems.•••* gnu/packages/c.scm (pcc)[supported-systems]: New field. | Efraim Flashner | 2017-03-25 | |
| * | | | gnu: tcc: Remove aarch64-linux from %supported-systems.•••* gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from the %supported-systems. | Efraim Flashner | 2017-03-25 | |
| * | | | gnu: devil: Update to 1.8.0.•••* 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. | Marius Bakke | 2017-03-24 | |
| * | | | gnu: ustr: Fix build with GCC 5.•••* 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> | rennes | 2017-03-23 | |
| * | | | gnu: rcs: Fix build against gcc-5.4.0.•••* 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> | Sergei Trofimovich | 2017-03-23 | |
| * | | | gnu: gfortran-5: Move definition before "gfortran".•••This is a follow-up to commit cb4805e34c9997edca14743516b9a0fde6303d1c. * gnu/packages/gcc.scm (gfortran-5): Move definition. | Ricardo Wurmus | 2017-03-23 | |
| * | | | gnu: gfortran: Change default version to gfortran-5.•••* gnu/packages/gcc.scm (gfortran): Point to gfortran-5. | Ricardo Wurmus | 2017-03-23 | |
| * | | | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner | 2017-03-23 | |
| |\ \ \ | ||||
| * | | | | gnu: dtc: Build with flex-2.6.1.•••* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Use flex-2.6.1 and not flex. | Efraim Flashner | 2017-03-23 | |
| * | | | | gnu: scotch: Build with flex-2.6.1.•••* gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not flex. | Efraim Flashner | 2017-03-23 | |
| * | | | | gnu: libffcall: Remove aarch64-linux from supported systems.•••* gnu/packages/libffcall.scm (libffcall)[supported-systems]: New field, remove aarch64-linux. [home-page]: Use https. | Efraim Flashner | 2017-03-23 | |
| * | | | | gnu: gpsbabel: Fix a build failure with GCC 5.•••* gnu/packages/gps.scm (gpsbabel)[arguments]: Add -fPIC to #:configure-flags. | Leo Famulari | 2017-03-22 | |
| * | | | | gnu: wine: Build with flex-2.6.1.•••* gnu/packages/wine.scm (wine)[native-inputs]: Use flex-2.6.1 and not flex. | Efraim Flashner | 2017-03-22 | |
| * | | | | gnu: binutils-vc4: Build with flex-2.6.1.•••* gnu/packages/embedded.scm (binutils-vc4)[native-inputs]: Use flex-2.6.1 and not flex. | Efraim Flashner | 2017-03-22 | |
| * | | | | gnu: freeimage: Fix build with GCC 5.•••* gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (freeimage)[source]: Add patch. | Ricardo Wurmus | 2017-03-22 | |
| * | | | | gnu: python-pysam: Run tests in parallel.•••* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Run nose tests in parallel. | Ricardo Wurmus | 2017-03-22 | |
| * | | | | gnu: python-pysam: Run tests before installation.•••* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Adjust check phase to be run before installation. | Ricardo Wurmus | 2017-03-22 | |
| * | | | | gnu: python-pysam: Update to 0.10.0.•••* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.10.0. | Ricardo Wurmus | 2017-03-22 | |
| * | | | | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner | 2017-03-22 | |
| |\ \ \ \ |