Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.25.
|
|
* gnu/packages/emacs-xyz.scm (emacs-magit-popup): Update to 2.13.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.51.
|
|
* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.13.
[source]: Use GNU ELPA URL.
[arguments]: Remove section.
|
|
* gnu/packages/patches/plotutils-spline-test.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/plotutils.scm (plotutils)[patches]: Apply it.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 5.7.
|
|
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.4.
|
|
* gnu/packages/video.scm (you-get): Update to 0.4.1456.
|
|
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.7.
|
|
* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.1.
|
|
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.6.
|
|
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.17.2.
[source, arguments]: Remove upstreamed patching.
* gnu/packages/patches/python-jedi-sort-project-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.16.
|
|
* gnu/packages/mail.scm (isync): Update to 1.3.2.
[home-page]: Update home-page.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/documentation.scm (asciidoc)[source]: Download using
git-fetch.
|
|
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.24.2.
|
|
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.095.
|
|
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.095.
|
|
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.095.
|
|
* gnu/packages/perl-compression.scm (perl-compress-bzip2): Update to 2.28.
|
|
* gnu/packages/music.scm (zam-plugins): Update to 3.13.
|
|
* gnu/packages/package-management.scm (libostree): Update to 2020.4.
|
|
* gnu/packages/image.scm (jasper): Update to 2.0.17.
|
|
* gnu/packages/disk.scm (libblockdev): Update to 2.24.
|
|
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.5.
|
|
* gnu/packages/networking.scm (fping): Update to 4.4.
|
|
* gnu/packages/mail.scm (mu): Update to 1.4.12.
|
|
* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.5.
|
|
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.4.
|
|
* gnu/packages/package-management.scm (guix): Update to 1.1.0-18.0addee1.
|
|
This adds support for creating and editing NTFS partitions. It is however not
possible yet to create root NTFS partitions, as overlaying on top of a fuse
partition does not seem supported.
* gnu/installer.scm (installer-program): Add "ntfs-3g" to the inputs.
* gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type,
partition-filesystem-user-type, create-ntfs-file-system,
format-user-partitions): Add NTFS support.
* gnu/installer/newt/partition.scm (run-fs-type-page): Add NTFS support.
|
|
* gnu/system/uuid.scm (%ntfs-endianness): New macro,
(ntfs-uuid->string): new procedure,
(%ntfs-endianness): new variable,
(string->ntfs-uuid): new exported procedure,
(%uuid-parsers): add NTFS support,
(%uuid-printers): add NTFS support.
* gnu/build/file-systems.scm (%ntfs-endianness): New macro,
(ntfs-superblock?, read-ntfs-superblock, ntfs-superblock-uuid,
check-ntfs-file-system): new procedure,
(%partition-uuid-readers): add NTFS support,
(check-file-system): add NTFS support.
|
|
* gnu/packages/syndication.scm (newsboat): Update to 2.20.1.
[source]: Add snippet to loosen version requirement on crate dependency.
[build-system]: Switch to cargo-build-system.
[native-inputs]: Remove asciidoc, add openssl, asciidoctor.
[arguments]: Add gnu-build-system module. Add vendor-dir, cargo-inputs,
cargo-development-inputs fields. Don't delete 'configure phase. Add
custom 'dont-vendor-self-phase. Replace 'build, 'check, 'install phases
with gnu counterparts.
(newsboat-2.13): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.3.
[source]: Update URL.
[arguments]: Add phases.
[propagated-inputs]: Add `emacs-ts'.
[home-page]: Update URL.
|
|
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.11.0.
|
|
* gnu/packages/crates-io.scm (rust-serde-test-1.0): Rename to
rust-serde-test-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
|
|
* gnu/packages/crates-io.scm (rust-serde-derive-1.0): Rename to
rust-serde-derive-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
|
|
* gnu/packages/crates-io.scm (rust-serde-json-1.0): Rename to rust-serde-json-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
|
|
* gnu/packages/crates-io.scm (rust-serde-1.0): Rename to rust-serde-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
|
|
* gnu/packages/wm.scm (xmenu): New variable.
|
|
* gnu/packages/wm.scm (xclickroot): New variable.
|
|
* gnu/packages/patches/glibc-CVE-2015-5180.patch,
gnu/packages/patches/glibc-CVE-2015-7547.patch,
gnu/packages/patches/glibc-CVE-2016-3075.patch,
gnu/packages/patches/glibc-CVE-2016-3706.patch,
gnu/packages/patches/glibc-CVE-2016-4429.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch,
gnu/packages/patches/glibc-o-largefile.patch,
gnu/packages/patches/glibc-vectorized-strcspn-guards.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (glibc-2.26, glibc-2.25, glibc-2.24, glibc-2.23,
glibc-2.22): Remove variables.
|
|
* gnu/packages/chromium.scm (%preserved-third-party-files): Preserve the
bundled fork of tcmalloc.
(ungoogled-chromium)[arguments]: Remove "use_allocator" from #:configure-flags.
|
|
IceCat loads libXss.so at runtime to inhibit screen locking if other interfaces are unavailable.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add libxscrnsaver to
wrap-program arguments.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add
EMACS-PERSP-MODE.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-generate): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-cort): New variable.
|