summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2020-12-19gnu: arb: Use HTTPS home page URI....* gnu/packages/algebra.scm (arb)[home-page]: Use HTTPS URI. Move above synopsis. Nicolas Goaziou
2020-12-19gnu: java-antlr4-runtime: Update home page....* gnu/packages/java.scm (java-antlr4-runtime)[home-page]: Update it. Nicolas Goaziou
2020-12-19gnu: emacs-helm-selector: Update to 0.4....* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.4. Pierre Neidhardt
2020-12-19gnu: dehydrated: Update to 0.7.0....* gnu/packages/tls.scm (dehydrated): Update to 0.7.0. Tobias Geerinckx-Rice
2020-12-18gnu: kexec-tools: Update to 2.0.21....* gnu/packages/linux.scm (kexec-tools): Update to 2.0.21. Tobias Geerinckx-Rice
2020-12-18gnu: facter: Update to 4.0.47....* gnu/packages/admin.scm (facter): Update to 4.0.47. Tobias Geerinckx-Rice
2020-12-18gnu: rgbds: Update to 0.4.2....* gnu/packages/assembly.scm (rgbds): Update to 0.4.2. Tobias Geerinckx-Rice
2020-12-18gnu: ethtool: Update to 5.10....* gnu/packages/networking.scm (ethtool): Update to 5.10. Tobias Geerinckx-Rice
2020-12-18gnu: radeontop: Update to 1.3....* gnu/packages/linux.scm (radeontop): Update to 1.3. Tobias Geerinckx-Rice
2020-12-18gnu: xarchiver: Update to 0.5.4.16....* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.16. Tobias Geerinckx-Rice
2020-12-18gnu: simple-scan: Update to 3.38.2....* gnu/packages/gnome.scm (simple-scan): Update to 3.38.2. Tobias Geerinckx-Rice
2020-12-18gnu: inxi-minimal: Update to 3.2.01-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.2.01-1. [inputs]: Add lvm2 and mdadm. Tobias Geerinckx-Rice
2020-12-18gnu: emacs-docker-compose-mode: Add missing input....* gnu/packages/emacs-xyz.scm (emacs-docker-compose-mode)[propagated-inputs]: Add emacs-yaml-mode. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Adam Kandur
2020-12-18gnu: emacs-graphql-mode: Fix version....* gnu/packages/emacs-xyz.scm (emacs-graphql-mode)[version]: Use monotonic numbering. Nicolas Goaziou
2020-12-18gnu: emacs-eglot: Update to 1.7....* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.7. Nicolas Goaziou
2020-12-18gnu: kdenlive: Add breeze-icons....Since breeze-icons are now longer united into breeze, these need to be explicitly added. * gnu/package/kde.scm (kdenlive)[inputs]: Add breeze-icons. [argmuments]{phases}<wrap-executable>: Add breeze-icons to XDG_DATA_DIRS. Hartmut Goebel
2020-12-18gnu: breeze: Split from breeze-icons....KDE breeze is separate from breeze-icons, as it can bee seen by version, download path and git repository path being all different. Thus a package containing both beeze and the breeze-icons contradicts with this upstream separation. * gnu/package/kde.scm (breeze-assets): Remove variable. (breeze): Move to ... * gnu/package/kde-plasme.scm (breeze): here. [version, source]: Copy from former breeze-assets. [build-system]: Make explicit (was inherited even from breeze-icons). [arguments]: Remove. [native-inputs]: New element. [inputs]: Copy from former breeze-assets; add some optional packages. [home-page]: Fix and change to invent.kde.org. [snopysis, description]: Adjust to de-unified package. [licence]: Remove gpl3+, which came from breeze-icons. Hartmut Goebel
2020-12-18gnu: kactivities: Use qt-build-system....* gnu/packages/kde-frameworks.scm (kactivities)[build-system]: Use qt-build-system. Hartmut Goebel
2020-12-18gnu: Add kicad-doc....* gnu/packages/engineering.scm (kicad-doc): New variable. (kicad)[native-search-paths]: Add 'KICAD'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brice Waegeneire
2020-12-18gnu: emacs-erc-status-sidebar: Correct license....* gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[license]: Set to GPL3+. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder
2020-12-18gnu: chez-scheme: Patch more hard-coded paths....* gnu/packages/chez.scm (chez-scheme): Patch out some /bin/rm and /bin/echo references. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley
2020-12-18gnu: chez-scheme: Update to 9.5.4....* gnu/packages/chez.scm (nanopass): Update to 1.9.1. (stex): Update to 1.2.2. (chez-scheme): Update to 9.5.4. [inputs]: Add newly required lz4 and lz4:static. [arguments]: - Remove unused zlib symbol. - Since we are using ZLIB=, it looks like the substitution of libz.a path in .c/Mf-... files is no longer needed. - add lz4-static symbol and use new LZ4= and ZLIB= configure options to point to their static binaries. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley
2020-12-18gnu: Add libticalcs2....* gnu/packages/emulators.scm (libticalcs2): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Howard
2020-12-18gnu: Add libtifiles2....* gnu/packages/emulators.scm (libtifiles2): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Howard
2020-12-18gnu: Add libticonv....* gnu/packages/emulators.scm (libticonv): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Howard
2020-12-18gnu: Add libticables2....* gnu/packages/emulators.scm (libticables2): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Howard
2020-12-18gnu: sbcl-lzlib: Update to 1.1-1.c347026....* gnu/packages/lisp-xyz.scm (sbcl-lzlib): Update to 1.1-1.c347026. [inputs]: Add sbcl-lparallel. Guillaume Le Vaillant
2020-12-18gnu: sbcl-cl-octet-streams: Update to 1.1....* gnu/packages/lisp-xyz.scm (sbcl-cl-octet-streams): Update to 1.1. Guillaume Le Vaillant
2020-12-18gnu: sbcl-ironclad: Update to 0.53....* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.53. Guillaume Le Vaillant
2020-12-18gnu: Add cl-asdf-finalizers....* gnu/packages/lisp-xyz.scm (cl-asdf-finalizers, ecl-asdf-finalizers, sbcl-asdf-finalizers): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2020-12-18gnu: emacs-sudo-edit: Update to commit 0e2c32b, fix tests....* gnu/packages/emacs-xyz.scm (emacs-sudo-edit): Update to commit 0e2c32b. [arguments]: Use the full blown emacs package, as one test fail otherwise. Maxim Cournoyer
2020-12-17Revert "gnu: font-google-roboto: Update to 2.138."...This commit caused the package definition to no longer install any files. This reverts commit e93ee2547ecec152f9a198ccc338c4329cc69a71. Leo Famulari
2020-12-17gnu: emacs-logview: Add missing emacs-extmap input....* gnu/packages/emacs-xyz.scm (emacs-logview)[propagated-inputs]: Add emacs-extmap. Maxim Cournoyer
2020-12-17gnu: emacs-datetime: Install .extmap files....* gnu/packages/emacs-xyz.scm (emacs-datetime)[arguments]{include}: Extend to include .extmap files. Maxim Cournoyer
2020-12-17gnu: emacs-ivy-posframe: Fix source URL....* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe)[source]: Fix URL. Maxim Cournoyer
2020-12-17gnu: Add emacs-airline-themes....* gnu/packages/emacs-xyz.scm (emacs-airline-themes): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Noah Evans
2020-12-17gnu: sudo: Update to 1.9.4p1....* gnu/packages/admin.scm (sudo): Update to 1.9.4p1. [source]: Remove patch. * gnu/packages/patches/sudo-fix-build-without-sendmail.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2020-12-17gnu: Add emacs-evil-goggles....* gnu/packages/emacs-xyz.scm (emacs-evil-goggles): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Morgan Smith
2020-12-17gnu: font-fira-code: Update to 5.2....* gnu/packages/fonts.scm (font-fira-code): Update to 5.2. [source]: Update uri. Nicolas Goaziou
2020-12-17linux-boot: Fix noresume argument parsing....* gnu/build/linux-boot.scm (boot-system): Check for "hibernate=noresume" in addition to "noresume". Tobias Geerinckx-Rice
2020-12-17gnu: bcachefs-tools: Provide a mount.bcachefs helper....* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add a 'promote-mount.bcachefs.sh phase to install the shell script version. [inputs]: Rename "util-linux" to "util-linux:lib". Add coreutils-minimal, gawk, and util-linux(:out). Tobias Geerinckx-Rice
2020-12-17gnu: bcachefs-tools: Update to 0.1-2.db931a4....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-2.db931a4. Tobias Geerinckx-Rice
2020-12-17gnu: knot: Update to 3.0.3....* gnu/packages/dns.scm (knot): Update to 3.0.3. Tobias Geerinckx-Rice
2020-12-17gnu: font-google-roboto: Update to 2.138....* gnu/packages/fonts.scm (font-google-roboto): Update to 2.138. Nicolas Goaziou
2020-12-17gnu: Add font-iosevka-curly....* gnu/packages/fonts.scm (font-iosevka-curly): New variable. Nicolas Goaziou
2020-12-17gnu: Add font-iosevka-curly-slab....* gnu/packages/fonts.scm (font-iosevka-curly-slab): New variable. Nicolas Goaziou
2020-12-17gnu: Iosevka fonts: Update to 4.0.3....* gnu/packages/fonts.scm (font-iosevka): (font-iosevka-slab): (font-iosevka-term): (font-iosevka-term-slab): (font-iosevka-aile): (font-iosevka-etoile): (font-iosevka-sparkle): Update to 4.0.3. Nicolas Goaziou
2020-12-17gnu: fet: Update to 5.48.1....* gnu/packages/education.scm (fet): Update to 5.48.1. Nicolas Goaziou
2020-12-17gnu: python-sanic: Relax httpx version requirement....* gnu/packages/python-web.scm (python-sanic)[arguments]: Substitute strict httpx version requirement. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Lars-Dominik Braun
2020-12-17gnu: python-httpcore: Upgrade to 0.12.2....httpx was upgraded in commit bc49b009bf08326b55aea3508a6b677a065d5a31, but was broken, because it requests this new version of httpcore. * gnu/packages/python-web.scm (python-httpcore)[version]: Upgrade to 0.12.2. [arguments]: Respect tests? argument. Disable tests. Remove obsolete phases. [native-inputs]: Remove obsolete comment regarding mitmproxy. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Lars-Dominik Braun