aboutsummaryrefslogtreecommitdiff
path: root/bin/extract-props.js
AgeCommit message (Expand)Author
2015-03-29Add tool to extract property namesMihai Bazon
d>Tobias Geerinckx-Rice 2022-10-12gnu: cool-retro-term: Fixes font loading....This addresses <https://issues.guix.gnu.org/58451> * gnu/packages/terminals.scm (cool-retro-term)[source]: In snippet for font handling, adjust regexp to account for possible presence of whitespace. Eric Bavier 2022-10-02gnu: libvterm: Update to 0.3.0....* gnu/packages/terminals.scm (libvterm): Update to 0.3.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ギャラ 2022-09-04gnu: foot: Update to 1.13.1....* gnu/packages/terminals.scm (foot): Update to 1.13.1. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5 2022-08-16gnu: terminals: Deprecate wterm....`wterm` no longer works with modern Wayland, and has been unmaintained since early 2021. See issue #52029. * gnu/packages/terminals.scm (wterm): Deprecate in favour of `foot`. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> ( 2022-08-08gnu: cool-retro-term: Fix build and runtime errors....This fixes <https://issues.guix.gnu.org/57049>. * gnu/packages/terminals.scm (cool-retro-term) [inputs]: Add qtquickcontrols-5. [arguments]: Fix 'QML2_IMPORT_PATH'. 宋文武 2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5....Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5....Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-06-05gnu: foot: Update to 1.12.1....* gnu/packages/terminals.scm (foot): Update to 1.12.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Timotej Lazar 2022-05-31gnu: Remove python2-blessings....* gnu/packages/terminals.scm (python2-blessings): Delete variable. Maxim Cournoyer 2022-05-31gnu: Remove python2-pyte....* gnu/packages/terminals.scm (python2-pyte): Delete variable. Maxim Cournoyer 2022-05-22gnu: mlterm: Remove redundant --prefix argument....* gnu/packages/terminals.scm (mlterm)[arguments]: Remove "--prefix" from #:configure-flags. Tobias Geerinckx-Rice 2022-05-22gnu: mlterm: Remove input labels....* gnu/packages/terminals.scm (mlterm)[native-inputs, inputs]: Remove input labels. Tobias Geerinckx-Rice 2022-05-22gnu: mlterm: Update to 3.9.2....* gnu/packages/terminals.scm (mlterm): Update to 3.9.2. Tobias Geerinckx-Rice 2022-05-08gnu: beep: Drop obsolete $(pkgdocdir) make flag....* gnu/packages/terminals.scm (beep)[arguments]: Remove "pkgdocdir=" from #:make-flags. Tobias Geerinckx-Rice 2022-05-08gnu: beep: Use G-expressions....* gnu/packages/terminals.scm (beep)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-05-08gnu: beep: Update to 1.4.12....* gnu/packages/terminals.scm (beep): Update to 1.4.12. [arguments]: Set $(CC) #:make-flag. Manually substitute the correct value of make check's $(PWD). (!) Tobias Geerinckx-Rice 2022-05-09gnu: cool-retro-term: Lint package definition....* gnu/packages/terminals.scm [inputs]: Add bash-minimal. [source]: Remove trailing #t. [arguments]: Remove trailing #t from phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5 2022-05-09gnu: cool-retro-term: Upgrade to 1.2.0....* gnu/packages/terminals.scm (cool-retro-term): Upgrade to 1.2.0. [source]: Use commit as version. [inputs]: Use qtquickcontrols2 instead of qtquickcontrols. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5 2022-03-31gnu: tio: Update to 1.36....* gnu/packages/terminals.scm (tio): Update to 1.36. [native-inputs]: Add pkg-config. [inputs]: Add libinih. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raphaël Mélotte via Guix-patches 2022-03-11gnu: tio: Update to 1.35....* gnu/packages/terminals.scm (tio): Update to 1.35. [build-system]: Switch to MESON-BUILD-SYSTEM. Note: the build system changed to meson in the following commit: https://github.com/tio/tio/commit/e9208d693ee21a062dc2b3f2dd16a9d6b8926b90 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Raphaël Mélotte via Guix-patches 2022-02-15gnu: foot: Update to 1.11.0...* gnu/packages/terminals.scm (foot): Update to 1.11.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Felipe Balbi 2022-01-22gnu: alacritty: Fix failing build....* gnu/packages/crates-io.scm (rust-alacritty-terminal)[inputs]: Update rust-nix. * gnu/packages/terminals.scm (alacritty)[arguments]: Add phase 'use-new-nix. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> SeerLite via Guix-patches via 2022-01-15gnu: beep: Run tests....* gnu/packages/terminals.scm (beep)[arguments]: Remove #:tests? #f lie. Add a new 'patch-tests phase to make them pass. Tobias Geerinckx-Rice 2022-01-15gnu: beep: Update to 1.4.10....* gnu/packages/terminals.scm (beep): Update to 1.4.10. Tobias Geerinckx-Rice 2021-12-30gnu: Capitalize beginning of synopsis....* gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise. Vagrant Cascadian 2021-12-30gnu: Remove leading article from synopsis....* gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12, rust-svd-parser-0.9)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise. Vagrant Cascadian 2021-12-29gnu: termite: Note obsolescense....* gnu/packages/terminals.scm (termite)[description]: Update. Tobias Geerinckx-Rice 2021-12-27gnu: cool-retro-term: Fix build with gcc@10....* gnu/packages/patches/cool-retro-term-wctype.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/terminals.scm (cool-retro-term)[source]: Add 'cool-retro-term-wctype.patch'. Eric Bavier