summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add greybird-gtk-theme.•••* gnu/packages/gnome-xyz.scm (greybird-gtk-theme): New variable. Kei Kebreau2020-11-271-0/+30
* gnu: Add elementary-xfce-icon-theme.•••* gnu/packages/xfce.scm (elementary-xfce-icon-theme): New variable. Kei Kebreau2020-11-271-1/+37
* gnu: guix-build-coordinator: Update to 0-7.99f6a0f.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-7.99f6a0f. Christopher Baines2020-11-271-3/+3
* gnu: Add slimevolley.•••* gnu/packages/games.scm (slimevolley): New variable. Nicolas Goaziou2020-11-271-0/+33
* gnu: python-apispec: Update description.•••* gnu/packages/python-xyz.scm (python-apispec)[synopsis,description]: Expand f.k.a. acronym, clarify the relationship between OpenAPI and Swagger. Marius Bakke2020-11-271-3/+3
* gnu: python-apispec: Update to 4.0.0.•••* gnu/packages/python-xyz.scm (python-apispec): Update to 4.0.0. [arguments]: New field. [native-inputs]: Remove PYTHON-FLASK, PYTHON-TORNADO, PYTHON-BOTTLE, and PYTHON-MOCK. Marius Bakke2020-11-271-7/+18
* gnu: Remove python2-marshmallow.•••Marshmallow no longer supports Python 2. * gnu/packages/python-xyz.scm (python2-marshmallow): Remove variable. Marius Bakke2020-11-271-3/+0
* gnu: Remove python2-apispec.•••Some of its dependencies no longer work with Python 2. * gnu/packages/python-xyz.scm (python2-apispec): Remove variable. Marius Bakke2020-11-271-3/+0
* gnu: Remove python2-flasgger.•••Some of its dependencies no longer work with Python 2. * gnu/packages/python-xyz.scm (python2-flasgger): Remove variable. Marius Bakke2020-11-271-3/+0
* gnu: gcc-boot0, cross-base: Enable 128-bit long double for POWER9.•••* gnu/packages/cross-base.scm (cross-gcc-arguments): Add "--with-long-double-128" when TARGET is "powerpc64le-linux-gnu". * gnu/packages/commencement.scm (gcc-boot0): Likewise for (boot-triplet). Signed-off-by: Ludovic Courtès <ludo@gnu.org> dftxbs3e2020-11-262-0/+12
* gnu: Add emacs-next-pgtk.•••* gnu/packages/emacs.scm (emacs-next-pgtk): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andrew Tropin2020-11-261-0/+32
* deploy: Let key-and-args exceptions through.•••Fixes <https://bugs.gnu.org/44825>. Reported by Christopher Lemmer Webber <cwebber@dustycloud.org>. * guix/ui.scm (guard*): Export. * guix/scripts/deploy.scm (deploy-machine*): Use 'guard*' instead of 'guard'. Add '&exception-with-kind-and-args' case. Ludovic Courtès2020-11-262-11/+23
* doc: Fix typo.•••* doc/guix.texi (Version Control Services): Fix ‘trough’ typo. Reported by guixy on #guix. Tobias Geerinckx-Rice2020-11-261-1/+1
* gnu: bcg729: Update to 1.1.1.•••* gnu/packages/linphone.scm (bcg729): Update to 1.1.1. Tobias Geerinckx-Rice2020-11-261-2/+2
* gnu: bcg729: Fetch from git repository.•••* gnu/packages/linphone.scm (bcg729)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2020-11-261-5/+8
* gnu: cmake: Update to 3.19.1.•••* gnu/packages/cmake.scm (cmake): Update to 3.19.1. Tobias Geerinckx-Rice2020-11-261-3/+3
* gnu: neomutt: Update to 20201120.•••* gnu/packages/mail.scm (neomutt): Update to 20201120. [native-inputs]: Add neomutt-test-files origin. [arguments]: Add a 'prepare-test-files phase. Tobias Geerinckx-Rice2020-11-261-4/+23
* gnu: libass: Omit the static library.•••* gnu/packages/video.scm (libass)[arguments]: New field. Marius Bakke2020-11-261-0/+2
* gnu: libass: Remove unused input.•••* gnu/packages/video.scm (libass)[propagated-inputs]: Remove ENCA. Marius Bakke2020-11-261-2/+1
* gnu: libass: Update to 0.15.0. [fixes CVE-2020-26682]•••* gnu/packages/video.scm (libass): Update to 0.15.0. Marius Bakke2020-11-261-2/+2
* gnu: electron-cash: Update to 4.2.2.•••* gnu/packages/finance.scm (electron-cash): Update to 4.2.2. [arguments]: Update 'use-libsecp256k1-input' phase. Guillaume Le Vaillant2020-11-261-9/+6
* gnu: monero-gui: Update to 0.17.1.5.•••* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.5. [arguments]: Remove CMAKE_PREFIX_PATH from 'configure-flags'. Guillaume Le Vaillant2020-11-261-12/+7
* gnu: python-aiohttp: Update to 3.7.3.•••* gnu/packages/patches/python-aiohttp-3.6.2-no-warning-fail.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-web.scm (python-aiohttp)[source](patches): Remove. [arguments]: Use UTIME instead of calling out to 'touch'. Don't delete now-working tests; but disable some new ones. Replace the 'check' phase. [propagated-inputs]: Add PYTHON-TYPING-EXTENSIONS. [native-inputs]: Remove PYTHON-PYTEST-RUNNER, PYTHON-PYTEST-XDIST, PYTHON-PYTEST-TIMEOUT, and PYTHON-PYTEST-FORKED. Add PYTHON-PYTEST and PYTHON-RE-ASSERT. Marius Bakke2020-11-263-56/+28
* gnu: python-brotli: Update to 1.0.9.•••* gnu/packages/python-compression.scm (python-brotli): Update to 1.0.9. Marius Bakke2020-11-261-2/+2
* gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c.•••* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-2.e9fbf5c. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder2020-11-261-3/+3
* gnu: hidapi: Update to 0.10.1.•••* gnu/packages/libusb.scm (hidapi): Update to 0.10.1. Tobias Geerinckx-Rice2020-11-261-2/+2
* gnu: cozy: Update to 0.7.6.•••* gnu/packages/ebook.scm (cozy): Update to 0.7.6. [arguments]: Adjust 'patch-desktop-file phase. [inputs]: Add libhandy. Remove python-apsw. Tobias Geerinckx-Rice2020-11-261-4/+4
* gnu: monero: Update to 0.17.1.5.•••* gnu/packages/finance.scm (monero): Update to 0.17.1.5. Tobias Geerinckx-Rice2020-11-261-2/+2
* gnu: imapfilter: Cross-compile.•••* gnu/packages/mail.scm (imapfilter)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2020-11-261-1/+1
* gnu: imapfilter: Update to 2.7.4.•••* gnu/packages/mail.scm (imapfilter): Update to 2.7.4. [inputs]: Upgrade pcre to pcre2. Tobias Geerinckx-Rice2020-11-261-3/+3
* gnu: imapfilter: Fix input nativity.•••* gnu/packages/mail.scm (imapfilter)[native-inputs]: Rename this... [inputs]: ...to this. Tobias Geerinckx-Rice2020-11-261-1/+1
* gnu: djvulibre: Remove bundled software.•••* gnu/packages/djvu.scm (djvulibre)[source]: Delete win32/ in a snippet. Tobias Geerinckx-Rice2020-11-261-1/+7
* gnu: djvulibre: Update to 3.5.28.•••* gnu/packages/djvu.scm (djvulibre): Update to 3.5.28. [native-inputs]: Add autoconf, automake, and libtool to bootstrap. [inputs]: Add zlib. [arguments]: Rename 'reproducible phase to 'make-reproducible and run it after bootstrapping. Tobias Geerinckx-Rice2020-11-261-16/+24
* gnu: udunits: Add a note on versioning.•••* gnu/packages/c.scm (udunits): Add a comment about release numbering. Tobias Geerinckx-Rice2020-11-261-0/+2
* gnu: guix-build-coordinator: Update to 0-6.16f5ee0.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-6.16f5ee0. Christopher Baines2020-11-261-3/+3
* gnu: guix: Update to 1.2.0-2.2c11cf1.•••* gnu/packages/package-management.scm (guix): Update to 1.2.0-2.2c11cf1. Christopher Baines2020-11-261-3/+3
* gnu: esbuild: Update to 0.8.15.•••* gnu/packages/web.scm (esbuild): Update to 0.8.15. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior2020-11-261-2/+2
* gnu: open-adventure: Update to 1.9.•••* gnu/packages/games.scm (open-adventure): Update to 1.9. [arguments]: Re-activate parallel build. Remove configure phase altogether. [native-inputs]: Remove linenoise and python. Add libedit, python-wrapper, and pkg-config. [description]: Slight rewording. (open-adventure-2.5): Deprecate in favor of open-adventure. The package is erroneously versioned as 2.5, which refers to the last release of the original game. However, this is a forward-port with its own versioning scheme. Nicolas Goaziou2020-11-261-63/+59
* gnu: Add audacious.•••* gnu/packages/music.scm (audacious): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Kei Kebreau2020-11-261-0/+117
* gnu: Add python-xlsxwriter.•••* gnu/packages/python-xyz.scm (python-xlsxwriter): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego2020-11-261-0/+22
* gnu: fet: Update to 5.47.1.•••* gnu/packages/education.scm (fet): Update to 5.47.1. Nicolas Goaziou2020-11-261-2/+2
* news: Add ‘de’ translation.Florian Pelz2020-11-261-2/+17
* gnu: emacs-closql: Update to 1.0.4.•••* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.4. Jelle Licht2020-11-261-23/+21
* gnu: djvusmooth: Fix path to djvused.•••* gnu/packages/djvu.scm (djvusmooth)[arguments]: Add 'fix-paths' phase. Guillaume Le Vaillant2020-11-261-1/+10
* gnu: php: Update to 7.4.13.•••* gnu/packages/php.scm (php): Update to 7.4.13. Tobias Geerinckx-Rice2020-11-261-2/+2
* gnu: qtox: Update to 1.17.3.•••* gnu/packages/messaging.scm (qtox): Update to 1.17.3. [source]: Respect that it's no longer a tarball. Tobias Geerinckx-Rice2020-11-261-3/+3
* gnu: pyzo: Update to 4.11.2.•••* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.2. Tobias Geerinckx-Rice2020-11-261-2/+2
* gnu: lean: Trim synopsis.•••* gnu/packages/lean.scm (lean)[synopsis]: Remove article & package name. Tobias Geerinckx-Rice2020-11-261-1/+1
* gnu: lean: Update to 3.23.0.•••* gnu/packages/lean.scm (lean): Update to 3.23.0. Tobias Geerinckx-Rice2020-11-261-2/+3
* gnu: igraph: Omit static library.•••* gnu/packages/graph.scm (igraph)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice2020-11-261-1/+2