aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/game-development.scm')
0 files changed, 0 insertions, 0 deletions
it/gnu/packages/fontutils.scm?id=e3196755e60ba7f1ed9d432e73f26a85e0c8893c'>gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-11-11gnu: fontconfig: Add a search path for XDG_DATA_DIRS....Fixes <https://issues.guix.gnu.org/31403>. * gnu/packages/fontutils.scm (fontconfig)[source]: Fix indentation. [configure-flags]: Drop the "--with-add-fonts" configure option as it's no longer necessary/desirable to special case the system and user profiles. [native-search-paths]: New search path. Maxim Cournoyer 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-26gnu: fcft: Update to 2.4.6....* gnu/packages/fontutils.scm (fcft): Update to 2.4.6. Tobias Geerinckx-Rice 2021-10-23gnu: fontmanager: Update to 0.8.7....* gnu/packages/fontutils.scm (fontmanager): Update to 0.8.7. Tobias Geerinckx-Rice 2021-10-21gnu: fntsample: Update to 5.4....* gnu/packages/fontutils.scm (fntsample): Update to 5.4. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2021-10-21gnu: fntsample: Update Blocks.txt and use stable URL....* gnu/packages/fontutils.scm (fntsample)[input]: Update unicode-blocks to 14.0.0 and include the version in its URL and name. Tobias Geerinckx-Rice 2021-10-14Merge branch 'master' into core-updates-frozenMarius Bakke 2021-10-13gnu: Rename google-brotli back to brotli....Sorry for the noise, but good riddance. Our nonstandard name for this package has caused confusion since it was added. For example, the duplicate python-brotli and python-google-brotli packages added later, with the latter name making even less sense. The Python packages will be fixed in the next commit. * gnu/packages/compression.scm (google-brotli): Redefine as a deprecated-package, with… (brotli): …restored to canonical status. (python-google-brotli)[inherit]: Adjust accordingly. * gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly. * gnu/packages/fontutils.scm (woff2)[inputs]: Likewise. * gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise. * gnu/packages/networking (wireshark)[inputs]: Likewise. * gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise. Tobias Geerinckx-Rice 2021-10-12gnu: Remove references to meson-0.55....This is a follow-up to 1eca979fb8da842e73c42f4f53be29b169810f2. * gnu/packages/datastructures.scm, gnu/packages/fontutils.scm, gnu/packages/terminals.scm: Don't import (gnu packages build-tools). * gnu/packages/wm.scm: Remove comment. * gnu/packages/emulators.scm (dosbox-staging)[arguments]: Remove meson field. * gnu/packages/package-management.scm (conan)[native-inputs]: Use meson. Efraim Flashner 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-05gnu: fcft: Update to 2.4.5....* gnu/packages/fontutils.scm (fcft): Update to 2.4.5. Tobias Geerinckx-Rice 2021-09-28gnu: libraqm: Update to 0.7.2....* gnu/packages/fontutils.scm (libraqm): Update to 0.7.2. [source]: Use git-fetch method. [build-system]: Switch to meson-build-system. [arguments]<#:phases>: Remove unnecessary (and unrecognized) configure flag per above. Nicolas Goaziou