| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/gtk.scm (cairo): Update to 1.14.6.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (pixman): Update to 0.34.0.
|
|
|
|
| |
* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.30.
|
|
|
|
|
|
| |
* gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use 'gdk-pixbuf+svg'
instead of 'gdk-pixbuf'.
(gtk+): Remove librsvg from inputs. Remove 'wrap-gtk-encode-symbolic-svg' phase.
|
|
|
|
|
|
| |
Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>.
* doc/contributing.texi (Building from Git): Mention --localstatedir.
|
|
|
|
| |
* doc/guix.texi (Hardware Considerations): Fix typos.
|
|
|
|
|
|
| |
* guix/build/syscalls.scm (terminal-columns): Call
'terminal-window-size' only when PORT is a file port.
* tests/syscalls.scm ("terminal-columns non-file port"): New test.
|
|
|
|
| |
* gnu/packages/c.scm (tcc-wrapper): New variable.
|
|
|
|
|
| |
* gnu/packages/c.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
|
| |
* doc/guix.texi (Invoking guix package): Remove paragraph about
automatic check for latest GNU releases, which was removed in
6caa4dfa37e9b87336908e188500c14b402a0090.
|
|
|
|
| |
* gnu/packages/music.scm (beast): New variable.
|
|
|
|
| |
* gnu/packages/graphics.scm (rapicorn): New variable.
|
|
|
|
| |
* gnu/packages/image.scm (libpng-1.2): New variable.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-ffap-rfc-space): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-rfcview): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/games.scm (openttd-engine): New variable (private).
(openttd): Inherit it. New variable (public).
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
|
|
|
|
|
| |
* emacs/guix-ui.el (guix-ui-buffer-name-default): Rename to...
(guix-ui-buffer-name-short): ... this.
(guix-ui-buffer-name-full): New procedure.
(guix-ui-buffer-name-function): Set it as default.
|
|
|
|
|
|
| |
* emacs/guix-ui.el (guix-ui-buffer-name-default): Extract the code to
compose buffer name and move to...
* emacs/guix-utils.el (guix-compose-buffer-name): ... here. New procedure.
|
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (fontforge)[inputs]: Remove giflib, add
libungif.
[arguments]: Adjust 'set-library-path' phase accordingly.
|
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (fontforge)[arguments]: Remove
'patch-configure' phase, which became unnecessary in the latest
versions.
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (fontforge)[arguments]: Add 'build-contrib'
phase.
|
|
|
|
| |
* gnu/packages/fontutils.scm (fontforge)[arguments]: Use modify-phases.
|
|
|
|
| |
* gnu/packages/fonts.scm (font-fantasque-sans): New variable.
|
|
|
|
|
|
| |
* gnu/packages/patches/fontforge-svg-modtime.patch: New file.
* gnu/packages/fontutils.scm (fontforge)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (woff2): New variable.
* gnu/packages/patches/woff2-libbrotli.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
| |
* gnu/packages/compression.scm (brotli): New variable.
|
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (ttf2eot): New variable.
* gnu/packages/patches/ttf2eot-cstddef.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
| |
* gnu/packages/fontutils.scm (woff-tools): New variable.
|
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (ttfautohint): New variable.
* gnu/packages/patches/ttfautohint-source-date-epoch.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
| |
This reverts commit 5f3f3ac287467994f01646680c6a6837ec7ee587.
|
|
|
|
|
|
|
|
|
| |
* pre-inst-env.in: Move to ...
* build-aux/pre-inst-env.in: ... here.
* test-env.in: Move to ...
* build-aux/test-env.in: ... here.
* configure.ac (AC_CONFIG_FILES): Adapt to this. Keep the generated
scripts in their current location which is $(top_builddir).
|
|
|
|
|
| |
* doc/guix.texi (Common Build Options): Add a reference to 'Invoking
guix archive'.
|
|
|
|
| |
* gnu/packages/docbook.scm (docbook-xml-4.1.2): New variable.
|
|
|
|
|
|
|
| |
* guix/store.scm (set-build-options): Add #:terminal-columns parameter
and honor it.
* guix/scripts/substitute.scm (client-terminal-columns): New procedure.
(guix-substitute): Use it to parameterize 'current-terminal-columns'.
|
|
|
|
|
| |
* guix/scripts/download.scm (guix-download): Parameterize
'current-terminal-columns'.
|
|
|
|
| |
* guix/ui.scm (%text-width): Default to (terminal-columns).
|
|
|
|
|
| |
* guix/ui.scm (package->recutils)[width*]: New variable. Use it instead
of WIDTH.
|
|
|
|
|
|
|
|
| |
* guix/build/syscalls.scm (TIOCGWINSZ): New macro.
(<window-size>): New record type.
(winsize): New C struct.
(winsize-struct): New variable.
(terminal-window-size, terminal-columns): New procedures.
|
|
|
|
|
| |
* guix/build/download.scm (current-terminal-columns): New variable.
(progress-proc): Use it instead of the hard-coded "80".
|
|
|
|
|
|
|
|
| |
Partly fixes <http://bugs.gnu.org/22536>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.
* guix/build/download.scm (progress-proc): Send an ANSI erase-in-line
sequence.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/gnu-maintenance.scm (ftp-server/directory): Rewrite to honor
PACKAGE's properties. Remove list of quirks.
(releases): Add #:server and #:directory parameters. Remove call
to 'ftp-server/directory'.
(latest-release): Likewise.
(latest-release*): Add call to 'ftp-server/directory'. Honor
'upstream-name' property of PACKAGE.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf): Add 'properties'
field.
* gnu/packages/gnupg.scm (libgpg-error, libgcrypt, libassuan):
(libksba, gnupg): Likewise.
* gnu/packages/gnuzilla.scm (icecat): Likewise.
* gnu/packages/package-management.scm (guix-0.10.0): Likewise.
* gnu/packages/pretty-print.scm (source-highlight): Likewise.
* gnu/packages/scheme.scm (mit-scheme): Likewise.
* gnu/packages/telephony.scm (ucommon): Likewise.
* gnu/packages/tls.scm (gnutls): Likewise.
|
|
|
|
|
| |
* guix/gnu-maintenance.scm (tarball->version): Add special case for
tarball names containing "-src".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/upstream.scm (package-update-path): Pass PACKAGE to
'latest-release'.
* guix/gnu-maintenance.scm (latest-release*)
(latest-gnome-release, latest-xorg-release): Adjust accordingly.
* guix/import/cran.scm (latest-cran-release):
(latest-bioconductor-release): Likewise.
* guix/import/elpa.scm (latest-release): Likewise.
* guix/import/gem.scm (latest-release): Likewise.
* guix/import/github.scm (latest-release): Likewise.
* guix/import/hackage.scm (latest-release): Likewise.
* guix/import/pypi.scm (latest-release): Likewise.
|
|
|
|
| |
This reverts commit df887432be25e1534b9ecdccf39c98857b1d0786.
|
|
|
|
|
| |
* gnu/packages/web.scm (r-htmltools): Update to 0.3.5.
[propagated-inputs]: Add r-rcpp.
|
|
|
|
| |
* gnu/packages/machine-learning.scm (r-nnet): New variable.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-igraph): New variable.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-nmf): New variable.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-rngtools): New variable.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-registry): New variable.
|