Age | Commit message (Expand) | Author |
2022-06-30 | gnu: OpenBLAS: Use G-expressions....* gnu/packages/maths.scm (openblas, openblas-ilp64)[arguments]: Convert to
gexp's.
| Marius Bakke |
2022-06-30 | gnu: Boost: Use G-expressions....* gnu/packages/boost.scm (boost, boost-static, boost-for-mysql)[arguments]:
Rewrite as gexp. Remove label usage.
| Marius Bakke |
2022-06-30 | gnu: tcsh: Use G-expression....* gnu/packages/shells.scm (tcsh)[arguments]: Rewrite as gexp.
| Marius Bakke |
2022-06-30 | gnu: tcsh: Update to 6.24.01....* gnu/packages/shells.scm (tcsh): Update to 6.24.01.
[source](uri): Switch to new download location.
| Marius Bakke |
2022-06-30 | gnu: pcre: Use G-expression....* gnu/packages/pcre.scm (pcre)[arguments]: Use gexp.
| Marius Bakke |
2022-06-30 | gnu: pcre2: Use G-expression....* gnu/packages/pcre.scm (pcre2)[arguments]: Convert to gexp.
| Marius Bakke |
2022-06-30 | gnu: pcre2: Update to 10.40....* gnu/packages/pcre.scm (pcre2): Update to 10.40.
[source](uri): Use new download location.
| Marius Bakke |
2022-06-30 | gnu: icu4c: Remove input labels....* gnu/packages/icu4c.scm (icu4c)[arguments]: Use G-expression.
[native-inputs]: Remove labels.
* gnu/packages/icu4c.scm (icu4c-build-root)[arguments]: Use gexp.
| Marius Bakke |
2022-06-30 | gnu: help2man: Remove input labels....* gnu/packages/man.scm (help2man)[arguments]: Rewrite as G-expression.
[inputs, native-inputs]: Remove labels.
| Marius Bakke |
2022-06-30 | gnu: help2man: Update to 1.49.2....* gnu/packages/man.scm (help2man): Update to 1.49.2.
| Marius Bakke |
2022-06-30 | gnu: zlib: Use G-expression....* gnu/packages/compression.scm (zlib)[arguments]: Convert to gexp.
| Marius Bakke |
2022-06-30 | gnu: zlib: Update to 1.2.12....* gnu/packages/compression.scm (zlib): Update to 1.2.12.
[source](patches): New field.
[arguments]: Set CC variable.
* gnu/packages/commencement.scm (zlib-final)[source]: New field.
* gnu/packages/patches/zlib-cc.patch,
gnu/packages/patches/zlib-correct-crc32-inputs.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-06-30 | gnu: libgc: Use new style....* gnu/packages/bdw-gc.scm (libgc)[propagated-inputs]: Remove labels.
[arguments]: Use G-expression.
(libgc/static-libs, libgc/back-pointers)[arguments]: Likewise.
| Marius Bakke |
2022-06-30 | gnu: jsoncpp@1.7.3: Fix build failure....This is a follow-up to commit 2ada32cc3963afd7f195cb82eade3baf0df2cf1f.
* gnu/packages/serialization.scm (jsoncpp-for-tensorflow)[build-system]: Set
to CMAKE-BUILD-SYSTEM.
[arguments]: Restore.
| Marius Bakke |
2022-06-30 | gnu: dejagnu: Use G-expressions....* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Use gexp and remove label usage.
| Marius Bakke |
2022-06-30 | gnu: dejagnu: Fix test failure....This is a follow-up to commit 0b65cb03b3ce04e0f0f1ad9e2eb7bfeff7f42b8e.
* gnu/packages/dejagnu.scm (dejagnu)[inputs]: Add BASH-MINIMAL.
[arguments]: Add phase to patch /bin/sh references.
| Marius Bakke |
2022-06-29 | gnu: gcc-10: Update to 10.4.0....* gnu/packages/gcc.scm (gcc-10): Update to 10.4.0.
| Efraim Flashner |
2022-06-29 | gnu: linux-libre-headers-boot0: Fix building with armhf-linux....* gnu/packages/commencement.scm (linux-libre-headers-boot0)
[arguments]: Adjust 'lower-version-requirements phase to accept
gcc-4.8.4, used by armhf-linux.
| Efraim Flashner |
2022-06-28 | gnu: m4-boot0: Fix build on arm architectures....* gnu/packages/commencement.scm (m4-boot0)[arguments]: Skip tests when
building for arm architectures.
| Efraim Flashner |
2022-06-28 | gnu: harfbuzz: Use G-expression....* gnu/packages/gtk.scm (harfbuzz)[arguments]: Convert to gexp.
| Marius Bakke |
2022-06-28 | gnu: harfbuzz: Update to 4.4.0....* gnu/packages/gtk.scm (harfbuzz): Update to 4.4.0.
| Marius Bakke |
2022-06-28 | gnu: python2: Fix build with newer Expat....* gnu/packages/patches/python-2.7-expat-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-2.7)[source](patches): Add it.
| Marius Bakke |
2022-06-27 | gnu: CMake: Update to 3.23.2....* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.23.2.
(%preserved-third-party-files): Preserve bundled ELF header files.
* gnu/packages/patches/cmake-curl-certificates.patch: Adjust for upstream
changes.
| Marius Bakke |
2022-06-27 | gnu: CMake: Use G-expressions....* gnu/packages/cmake.scm (%common-build-phases): Remove trailing #t's.
(cmake-bootstrap, cmake-minimal, cmake, emacs-cmake-mode)[arguments]: Use
G-expressions.
| Marius Bakke |
2022-06-27 | gnu: CMake: Remove input labels....* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: Remove labels.
(cmake)[native-inputs]: Likewise. Use MODIFY-INPUTS.
| Marius Bakke |
2022-06-27 | gnu: libjpeg-turbo: Build with cmake-minimal....* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
| Marius Bakke |
2022-06-27 | gnu: CMake: Bootstrap with system jsoncpp....* gnu/packages/cmake.scm (cmake-bootstrap)[arguments]: Remove
"--no-system-jsoncpp" from #:configure-flags.
[inputs]: Add JSONCPP.
(cmake-minimal)[inputs]: Remove.
| Marius Bakke |
2022-06-27 | gnu: jsoncpp: Build with Meson....* gnu/packages/serialization.scm (jsoncpp)[build-system]: Change to
MESON-BUILD-SYSTEM.
[arguments]: Remove.
| Marius Bakke |
2022-06-27 | gnu: doxygen: Use new style....* gnu/packages/documentation.scm (doxygen)[inputs]: Remove label.
[arguments]: Likewise. Convert to G-expression.
| Marius Bakke |
2022-06-27 | gnu: doxygen: Update to 1.9.4....* gnu/packages/documentation.scm (doxygen): Update to 1.9.4.
| Marius Bakke |
2022-06-27 | gnu: harfbuzz: Remove input labels.......and reindent.
* gnu/packages/gtk.scm (harfbuzz)[inputs]: Remove labels.
| Marius Bakke |
2022-06-27 | gnu: harfbuzz: Update to 4.3.0....* gnu/packages/gtk.scm (harfbuzz): Update to 4.3.0.
(harfbuzz-3.0): Remove variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change from
HARFBUZZ-3.0 to HARFBUZZ.
| Marius Bakke |
2022-06-27 | gnu: icu4c: Update to 71.1....* gnu/packages/icu4c.scm (icu4c): Update to 71.1.
(icu4c-71): Remove variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change ICU4C-71 to
ICU4C.
| Marius Bakke |
2022-06-27 | gnu: python-libxml2: Remove input labels....* gnu/packages/xml.scm (python-libxml2)[arguments]: Use G-expression. Remove
iconv header substitution which is no longer needed.
[inputs]: Remove labels.
| Marius Bakke |
2022-06-27 | gnu: python-libxml2: Move definition closer to its inherited origin....* gnu/packages/xml.scm (python-libxml2): Move package definition after the
libxml2 variants.
| Marius Bakke |
2022-06-27 | gnu: python-libxml2: Fix build failure....This is a follow-up to commit 7dfa2ff7804b4d4ffb4c256c5aaea92b2487b369.
* gnu/packages/xml.scm (python-libxml2)[arguments]: Provide correct directory
for libxml2 headers.
| Marius Bakke |
2022-06-27 | gnu: ruby-sqlite3: Update to 1.4.4....* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.4.
[native-inputs]: Change from RUBY-MINI-PORTILE to RUBY-MINI-PORTILE-2.
| Marius Bakke |
2022-06-27 | gnu: OpenSSL: Absorb graft....* gnu/packages/tls.scm (openssl): Update to 1.1.1p.
[replacement]: Remove.
(openssl/fixed): Remove variable.
| Marius Bakke |
2022-06-27 | Merge branch 'master' into core-updates | Marius Bakke |
2022-06-27 | gnu: libtiff: Explicitly depend on 'xz'.......instead of linking to whatever happens to be in the build environment.
* gnu/packages/image.scm (libtiff)[inputs]: Add XZ.
| Marius Bakke |
2022-06-27 | gnu: libtiff: Use G-expressions....* gnu/packages/image.scm (libtiff)[arguments]: Convert to gexp.
| Marius Bakke |
2022-06-27 | gnu: libtiff: Remove input labels....* gnu/packages/image.scm (libtiff)[inputs]: Remove labels.
| Marius Bakke |
2022-06-27 | gnu: libtiff: Update to 4.4.0....* gnu/packages/image.scm (libtiff): Update to 4.4.0.
[source](uri): Switch to .xz tarball.
| Marius Bakke |
2022-06-27 | gnu: libtiff: Add 'upstream-name' property....* gnu/packages/image.scm (libtiff)[properties]: New field.
| Marius Bakke |
2022-06-27 | gnu: emacs-auctex: Update to 13.1.3....* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.3.
| Nicolas Goaziou |
2022-06-27 | gnu: openssl: Update to 1.1.1p [security fixes]....* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1p.
| Efraim Flashner |
2022-06-27 | gnu: python-lit: Update to 14.0.3....* gnu/packages/check.scm (python-lit): Update to 14.0.3.
| Efraim Flashner |
2022-06-27 | gnu: emacs-bbdb: Update to 3.2.2.2....* gnu/packages/emacs-xyz.scm (emacs-bbdb): Update to 3.2.2.2.
| Nicolas Goaziou |
2022-06-27 | gnu: emacs-solarized-theme: Update to 2.0.0....* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.0.
| Nicolas Goaziou |
2022-06-27 | gnu: stumpwm: Improve package definition....* gnu/packages/wm.scm (stumpwm)[inputs, native-inputs]: Remove labels.
[arguments]: Use gexp and remote trailing #t in phases.
| Guillaume Le Vaillant |