summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: openldap: Fix cross-compilation.Mathieu Othacehe2019-11-15
| | | | | | | | | * gnu/packages/openldap.scm (openldap)[inputs]: Move groff from here to ... [native-inputs]: ... here. Also add bdb and automake. [arguments]: Add cross-compilation specific configure-flags. Do not strip when cross-compiling. Add a new fix-configure phase to update outdated config.sub and config.guess. Add a fix-cross-gcc phase to set CC variable to cross-compiler name when cross-compiling.
* gnu: bdb: Fix cross-compilation.Mathieu Othacehe2019-11-15
| | | | | * gnu/packages/dbm.scm (bdb-4.8)[arguments]: Pass host argument to configure when cross-compiling.
* gnu: eudev: Fix cross-compilation.Mathieu Othacehe2019-11-15
| | | | | | | * gnu/packages/linux.scm (eudev)[arguments]: Look for xsltproc in both native-inputs and inputs. Also, do not run udevadm when cross-compiling. We need to find another way to generate hwdb.bin file for cross-built systems.
* gnu: boost: Fix cross-compilation.Mathieu Othacehe2019-11-15
| | | | | | | | | | | * gnu/packages/patches/boost-dumpversion.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/boost.scm (boost)[source]: Apply it, [native-inputs]: add python unless cross-compiling, [arguments]: pass cross-compilation mandatory flags and fill a user-config.jam file pointing to cross-compiler. Disable python support that is broken when cross-compiling. Disable provide-libboost_python when cross-compiling.
* gnu: icu4c: Fix cross-compilation.Mathieu Othacehe2019-11-15
| | | | | | * gnu/packages/icu4c.scm (icu4c-build-root): New variable. (icu4c)[native-inputs]: Add it. [arguments]: Pass it as a configure-flag.
* gnu: cyrus-sasl: Fix cross-compilation.Mathieu Othacehe2019-11-15
| | | | | | | | * gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[origin]: Apply it. [native-tools]: Add autoconf, automake and libtool. [arguments]: Run autoconf to apply m4 modification in patch above.
* gnu: groff: Fix cross compilation.Mathieu Othacehe2019-11-15
| | | | | | | * gnu/packages/groff.scm (groff)[native-inputs]: Add self, [arguments]: set GROFF_BIN_PATH and GROFFBIN variables when cross-compiling. (groff-minimal)[native-inputs]: Add groff.
* gnu: cmake: Fix cross-compilation.Mathieu Othacehe2019-11-15
| | | | | | | * gnu/packages/cmake.scm (cmake-minimal-cross): New package. * guix/build-system/cmake.scm (default-cmake): Add new target argument and use it to select cmake-minimal or cmake-minimal-cross. (lower): Pass target to default-cmake.
* gnu: openssl: Fix cross-compilation.Mathieu Othacehe2019-11-15
| | | | | * gnu/packages/tls.scm (openssl-next)[arguments]: Pass CROSS_COMPILE environment variable and target system to configure script.
* gnu: aspell: Update to 0.60.8.Ludovic Courtès2019-11-14
| | | | | | | * gnu/packages/aspell.scm (aspell): Update to 0.60.8. [source]: Remove "aspell-gcc-compat.patch". * gnu/packages/patches/aspell-gcc-compat.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: aspell: Truly honor $ASPELL_DICT_DIR.Ludovic Courtès2019-11-14
| | | | | | | | | | Fixes <https://bugs.gnu.org/29686>. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * gnu/packages/aspell.scm (aspell)[arguments]: Remove 'wrap-aspell' phase. * gnu/packages/patches/aspell-default-dict-dir.patch: Add hunk to expand the right-hand size of '|' in values like "<$FOO|$BAR/baz>". Change DICT_DIR to refer to "$HOME" on the right-hand side.
* gnu: fribidi: Update to 1.0.7.Efraim Flashner2019-11-10
| | | | * gnu/packages/fribidi.scm (fribidi): Update to 1.0.7.
* gnu: fribidi: Ungraft.Efraim Flashner2019-11-10
| | | | | | * gnu/packages/fribidi.scm (fribidi)[replacement]: Remove field. [source]: Add patch. (fribidi/fixed): Remove variable.
* gnu: fribidi: Fix CVE-2019-18397.Efraim Flashner2019-11-10
| | | | | | | * gnu/packages/fribidi.scm (fribidi): Replace with fribidi/fixed. (fribidi/fixed): New variable. * gnu/packages/patches/fribidi-CVE-2019-18397.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: wayland-protocols: Update to 1.18.Gábor Boskovits2019-11-07
| | | | * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.18.
* gnu: wayland: Update to 1.18.0.Gábor Boskovits2019-11-07
| | | | * gnu/packages/freedesktop.scm (wayland): Update to 1.18.0.
* gnu: file: Update to 5.37 [fixes CVE-2019-18218].Leo Famulari2019-10-28
| | | | | | | * gnu/packages/file.scm (file): Update to 5.37. * gnu/packages/patches/file-CVE-2019-18218.patch: New file. * gnu/packages/patches/file-CVE-2018-10360.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: glib: Reference dbus-launch by its absolute path.Maxim Cournoyer2019-10-21
| | | | * gnu/packages/glib.scm (glib)[phases]{patch-dbus-launch-path}: New phase.
* gnu: drascula: Use make-desktop-entry-file.Pierre Neidhardt2019-10-19
| | | | * gnu/packages/games.scm (drascula)[arguments]: Do it.
* gnu: tome4: Use make-desktop-entry-file.Pierre Neidhardt2019-10-19
| | | | * gnu/packages/games.scm (tome4)[arguments]: Do it.
* gnu: emacs-exwm: Use make-desktop-entry-file.Pierre Neidhardt2019-10-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]: Do it.
* guix: Add helper for generating desktop entry files.Pierre Neidhardt2019-10-19
| | | | * guix/build/utils.scm (make-desktop-entry-file): New procedure.
* gnu: commencement: Clean up 'gnu-make-final' dependencies.Ludovic Courtès2019-10-14
| | | | | * gnu/packages/commencement.scm (gnu-make-final): Remove GUILE-FINAL from the inputs of 'pkg-config'.
* gnu: bison-boot0: Remove conditional parallel build/test flags.Ludovic Courtès2019-10-14
| | | | | | * gnu/packages/commencement.scm (bison-boot0)[arguments]: Remove conditional #:parallel-build? and #:parallel-tests? flags. Append (package-arguments bison).
* gnu: bison-boot0: Set name to "bison-boot0".Ludovic Courtès2019-10-14
| | | | * gnu/packages/commencement.scm (bison-boot0)[name]: New field.
* gnu: commencement: Remove 'm4-boot0*'.Ludovic Courtès2019-10-14
| | | | | * gnu/packages/commencement.scm (m4-boot0*): Remove. (bison-boot0, flex-boot0): Use M4-BOOT0 instead.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2019-10-14
|\
| * gexp: Use cross extensions when cross-compiling.Mathieu Othacehe2019-10-14
| | | | | | | | | | | | * guix/gexp.scm (load-path-expression): Use ungexp-splicing instead of ungexp-native-splicing so that the cross extensions are used when target is set.
| * gnu: emacs-unpackaged-el: Update to 0-3.746801a.Brian Leung2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): Update to 0-3.746801a.
| * gnu: emacs-ivy-rich: Update to 0.1.4-2.7a667b1.Brian Leung2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.4-2.7a667b1.
| * gnu: HandBrake: Update to 1.2.2.Eric Bavier2019-10-13
| | | | | | | | * gnu/packages/video.scm (handbrake): Update to 1.2.2.
| * gnu: stress-make: Fix build and update.Eric Bavier2019-10-13
| | | | | | | | | | | | | | | | | | * gnu/packages/debug.scm (stress-make)[version]: Update to latest upstream commit. Bump revision. Use 'git-version'. [source]: Update url. Use 'git-file-name'. [home-page]: Update url likewise. [arguments]: Add 'setup-go' phase. [license]: Update license file name.
| * gnu: xwd: Fix typo in description.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/xorg.scm (xwd)[description]: Fix typo.
| * gnu: xwininfo: Update to 1.1.5.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/xorg.scm (xwininfo): Update to 1.1.5.
| * gnu: emacs-nhexl-mode: Use HTTPS home page.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-nhexl-mode)[home-page]: Use HTTPS.
| * gnu: emacs-nhexl-mode: Update to 1.3.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): Update to 1.3.
| * gnu: emacs-darkroom: Update to 0.2.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.2.
| * gnu: emacs-let-alist: Update to 1.0.6.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-let-alist): Update to 1.0.6.
| * gnu: emacs-csv-mode: Use HTTPS.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-csv-mode)[source, home-page]: Use HTTPS.
| * gnu: emacs-csv-mode: Update to 1.9.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.9.
| * gnu: emacs-load-relative: Update to 1.3.1.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-load-relative): Update to 1.3.1.
| * gnu: emacs-debbugs: Update to 0.20.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.20.
| * gnu: starman: Update to 0.4015.Tobias Geerinckx-Rice2019-10-14
| | | | | | | | * gnu/packages/web.scm (starman): Update to 0.4015.
| * gnu: Add playerctl.David Wilson2019-10-14
| | | | | | | | | | | | * gnu/packages/music.scm (playerctl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: git-annex: Update to 7.20191009.Kyle Meyer2019-10-14
| | | | | | | | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191009. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: commencement: Use 'package-with-explicit-inputs' for Hurd packages.Ludovic Courtès2019-10-14
| | | | | | | | | | | | | | * gnu/packages/commencement.scm (with-boot0): New procedure. (gnumach-headers-boot0, mig-boot0) (hurd-headers-boot0, hurd-minimal-boot0) (hurd-core-headers-boot0): Use it instead of 'package-with-explicit-inputs'.
| * gnu: commencement: Further optimize the package object graph.Ludovic Courtès2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For a package like: (define-public xxx (package (inherit (@ (gnu packages base) coreutils)) (name "xxx") (inputs (@ (gnu packages commencement) %final-inputs)) (native-inputs '()) (propagated-inputs '()) (arguments '(#:implicit-inputs? #f)))) this reduces the package object graph from 176 nodes (1852 edges) to 113 nodes (1114 edges). The number of 'add-data-to-store' calls in "guix build coreutils -nd" drops from 2045 to 1301, and the number of memoization tables drops from 102 to 40. "guix build libreoffice -nd" goes from 2.40s to 2.27s. * gnu/packages/commencement.scm (with-boot4): New variable. (guile-final, glibc-utf8-locales-final): Use it. (with-boot4, with-boot5): New variable. (gnu-make-final): Rewrite to avoid 'package-with-explicit-inputs'. (coreutils-final): Use 'with-boot5' instead of 'package-with-explicit-inputs'. (grep-final): Likewise. (with-boot6): New variable. (sed-final, %final-inputs): Use it.
| * build-system/gnu: 'package-with-explicit-inputs' uses 'package-mapping'.Ludovic Courtès2019-10-14
| | | | | | | | | | | | | | * guix/build-system/gnu.scm (package-with-explicit-inputs): Rename to... (package-with-explicit-inputs/deprecated): ... this. (package-with-explicit-inputs*): New procedure. (package-with-explicit-inputs): Define as a 'case-lambda*'.
| * gnu: librsvg: Update to 2.46.0.Marius Bakke2019-10-13
| | | | | | | | | | | | * gnu/packages/gnome.scm (librsvg-next): Update to 2.46.0. [arguments]: Patch SHELL in "po/Makefile.in.in". [native-inputs]: Replace RUST-1.27 with RUST-1.34.
| * gnu: expat: Replace with 2.2.9 [fixes CVE-2019-15903].Marius Bakke2019-10-13
| | | | | | | | | | * gnu/packages/xml.scm (expat-2.2.9): New variable. (expat)[replacement]: New field.