me
/
guix
Archived
1
0
Fork 0
Commit Graph

98833 Commits (dad7117c352ca4d8f91ae3235259a591d7b4f33f)

Author SHA1 Message Date
Marius Bakke dad7117c35
gnu: pcre2: Update to 10.40.
* gnu/packages/pcre.scm (pcre2): Update to 10.40.
[source](uri): Use new download location.
2022-06-30 23:26:18 +02:00
Marius Bakke 1861b35e36
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.
2022-06-30 23:26:17 +02:00
Marius Bakke 79beb85599
gnu: help2man: Remove input labels.
* gnu/packages/man.scm (help2man)[arguments]: Rewrite as G-expression.
[inputs, native-inputs]: Remove labels.
2022-06-30 23:26:17 +02:00
Marius Bakke ddff3be27e
gnu: help2man: Update to 1.49.2.
* gnu/packages/man.scm (help2man): Update to 1.49.2.
2022-06-30 23:26:17 +02:00
Marius Bakke a81a9ceb88
gnu: zlib: Use G-expression.
* gnu/packages/compression.scm (zlib)[arguments]: Convert to gexp.
2022-06-30 23:26:17 +02:00
Marius Bakke 5aeb96103f
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.
2022-06-30 23:26:16 +02:00
Marius Bakke 9959890264
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.
2022-06-30 23:26:16 +02:00
Marius Bakke 01e1cf6fcf
gnu: jsoncpp@1.7.3: Fix build failure.
This is a follow-up to commit 2ada32cc39.

* gnu/packages/serialization.scm (jsoncpp-for-tensorflow)[build-system]: Set
to CMAKE-BUILD-SYSTEM.
[arguments]: Restore.
2022-06-30 23:26:16 +02:00
Marius Bakke 7bbab14b40
gnu: dejagnu: Use G-expressions.
* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Use gexp and remove label usage.
2022-06-30 23:26:16 +02:00
Marius Bakke 0ef3e954de
gnu: dejagnu: Fix test failure.
This is a follow-up to commit 0b65cb03b3.

* gnu/packages/dejagnu.scm (dejagnu)[inputs]: Add BASH-MINIMAL.
[arguments]: Add phase to patch /bin/sh references.
2022-06-30 23:26:15 +02:00
Efraim Flashner 4bc6888f5e
gnu: gcc-10: Update to 10.4.0.
* gnu/packages/gcc.scm (gcc-10): Update to 10.4.0.
2022-06-29 13:06:48 +03:00
Efraim Flashner 2f4d936c1b
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.
2022-06-29 13:05:20 +03:00
Efraim Flashner f926e43170
gnu: m4-boot0: Fix build on arm architectures.
* gnu/packages/commencement.scm (m4-boot0)[arguments]: Skip tests when
building for arm architectures.
2022-06-28 10:15:06 +03:00
Marius Bakke 4d6a9364bb
gnu: harfbuzz: Use G-expression.
* gnu/packages/gtk.scm (harfbuzz)[arguments]: Convert to gexp.
2022-06-28 00:13:00 +02:00
Marius Bakke 0e93273def
gnu: harfbuzz: Update to 4.4.0.
* gnu/packages/gtk.scm (harfbuzz): Update to 4.4.0.
2022-06-28 00:09:50 +02:00
Marius Bakke 0e691ae100
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.
2022-06-28 00:06:37 +02:00
Marius Bakke 0b0750e831
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.
2022-06-27 23:48:01 +02:00
Marius Bakke b1fa242cb1
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.
2022-06-27 23:48:00 +02:00
Marius Bakke 6cd8814011
gnu: CMake: Remove input labels.
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: Remove labels.
(cmake)[native-inputs]: Likewise.  Use MODIFY-INPUTS.
2022-06-27 23:48:00 +02:00
Marius Bakke 02f7c56ec4
gnu: libjpeg-turbo: Build with cmake-minimal.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
2022-06-27 23:48:00 +02:00
Marius Bakke 9dfd2ad73b
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.
2022-06-27 23:48:00 +02:00
Marius Bakke 2ada32cc39
gnu: jsoncpp: Build with Meson.
* gnu/packages/serialization.scm (jsoncpp)[build-system]: Change to
MESON-BUILD-SYSTEM.
[arguments]: Remove.
2022-06-27 23:48:00 +02:00
Marius Bakke 80193fff59
gnu: doxygen: Use new style.
* gnu/packages/documentation.scm (doxygen)[inputs]: Remove label.
[arguments]: Likewise.  Convert to G-expression.
2022-06-27 23:48:00 +02:00
Marius Bakke 69bce01863
gnu: doxygen: Update to 1.9.4.
* gnu/packages/documentation.scm (doxygen): Update to 1.9.4.
2022-06-27 23:48:00 +02:00
Marius Bakke 21a895a27b
gnu: harfbuzz: Remove input labels.
...and reindent.

