Age | Commit message (Expand) | Author |
2019-11-15 | gnu: cmake: Fix cross-compilation....* gnu/packages/cmake.scm (cmake-minimal)[inputs]: Move all inputs to ...
[native-inputs]: ... here, except for ncurses.
| Pierre-Moana Levesque |
2019-11-15 | gnu: crda: Fix cross-compilation...* gnu/packages/linux.scm (crda)[arguments]: Patch Makefile to use cross
pkg-config when cross-compiling. Also search for wireless-regdb in both
native-inputs and inputs. Set CC variable to cross-compiler when
cross-compiling.
| Pierre-Moana Levesque |
2019-11-15 | gnu: libnl: Move python outputs to separate packages....Cross compiling python extensions is currently broken. To allow libnl
cross compilation, move its python2 and python3 outputs to separate
packages.
* gnu/packages/linux.scm (libnl)[outputs]: Remove python2 and python3
and replace by ...
(libnl-python-package): ... this new procedure,
(libnl-python2, libnl-python3): new variables.
| Mathieu Othacehe |
2019-11-15 | gnu: guile-sqlite3: Fix cross-compilation....* gnu/packages/patches/guile-sqlite3-fix-cross-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-sqlite3)[source]: Apply previous patch,
[native-inputs]: add guile.
| Mathieu Othacehe |
2019-11-15 | gnu: guile-gcrypt: Fix cross-compilation....* gnu/packages/gnupg.scm (guile-gcrypt) [native-inputs]: Add guile,
[arguments]: add libgcrypt-config to PATH when cross-compiling.
| Mathieu Othacehe |
2019-11-15 | gnu: doxygen: Fix cross-compilation....* gnu/packages/documentation.scm (doxygen)[arguments]: Force cmake to use
iconv.h from cross-libc.
| Mathieu Othacehe |
2019-11-15 | gnu: git: Fix cross-compilation....* gnu/packages/version-control.scm (git-cross-configure-flags): New variable,
(git)[arguments]: add it to configure-flags. Also add cross curl-config script
to PATH.
(git-minimal): Add previous variable to configure-flags.
| Mathieu Othacehe |
2019-11-15 | gnu: swig: Fix cross-compilation....* gnu/packages/swig.scm (swig)[inputs]: Add pcre that is needed when cross-compiling.
| Mathieu Othacehe |
2019-11-15 | gnu: openldap: Fix cross-compilation....* 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.
| Mathieu Othacehe |
2019-11-15 | gnu: bdb: Fix cross-compilation....* gnu/packages/dbm.scm (bdb-4.8)[arguments]: Pass host argument to configure
when cross-compiling.
| Mathieu Othacehe |
2019-11-15 | gnu: eudev: Fix cross-compilation....* 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.
| Mathieu Othacehe |
2019-11-15 | gnu: boost: Fix cross-compilation....* 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.
| Mathieu Othacehe |
2019-11-15 | gnu: icu4c: Fix cross-compilation....* gnu/packages/icu4c.scm (icu4c-build-root): New variable.
(icu4c)[native-inputs]: Add it.
[arguments]: Pass it as a configure-flag.
| Mathieu Othacehe |
2019-11-15 | gnu: cyrus-sasl: Fix cross-compilation....* 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.
| Mathieu Othacehe |
2019-11-15 | gnu: groff: Fix cross compilation....* 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.
| Mathieu Othacehe |
2019-11-15 | gnu: cmake: Fix cross-compilation....* 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.
| Mathieu Othacehe |
2019-11-15 | gnu: openssl: Fix cross-compilation....* gnu/packages/tls.scm (openssl-next)[arguments]: Pass CROSS_COMPILE
environment variable and target system to configure script.
| Mathieu Othacehe |
2019-11-14 | gnu: aspell: Update to 0.60.8....* 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.
| Ludovic Courtès |
2019-11-14 | gnu: aspell: Truly honor $ASPELL_DICT_DIR....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.
| Ludovic Courtès |
2019-11-10 | gnu: fribidi: Update to 1.0.7....* gnu/packages/fribidi.scm (fribidi): Update to 1.0.7.
| Efraim Flashner |
2019-11-10 | gnu: fribidi: Ungraft....* gnu/packages/fribidi.scm (fribidi)[replacement]: Remove field.
[source]: Add patch.
(fribidi/fixed): Remove variable.
| Efraim Flashner |
2019-11-10 | gnu: fribidi: Fix CVE-2019-18397....* 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.
| Efraim Flashner |
2019-11-07 | gnu: wayland-protocols: Update to 1.18....* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.18.
| Gábor Boskovits |
2019-11-07 | gnu: wayland: Update to 1.18.0....* gnu/packages/freedesktop.scm (wayland): Update to 1.18.0.
| Gábor Boskovits |
2019-10-28 | gnu: file: Update to 5.37 [fixes CVE-2019-18218]....* 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.
| Leo Famulari |
2019-10-21 | gnu: glib: Reference dbus-launch by its absolute path....* gnu/packages/glib.scm (glib)[phases]{patch-dbus-launch-path}: New phase.
| Maxim Cournoyer |
2019-10-19 | gnu: drascula: Use make-desktop-entry-file....* gnu/packages/games.scm (drascula)[arguments]: Do it.
| Pierre Neidhardt |
2019-10-19 | gnu: tome4: Use make-desktop-entry-file....* gnu/packages/games.scm (tome4)[arguments]: Do it.
| Pierre Neidhardt |
2019-10-19 | gnu: emacs-exwm: Use make-desktop-entry-file....* gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]: Do it.
| Pierre Neidhardt |
2019-10-19 | guix: Add helper for generating desktop entry files....* guix/build/utils.scm (make-desktop-entry-file): New procedure.
| Pierre Neidhardt |
2019-10-14 | gnu: commencement: Clean up 'gnu-make-final' dependencies....* gnu/packages/commencement.scm (gnu-make-final): Remove GUILE-FINAL
from the inputs of 'pkg-config'.
| Ludovic Courtès |
2019-10-14 | gnu: bison-boot0: Remove conditional parallel build/test flags....* gnu/packages/commencement.scm (bison-boot0)[arguments]: Remove
conditional #:parallel-build? and #:parallel-tests? flags.
Append (package-arguments bison).
| Ludovic Courtès |
2019-10-14 | gnu: bison-boot0: Set name to "bison-boot0"....* gnu/packages/commencement.scm (bison-boot0)[name]: New field.
| Ludovic Courtès |
2019-10-14 | gnu: commencement: Remove 'm4-boot0*'....* gnu/packages/commencement.scm (m4-boot0*): Remove.
(bison-boot0, flex-boot0): Use M4-BOOT0 instead.
| Ludovic Courtès |
2019-10-14 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2019-10-14 | gexp: Use cross extensions when cross-compiling....* 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.
| Mathieu Othacehe |
2019-10-14 | gnu: emacs-unpackaged-el: Update to 0-3.746801a....* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): Update to 0-3.746801a.
| Brian Leung |
2019-10-14 | gnu: emacs-ivy-rich: Update to 0.1.4-2.7a667b1....* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.4-2.7a667b1.
| Brian Leung |
2019-10-13 | gnu: HandBrake: Update to 1.2.2....* gnu/packages/video.scm (handbrake): Update to 1.2.2.
| Eric Bavier |
2019-10-13 | gnu: stress-make: Fix build and update....* 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.
| Eric Bavier |
2019-10-14 | gnu: xwd: Fix typo in description....* gnu/packages/xorg.scm (xwd)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: xwininfo: Update to 1.1.5....* gnu/packages/xorg.scm (xwininfo): Update to 1.1.5.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: emacs-nhexl-mode: Use HTTPS home page....* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: emacs-nhexl-mode: Update to 1.3....* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): Update to 1.3.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: emacs-darkroom: Update to 0.2....* gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.2.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: emacs-let-alist: Update to 1.0.6....* gnu/packages/emacs-xyz.scm (emacs-let-alist): Update to 1.0.6.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: emacs-csv-mode: Use HTTPS....* gnu/packages/emacs-xyz.scm (emacs-csv-mode)[source, home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: emacs-csv-mode: Update to 1.9....* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.9.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: emacs-load-relative: Update to 1.3.1....* gnu/packages/emacs-xyz.scm (emacs-load-relative): Update to 1.3.1.
| Tobias Geerinckx-Rice |
2019-10-14 | gnu: emacs-debbugs: Update to 0.20....* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.20.
| Tobias Geerinckx-Rice |