aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: ruby-public-suffix: Update to 4.0.1.Björn Höfling2019-12-06
| | | | * gnu/packages/ruby.scm (ruby-public-suffix): Update to 4.0.1.
* gnu: ruby-addressable: Update to 2.7.0.Björn Höfling2019-12-06
| | | | * gnu/packages/ruby.scm (ruby-addressable): Update to 2.7.0.
* gnu: ruby-rspec-its: Update to 1.3.0.Björn Höfling2019-12-06
| | | | | | | * gnu/packages/ruby.scm (ruby-rspec-its): Update to 1.3.0. [source]: Remove patch. [arguments]: Add phase to fix ffi-dependency-version. [native-inputs]: Add ruby-ffi.
* gnu: Add python-geoip2.Hartmut Goebel2019-12-06
| | | | * gnu/packages/geo.scm (python-geoip2): New variable.
* gnu: Add python-maxminddb.Hartmut Goebel2019-12-06
| | | | * gnu/packages/geo.scm (python-maxminddb): New variable.
* gnu: Add libmaxminddb.Hartmut Goebel2019-12-06
| | | | * gnu/packages/geo.scm (libmaxminddb): New variable.
* gnu: Add gunicorn.Hartmut Goebel2019-12-06
| | | | * gnu/packages/python-web.scm (gunicorn): New variable
* gnu: Add ncompress.Jan Nieuwenhuizen2019-12-06
| | | | | | * gnu/packages/compression.scm (ncompress): New variable. * gnu/packages/patches/compress-fix-softlinks.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: linux-libre: Update to 5.3.15.Mark H Weaver2019-12-05
| | | | | * gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.15. (linux-libre-5.3-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.88.Mark H Weaver2019-12-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.88. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.158.Mark H Weaver2019-12-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.158. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.206.Mark H Weaver2019-12-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.206. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.206.Mark H Weaver2019-12-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.206. (linux-libre-4.4-pristine-source): Update hash.
* gnu: Add west.Clément Lassieur2019-12-05
| | | | * gnu/packages/embedded.scm (west): New variable.
* gnu: Add python-pykwalify.Clément Lassieur2019-12-05
| | | | * gnu/packages/python-xyz.scm (python-pykwalify): New variable.
* gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and ↵Pierre Neidhardt2019-12-05
| | | | | | | | | | | | | | | | | stumpwm to wm. * gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm. * guix/build-system/minify.scm (default-uglify-js): Find uglify-js in javascript module instead of lisp.
* gnu: libimagequant: Update to 2.12.5.Tobias Geerinckx-Rice2019-12-05
| | | | * gnu/packages/image.scm (libimagequant): Update to 2.12.5.
* gnu: procenv: Update to 0.51.Tobias Geerinckx-Rice2019-12-05
| | | | * gnu/packages/linux.scm (procenv): Update to 0.51.
* Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to ↵Tobias Geerinckx-Rice2019-12-05
| | | | | | | javascript and stumpwm to wm." This reverts commit ac1ee30f4f7f9d0ae2a655676b0e8b9eb90a35dd, which still breaks ‘guix pull’.
* gnu: librsvg-next: Use generate-all-checksums.Efraim Flashner2019-12-05
| | | | | * gnu/packages/gnome.scm (librsvg-next)[arguments]: Use generate-all-checksums instead of manually traversing the directories.
* Revert "build-system/linux-module: Accept a #:make-flags keyword."Efraim Flashner2019-12-05
| | | | | | I should've tested this better before pushing the commit. This reverts commit fabd4900d8fb739a55e2dff76dee3a29b2a90bb1.
* gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and ↵Pierre Neidhardt2019-12-05
| | | | | | | | | | | | | | | | | stumpwm to wm. * gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm. * guix/build-system/minify.scm (default-uglify-js): Find uglify-js in javascript module instead of lisp.
* gnu: Remove unused module import.Marius Bakke2019-12-04
| | | | * gnu/packages/image.scm: Do not import (gnu packages gcc).
* gnu: libjpeg-turbo: Fix CVE-2019-13960 and CVE-2019-2201.Marius Bakke2019-12-04
| | | | | | | * gnu/packages/patches/libjpeg-turbo-CVE-2019-2201.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (libjpeg-turbo/fixed): New variable. (libjpeg-turbo)[replacement]: New field.
* gnu: pd: Update to 0.50-2.Tobias Geerinckx-Rice2019-12-04
| | | | * gnu/packages/music.scm (pd): Update to 0.50-2.
* gnu: libgig: Update to 4.2.0.Tobias Geerinckx-Rice2019-12-04
| | | | * gnu/packages/music.scm (libgig): Update to 4.2.0.
* gnu: imapfilter: Update to 2.6.16.Tobias Geerinckx-Rice2019-12-04
| | | | | * gnu/packages/mail.scm (imapfilter): Update to 2.6.16. [arguments]: Remove ‘fix-include-path’ phase.
* gnu: mpop: Update to 1.4.6.Tobias Geerinckx-Rice2019-12-04
| | | | * gnu/packages/mail.scm (mpop): Update to 1.4.6.
* gnu: girara: Fetch sources from git.Tobias Geerinckx-Rice2019-12-04
| | | | | | | | | The tarball URI is having server issues. Use the upstream git repository instead until this is resolved. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/gtk.scm (girara)[source]: Switch to GIT-FETCH.
* gnu: emacs-org-contrib: Fix build.Pierre Neidhardt2019-12-04
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Refer to the updated installation directory.
* gnu: emacs-scel: Fix build.Pierre Neidhardt2019-12-04
| | | | | * gnu/packages/emacs-xyz.scm (emacs-scel): Refer to the updated installation directory.
* gnu: knot: Update to 2.9.1 [fixes CVE-2019-19331].Leo Famulari2019-12-04
| | | | * gnu/packages/dns.scm (knot): Update to 2.9.1.
* gnu: notmuch: Fix build.Pierre Neidhardt2019-12-04
| | | | | * gnu/packages/mail.scm (notmuch): Refer to the updated installation directory.
* gnu: ffmpeg: Update to 3.4.7.Marius Bakke2019-12-04
| | | | * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.7.
* gnu: feh: Update to 3.3.Marius Bakke2019-12-04
| | | | | | | * gnu/packages/patches/feh-fix-tests-for-imlib2-1.6.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image-viewers.scm (feh): Update to 3.3. [source](patches): Remove.
* Merge branch 'staging'Marius Bakke2019-12-04
|\
| * gnu: Remove dependency on Python 2 for some Qt packages.Hartmut Goebel2019-12-01
| | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase, qtmultimedia) [native-inputs]: Replace python-2 by python. (qtdeclarative)[native-inputs]: Replace python-2 by python, add python-wrapper.
| * gnu: java: Remove precompiled classes.Andrius Štikonas2019-11-28
| | | | | | | | | | | | * gnu/packages/java.scm (jamvm-1-bootstrap, jamvm): Remove prebuilt classes.zip. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| * Merge branch 'master' into stagingMarius Bakke2019-11-28
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-11-28
| |\ \
| * | | gnu: Qt: Update to 5.12.6 LTS.Marius Bakke2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.12.6.
| * | | gnu: qtbase: Restore compatibility with old kernels.Marius Bakke2019-11-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase)[arguments]: Add 'no-feature-renameat2' to the configure flags.
| * | | gnu: qtbase: Use absolute references in .prl files.Marius Bakke2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | This fixes <https://bugs.gnu.org/38405>. * gnu/packages/qt.scm (qtbase)[arguments]: Add phase 'patch-prl-files'.
| * | | Merge branch 'master' into stagingMarius Bakke2019-11-21
| |\ \ \
| * | | | gnu: astyle: Install header file, too.Hartmut Goebel2019-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/code.scm(astyle)[arguments]<phases>{install-libs}: Also install header file.
| * | | | gnu: astyle: Create symlinks for .so files, too.Hartmut Goebel2019-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Makefile only creates files with a versioned extension (.so.3.1.0), which are not picked up be cmake's `find_libarary()`. (Instead cmake picks up the static .a library.) Symlinks for .so.3 are required to avoid phase `verify-runpath` fails. * gnu/packages/code.scm(astyle)[argumements]<modules>: New element. <phases>{install-libs}: Add creating symlinks.
| * | | | gnu: kpmcore: Fix dependencies.Andrius Štikonas2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm(kpmcore)[inputs]: Add kauth, kcoreaddons, kwidgetsaddons. Remove kconfigwidgets, kio.
| * | | | Merge branch 'master' into stagingMarius Bakke2019-11-15
| |\ \ \ \
| * | | | | gnu: libreoffice: Use the "dev" output of MariaDB.Marius Bakke2019-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fixup for the merge (32d6818569) of e0efda9561 (gnu: libreoffice: Update to 6.2.8.2.) and 2b8491fbbe (gnu: mariadb: Split into out, lib and dev.) * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Change MARIADB to MARIADB:DEV.
| * | | | | gnu: Remove reference to removed patch.Efraim Flashner2019-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to 1dd1076c5e80141ab65dddce053e93fc5af18c84 * gnu/local.mk (dist_patch_DATA): Remove entry for kwindowsystem-qt-compat.patch.