* gnu/packages/gtk.scm (harfbuzz)[inputs]: Remove labels.
2022-06-27 23:48:00 +02:00
Marius Bakke febdbf0111
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.
2022-06-27 23:48:00 +02:00
Marius Bakke 20bc806b04
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.
2022-06-27 23:48:00 +02:00
Marius Bakke e437393b01
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.
2022-06-27 23:48:00 +02:00
Marius Bakke e51c78d560
gnu: python-libxml2: Move definition closer to its inherited origin.
* gnu/packages/xml.scm (python-libxml2): Move package definition after the
libxml2 variants.
2022-06-27 23:48:00 +02:00
Marius Bakke a83c462752
gnu: python-libxml2: Fix build failure.
This is a follow-up to commit 7dfa2ff780.

* gnu/packages/xml.scm (python-libxml2)[arguments]: Provide correct directory
for libxml2 headers.
2022-06-27 23:48:00 +02:00
Marius Bakke 6ee0f40e83
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.
2022-06-27 23:47:59 +02:00
Marius Bakke 1e39cc6481
gnu: OpenSSL: Absorb graft.
* gnu/packages/tls.scm (openssl): Update to 1.1.1p.
[replacement]: Remove.
(openssl/fixed): Remove variable.
2022-06-27 19:29:49 +02:00
Marius Bakke 2a7648774f
Merge branch 'master' into core-updates 2022-06-27 19:23:48 +02:00
Marius Bakke 43519035f9
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.
2022-06-27 19:15:07 +02:00
Marius Bakke be2d53225c
gnu: libtiff: Use G-expressions.
* gnu/packages/image.scm (libtiff)[arguments]: Convert to gexp.
2022-06-27 19:15:07 +02:00
Marius Bakke e8af8fc3e1
gnu: libtiff: Remove input labels.
* gnu/packages/image.scm (libtiff)[inputs]: Remove labels.
2022-06-27 19:15:07 +02:00
Marius Bakke 06747aa5b0
gnu: libtiff: Update to 4.4.0.
* gnu/packages/image.scm (libtiff): Update to 4.4.0.
[source](uri): Switch to .xz tarball.
2022-06-27 19:15:07 +02:00
Marius Bakke 8b13d38fac
gnu: libtiff: Add 'upstream-name' property.
* gnu/packages/image.scm (libtiff)[properties]: New field.
2022-06-27 19:15:07 +02:00
Nicolas Goaziou 0bd1c4fbbc
gnu: emacs-auctex: Update to 13.1.3.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.3.
2022-06-27 18:51:31 +02:00
Efraim Flashner bcba5835e5
gnu: openssl: Update to 1.1.1p [security fixes].
* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1p.
2022-06-27 19:49:31 +03:00
Efraim Flashner 110ef1d2e7
gnu: python-lit: Update to 14.0.3.
* gnu/packages/check.scm (python-lit): Update to 14.0.3.
2022-06-27 19:49:30 +03:00
Nicolas Goaziou 08fc2e13a1
gnu: emacs-bbdb: Update to 3.2.2.2.
* gnu/packages/emacs-xyz.scm (emacs-bbdb): Update to 3.2.2.2.
2022-06-27 18:47:58 +02:00
Nicolas Goaziou b42e52a735
gnu: emacs-solarized-theme: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.0.
2022-06-27 12:32:04 +02:00
Guillaume Le Vaillant 144a750f8b
gnu: stumpwm: Improve package definition.
* gnu/packages/wm.scm (stumpwm)[inputs, native-inputs]: Remove labels.
  [arguments]: Use gexp and remote trailing #t in phases.
2022-06-27 11:15:44 +02:00
Elais Player 1967c04226
gnu: stumpwm: Update to 22.05.
* gnu/packages/wm.scm (stumpwm): Update to 22.05.
  [arguments]: Add 'fix-tests' phase.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-27 10:59:43 +02:00
Maxim Cournoyer 97766323bc
gnu: font-abattis-cantarell: Build from source.
* gnu/packages/fonts.scm (font-abattis-cantarell)
[source]: Fetch source from git.
[build-system]: Switch to meson-build-system.
[phases]: Delete phases.
[configure-flags]: New argument.
[native-inputs]: Remove variable-font archive and unzip.
Add gettext-minimal, psautohint, python, python-cffsubr, python-fontmath,
python-statmake and python-ufo2ft.
[description]: Mention the non-variable and variable font variants.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer 02b09d3769
gnu: Add python-statmake.
* gnu/packages/fontutils.scm (python-statmake): New variable.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer ddb8635e5a
gnu: Add python-cattrs.
* gnu/packages/python-xyz.scm (python-cattrs): New variable.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer 76de731b4b
gnu: python-immutables: Update to 0.18.
* gnu/packages/python-xyz.scm (python-immutables): Update to 0.18.
[native-inputs]: Add python-mypy, python-pytest.
2022-06-26 22:10:39 -04:00
Maxim Cournoyer 61b509aec6
gnu: python-pymongo: Update to 4.1.1.
* gnu/packages/python-xyz.scm (python-pymongo): Update to 4.1.1.
2022-06-26 22:10:39 -04:00