Age | Commit message (Expand) | Author |
2022-09-11 | gnu: janet: Update to 1.24.1....* gnu/packages/lisp.scm (janet): Update to 1.24.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-09-11 | gnu: java-slf4j-api: Update the source URI....* gnu/packages/java.scm (java-slf4j-api)[source]: Replace the URI with
"git-reference" to GitHub as the origin reference to
"https://www.slf4j.org/dist/slf4j-..." seems to be broken.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Artyom V. Poptsov |
2022-09-11 | gnu: plantuml: Update to 1.2022.7....* gnu/packages/yyy.scm (plantuml): Update to 1.2022.7.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-09-11 | gnu: v4l2loopback-linux-module: Update to 0.12.7....* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.12.7.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-09-11 | gnu: recoll: Update to 1.32.7....* gnu/packages/search.scm (recoll): Update to 1.32.7.
[arguments]<#:configure-flags>: Add --with-inotify.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-09-11 | gnu: font-plemoljp: Update to 1.2.7....* gnu/packages/fonts.scm (font-plemoljp): Update to 1.2.7.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Taiju HIGASHI |
2022-09-11 | gnu: nheko: Update to 0.10.1....* gnu/packages/messaging.scm (nheko): Update to 0.10.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-09-11 | gnu: mtxclient: Update to 0.8.2....* gnu/packages/messaging.scm (mtxclient): Update to 0.8.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-09-11 | gnu: python-qrcode: Update to 7.3.1....* gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1.
[propagated-inputs]: Remove python-six.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Felix Gruber |
2022-09-11 | gnu: emacs-vertico: Update to 0.27....* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.27.
| Nicolas Goaziou |
2022-09-11 | gnu: qmapshack: Add curl dependency....* gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
| Guillaume Le Vaillant |
2022-09-11 | gnu: qgis: Disable failing tests....* gnu/packages/geo.scm (qgis)[arguments]: Disable failing tests in
'check phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: gplates: Add curl dependency....* gnu/packages/geo.scm (gplates)[inputs]: Add curl.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: openorienteering-mapper: Add curl dependency....* gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: python-cartopy: Update to 0.20.3....* gnu/packages/geo.scm (python-cartopy): Update to 0.20.3.
[propagated-inputs]: Add python-pyproj.
[inputs]: Add comment to explain why proj is needed after depending on
python-pyproj.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: python-pyproj: Update to 3.3.1....* gnu/packages/geo.scm (python-pyproj): Update to 3.3.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: proj: Update to 9.0.1....* gnu/packages/geo.scm (proj): Update to 9.0.1.
[arguments]: Remove fix-version phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: xygrib: Build against proj-7....* gnu/packages/geo.scm (xygrib)[inputs]: Replace proj with proj-7.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: vtk: Build against proj-7....* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj with
proj-7.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: Add proj-7....* gnu/packages/geo.scm (proj-7): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | services: web: Fix long lines....* gnu/services/web.scm: Remove a trailing space and wrap long line. No
functional change.
| Mathieu Othacehe |
2022-09-11 | gnu: emacs-org: Undelete build step....With native compilation enabled, it is now no longer meaningless.
* gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Don't delete ‘build’.
| Liliana Marie Prikler |
2022-09-11 | gnu: emacs-yasnippet: Fix build....* gnu/packages/patches/emacs-yasnippet-fix-tests.patch: Handle arguments
in buffer-list.
| Liliana Marie Prikler |
2022-09-11 | gnu: emacs: Build with native compilation....* gnu/packages/emacs.scm (%emacs-modules): New variable.
(emacs)[arguments]<#:modules>: Use it here.
<#:configure-flags> Add “--with-native-compilation”.
<#:make-flags>: Add “NATIVE_FULL_AOT=1”.
<#:phases>: Add ‘set-libgccjit-path’ and ‘patch-compilation-driver’.
[inputs]: Add explicit ld-wrapper, binutils, glibc, and libgccjit.
[search-paths]: Add EMACSNATIVELOADPATH.
(emacs-minimal, emacs-xwidgets, emacs-no-x)
(emacs-no-x-toolkit): Adjust accordingly.
| Liliana Marie Prikler |
2022-09-11 | gnu: libgccjit: Build multiple versions....* gnu/packages/gcc.scm (libgccjit-9, libgccjit-10, libgccjit-11)
(libgccjit-12): New variables.
(libgccjit): Update to libgccjit-10.
| Liliana Marie Prikler |
2022-09-11 | gnu: libgccjit: Build with bootstrapped gcc....* gnu/packages/gcc.scm (make-libgccjit)[#:configure-flags]: Add
“--disable-bootstrap”, “--disable-libatomic”, “--disable-libgomp”,
“--disable-libquadmath”, “--disable-libssp”, and “--enable-checking=release”.
[inputs]: Remove libstdc++.
[native-inputs]: Add gcc.
| Liliana Marie Prikler |
2022-09-11 | gnu: Parameterize libgccjit....* gnu/packages/gcc.scm (make-libgccjit): New variable.
(libgccjit): Define in terms of make-libgccjit.
| Liliana Marie Prikler |
2022-09-11 | gnu: Add cl-draw-cons-tree....* gnu/packages/lisp-xyz.scm (cl-draw-cons-tree, ecl-draw-cons-tree,
sbcl-draw-cons-tree): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-09-11 | gnu: Add wiggle....* gnu/packages/patchutils.scm (wiggle): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| jgart |
2022-09-11 | gnu: mtr: Build with JSON support....* gnu/packages/networking.scm (mtr)[native-inputs]: Add pkg-config.
[inputs]: Add 'jansson'.
| Oleg Pykhalov |
2022-09-11 | gnu: shepherd: Update to 0.9.2....* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
| Ludovic Courtès |
2022-09-11 | services: shepherd: Open /dev/null as O_CLOEXEC....Failing to do that, that file descriptor could be inherited by child
processes as of Shepherd 0.9.2.
* gnu/services/shepherd.scm (shepherd-configuration-file): Open
/dev/null as O_CLOEXEC.
| Ludovic Courtès |
2022-09-10 | gnu: emacs-ement: Update to 0.1.2....* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Michael Rohleder |
2022-09-10 | gnu: emacs-org-contacts: Update to 1.1....* gnu/packages/emacs-xyz.scm (emacs-org-contacts): Update to 1.1.
[source]<uri>: Use repo.or.cz as new upstream.
[propagated-inputs]: Add EMACS-ORG.
[home-page]: Update URL.
| Nicolas Goaziou |
2022-09-10 | gnu: mumble: Update to 1.4.274....* gnu/packages/telephony.scm (mumble): Update to 1.4.274.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Michael Rohleder |
2022-09-10 | gnu: Add mpdevil....* gnu/packages/mpd.scm (mpdevil): New variable.
| Liliana Marie Prikler |
2022-09-10 | gnu: gnome-shell: Remove input labels and use G-expression....* gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Remove labels.
[arguments]: Convert to G-expressions. Add (ice-9 match) to #:modules. Use
SEARCH-INPUT-FILE and #$OUTPUT where appropriate. Add let-binding for
DISALLOWED-REFERENCES and use them in glib-or-gtk-wrap phase.
| Marius Bakke |
2022-09-10 | gnu: gnome-shell: Remove obsolete input....* gnu/packages/gnome.scm (gnome-shell)[arguments]: Don't remove intltool from
XDG_DATA_DIRS.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL and PERL.
| Marius Bakke |
2022-09-10 | gnu: mutter: Remove obsolete input....* gnu/packages/gnome.scm (mutter)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL.
| Marius Bakke |
2022-09-10 | gnu: mutter: Use G-expression....* gnu/packages/gnome.scm (mutter)[arguments]: Use G-expressions.
| Marius Bakke |
2022-09-10 | gnu: mutter: Remove input labels....* gnu/packages/gnome.scm (mutter)[native-inputs, inputs, propagated-inputs]:
Remove labels.
[arguments]: Use SEARCH-INPUT-FILE instead of labels.
| Marius Bakke |
2022-09-10 | gnu: rygel: Update to 0.40.4....* gnu/packages/gnome.scm (rygel): Update to 0.40.4.
| Marius Bakke |
2022-09-10 | gnu: simple-scan: Update to 42.1....* gnu/packages/gnome.scm (simple-scan): Update to 42.1.
[arguments]: Remove #:meson.
| Marius Bakke |
2022-09-10 | gnu: python-pip: Update to 22.2.2....* gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Greg Hogan |
2022-09-10 | gnu: Add texlive-latex-pbox....* gnu/packages/tex.scm (texlive-latex-pbox): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Wiktor Żelazny |
2022-09-10 | gnu: Add texlive-latex-marginfix....* gnu/packages/tex.scm (texlive-latex-marginfix): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Wiktor Żelazny |
2022-09-10 | gnu: Add go-github-com-goccy-go-json....* gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Adam Kandur |
2022-09-10 | gnu: Add texlive-latex-translations....* gnu/packages/tex.scm (texlive-latex-translations): New variable.
| Wiktor Żelazny |
2022-09-10 | gnu: Add texlive-latex-enotez....* gnu/packages/tex.scm (texlive-latex-enotez): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Wiktor Żelazny |
2022-09-10 | gnu: Add texlive-latex-seqsplit....* gnu/packages/tex.scm (texlive-latex-seqsplit): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Wiktor Żelazny |