summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: i3-wm: Update to 4.17.Marius Bakke2019-08-04
| | | | * gnu/packages/wm.scm (i3-wm): Update to 4.17.
* gnu: i3status: Update to 2.13.Marius Bakke2019-08-04
| | | | | | * gnu/packages/wm.scm (i3status): Update to 2.13. [arguments]: Remove #:make-flags and #:phases. Add #:out-of-source?. [native-inputs]: Add DOCBOOK-XSL, LIBXML2 and XMLTO.
* gnu: samba: Update to 4.10.6.Marius Bakke2019-08-04
| | | | * gnu/packages/samba.scm (samba): Update to 4.10.6.
* gnu: strace: Update to 5.2.Marius Bakke2019-08-04
| | | | * gnu/packages/linux.scm (strace): Update to 5.2.
* gnu: libevent: Update to 2.1.11.Marius Bakke2019-08-04
| | | | * gnu/packages/libevent.scm (libevent): Update to 2.1.11.
* gnu: exiv2: Update to 0.27.2.Marius Bakke2019-08-04
| | | | * gnu/packages/image.scm (exiv2): Update to 0.27.2.
* gnu: enchant: Update to 2.2.5.Marius Bakke2019-08-04
| | | | * gnu/packages/enchant.scm (enchant): Update to 2.2.5.
* gnu: docker-cli: Print a usable version string.Marius Bakke2019-08-04
| | | | | * gnu/packages/docker.scm (docker-cli)[arguments]<#:phases>: Set the VERSION variable before building the package.
* gnu: ungoogled-chromium: Update to 76.0.3809.87-0.6ea9390.Marius Bakke2019-08-04
| | | | | | | | | | | | | | * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 76. (%chromium-version): Set to 76.0.3809.87. (%ungoogled-revision): Set to 6ea939002bae43a27910e03569d43519d07842e7. (%debian-revision): Set to debian/76.0.3809.87-2. (%chromium-origin, %ungoogled-origin, %debian-origin): Update hashes. (gentoo-patch, gentoo-patches): New procedures. (%auxiliary-patches): New variable. (ungoogled-chromium-source): Ignore Ungoogleds bundled Debian patches, as well as some of Debians build fixes. Apply %AUXILIARY-PATCHES. (ungoogled-chromium)[arguments]: Adjust unbundling substitutions. Do not set Blink symbol level.
* gnu: re2: Update to 2019-08-01.Marius Bakke2019-08-04
| | | | * gnu/packages/regex.scm (re2): Update to 2019-08-01.
* gnu: mpfi: Use @acronym{} in Texinfo.Tobias Geerinckx-Rice2019-08-03
| | | | | * gnu/packages/multiprecision.scm (mpfi)[description]: Substitute @acronym{} for @dfn{}.
* gnu: mpc: Use @acronym{} in Texinfo.Tobias Geerinckx-Rice2019-08-03
| | | | | * gnu/packages/multiprecision.scm (mpc)[description]: Substitute @acronym{} for @dfn{}.
* gnu: mpfr: Use @acronym{} in Texinfo.Tobias Geerinckx-Rice2019-08-03
| | | | | * gnu/packages/multiprecision.scm (mpfr)[description]: Substitute @acronym{} for @dfn{}.
* gnu: gmp: Use @acronym{} in Texinfo.Tobias Geerinckx-Rice2019-08-03
| | | | | * gnu/packages/multiprecision.scm (gmp)[description]: Substitute @acronym{} for @dfn{}.
* gnu: mtd-utils: Support cryptography.Tobias Geerinckx-Rice2019-08-03
| | | | * gnu/packages/linux.scm (mtd-utils)[inputs]: Add openssl.
* gnu: mtd-utils: Update to 2.1.1.Tobias Geerinckx-Rice2019-08-03
| | | | | * gnu/packages/linux.scm (mtd-utils): Update to 2.1.1. [inputs]: Add zstd:lib.
* gnu: man-pages: Update to 5.02.Tobias Geerinckx-Rice2019-08-03
| | | | * gnu/packages/man.scm (man-pages): Update to 5.02.
* gnu: youtube-dl: Update to 2019.08.02.Alex Vong2019-08-03
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.08.02.
* gnu: guile-next: Update to 2.9.3.David Thompson2019-08-03
| | | | * gnu/packages/guile.scm (guile-next): Update to 2.9.3.
* gnu: wine64-staging: Adapt patch script.Rutger Helling2019-08-03
| | | | | * gnu/packages/wine.scm (wine64-staging)[arguments]: Don't exclude certain patches.
* gnu: wine-staging: Update to 4.13.Rutger Helling2019-08-03
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.13. * gnu/packages/wine.scm (wine-staging): Update to 4.13.
* gnu: you-get: Update to 0.4.1328.Tobias Geerinckx-Rice2019-08-03
| | | | * gnu/packages/video.scm (you-get): Update to 0.4.1328.
* gnu: krita: Update to 4.2.5.Tobias Geerinckx-Rice2019-08-03
| | | | * gnu/packages/kde.scm (krita): Update to 4.2.5.
* gnu: texmacs: Update to 1.99.11.Tobias Geerinckx-Rice2019-08-03
| | | | * gnu/packages/text-editors.scm (texmacs): Update to 1.99.11.
* gnu: sbcl-trivia: Fix .asd loading.Pierre Neidhardt2019-08-02
| | | | * gnu/packages/lisp.scm (sbcl-trivia): Do it.
* gnu: Add sbcl-cl-str.Pierre Neidhardt2019-08-02
| | | | * gnu/packages/lisp.scm (sbcl-cl-str): New variable.
* Revert "gnu: fontforge: Update to 20190801."Tobias Geerinckx-Rice2019-08-02
| | | | | This is core-updates material. This reverts commit 4bb1582c8a3bcaf2fad4955bf5a666f741e50002.
* gnu: fontforge: Use top-level home page.Tobias Geerinckx-Rice2019-08-02
| | | | * gnu/packages/fontutils.scm (fontforge)[home-page]: Remove language code.
* gnu: fontforge: Update to 20190801.Tobias Geerinckx-Rice2019-08-02
| | | | * gnu/packages/fontutils.scm (fontforge): Update to 20190801.
* gnu: Add missing pcre2-fix-jit_match-crash.patch.Tobias Geerinckx-Rice2019-08-02
| | | | * gnu/packages/patches/pcre2-fix-jit_match-crash.patch: Really new file.
* gnu: php: Update to 7.3.8.Tobias Geerinckx-Rice2019-08-02
| | | | | * gnu/packages/php.scm (php): Update to 7.3.8. [inputs]: Use pcre2/fixed.
* gnu: pcre@2: Fix run-time crash [security fix].Tobias Geerinckx-Rice2019-08-02
| | | | | | | * gnu/packages/pcre.scm (pcre2)[replacement]: New field. (pcre2/fixed): New public variable. * packages/patches/pcre2-fix-jit_match-crash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: php: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-08-02
| | | | * gnu/packages/php.scm (php)[source]: Hard-code NAME.
* gnu: giac: Update to 1.5.0-63.Nicolas Goaziou2019-08-02
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-63.
* gnu: snap: Update to 5.0.8.Nicolas Goaziou2019-08-01
| | | | * gnu/packages/education.scm (snap): Update to 5.0.8.
* gnu: silkaj: Update to 0.7.3.Nicolas Goaziou2019-08-01
| | | | * gnu/packages/finance.scm (silkaj): Update to 0.7.3.
* gnu: python-duniterpy: Update to 0.55.1.Nicolas Goaziou2019-08-01
| | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.55.1.
* gnu: Add trezord.mjbecze@riseup.net2019-08-01
| | | | | | * gnu/packages/finance.scm (trezord): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: wireshark: Update to 3.0.3.Nicolas Goaziou2019-08-01
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.0.3.
* gnu: mksh: Update to 57.Tobias Geerinckx-Rice2019-08-01
| | | | * gnu/packages/shells.scm (mksh): Update to 57.
* gnu: intel-vaapi-driver: Restrict supported systems.Tobias Geerinckx-Rice2019-08-01
| | | | | | | | As noted at <https://debbugs.gnu.org/36814> and then promptly forgotten. This follows up on commit d8d7565b82539bfff721bf884b7f4a3de3e6b4c3. * gnu/packages/video.scm (intel-vaapi-driver)[supported-systems]: Build onl on Intel systems.
* gnu: sane-backends: Build back ends that need JPEG support.Tobias Geerinckx-Rice2019-08-01
| | | | * gnu/packages/scanner.scm (sane-backends)[inputs]: Add libjpeg.
* gnu: sane-backends-minimal: Update to 1.0.28.Tobias Geerinckx-Rice2019-08-01
| | | | | * gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.28. [arguments]: Disable back end tests.
* gnu: blender: Remove stale warning about it being an RC build.Mark H Weaver2019-07-31
| | | | | | This is a followup to commit 274ba54e535b811acca02e42cffd45f0f625d142. * gnu/packages/graphics.scm (blender)[description]: Remove warning.
* gnu: linux-libre: Update to 5.2.5.Mark H Weaver2019-07-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.5. (linux-libre-5.2-pristine-source)[hash]: Update hash.
* gnu: linux-libre@4.19: Update to 4.19.63.Mark H Weaver2019-07-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.63. (linux-libre-4.19-pristine-source)[hash]: Update hash.
* gnu: linux-libre@4.14: Update to 4.14.135.Mark H Weaver2019-07-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.135. (linux-libre-4.14-pristine-source)[hash]: Update hash.
* gnu: Remove python2-trezor and python2-trezor-agent.Marius Bakke2019-07-31
| | | | | | | | Some of the automatic python3->python2 transformation packages that these depend upon are failing. Just remove these trivial packages to please the CI. * gnu/packages/finance.scm (python2-trezor-agent, python2-trezor): Remove variables.
* gnu: Add r-cicero-monocle3.Ricardo Wurmus2019-07-31
| | | | * gnu/packages/bioconductor.scm (r-cicero-monocle3): New variable.
* gnu: claws-mail: Add startup-notification.Danny Milosavljevic2019-07-31
| | | | * gnu/packages/mail.scm (claws-mail)[inputs]: Add startup-notification.