me
/
guix
Archived
1
0
Fork 0
Commit Graph

54963 Commits (bc552a0c9cef0980b64312adf7c72f0044d1a568)

Author SHA1 Message Date
Leo Famulari ca5e404f9a
gnu: QEMU: Fix CVE-2020-1711.
* gnu/packages/patches/qemu-CVE-2020-1711.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
2020-02-03 12:04:17 -05:00
Jack Hill 692c4b3b44
gnu: qutebrowser: Update to 1.10.0
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.10.0.
2020-02-03 17:20:59 +01:00
Guillaume Le Vaillant 17c015c909
gnu: sbcl-graph: Fix build.
Rename the asd files so that they have the same name as the ASDF
system definitions.

* gnu/packages/lisp-xyz.scm (sbcl-graph)[arguments]: Use 'graph-test.asd'
  instead of 'graph.test.asd' for test-asd-file.
  (sbcl-graph-dot)[arguments]: Use 'graph-dot.asd' instead of 'graph.dot.asd'
  for test-asd-file.
  (sbcl-graph-json)[arguments]: Use 'graph-json.asd' instead of
  'graph.json.asd' for test-asd-file.
* gnu/packages/patches/sbcl-graph-asdf-definitions.patch: Update accordingly.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 7e23dcc73e
gnu: sbcl-mgl-pax: Propagate the swank source package.
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax)[inputs]: Move swank to...
  [propagated-inputs]: ... here.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 237d58c3e4
gnu: sbcl-cffi-bootstrap: Update to 0.21.0.
* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.21.0.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 5d4d4c0179
gnu: Add cl-qrencode.
* gnu/packages/lisp-xyz.scm (sbcl-cl-qrencode, cl-qrencode, ecl-cl-qrencode):
  New variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 7b875e4efd
gnu: Add cl-zpng.
* gnu/packages/lisp-xyz.scm (sbcl-zpng, cl-zpng, ecl-zpng): New variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant d165821ecc
gnu: Add cl-png-read.
* gnu/packages/lisp-xyz.scm (sbcl-png-read, cl-png-read, ecl-png-read): New
  variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 46cc2a38bc
gnu: Add cl-salza2.
* gnu/packages/lisp-xyz.scm (sbcl-salza2, cl-salza2, ecl-salza2): New
  variables.
2020-02-03 17:12:07 +01:00
Leo Prikler a9e5e6497a
gnu: ibus: Use new ucd package.
* gnu/packages/ibus.scm (ibus)[native-inputs]: Add ucd;
remove unicode-nameslist and unicode-blocks.
[arguments]: Update configure flags and remove prepare-ucd-dir phase.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 17:01:51 +01:00
Leo Prikler 5a2ef79db2
gnu: Add ucd.
* gnu/packages/unicode.scm (ucd): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 17:00:18 +01:00
Leo Prikler 933bb1acdb
gnu: ibus: Disable parallel build.
* gnu/packages/ibus.scm (ibus)[arguments]: Disable parallel build.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 16:32:39 +01:00
Leo Prikler 0873cce16e
gnu: ibus: Build with emoji support.
* gnu/packages/ibus.scm (ibus)[native-inputs]: Add unicode-emoji and
unicode-cldr-common.
[arguments]<configure-flags>: Use list instead of quote.
Add flags for unicode-emoji-dir and emoji-annotation-dir.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 16:32:39 +01:00
Leo Prikler 1a9f666b1d
gnu: Add unicode-cldr-common.
* gnu/packages/unicode.scm (unicode-cldr-commmon): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 16:32:39 +01:00
Leo Prikler b7f0a55a9a
gnu: Add unicode-emoji.
* gnu/packages/unicode.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 16:32:39 +01:00
Leo Prikler cb9cb2e89a
licenses: Add Unicode license.
* guix/licenses.scm (unicode): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 16:32:39 +01:00
Marius Bakke 0a83339bb1
Merge branch 'master' into staging 2020-02-03 15:35:51 +01:00
Marius Bakke 20fe3cd761
gnu: libical: Add upstream patch to preserve API compatibility.
* gnu/packages/calendar.scm (libical)[source](patches): New field.
2020-02-03 15:22:43 +01:00
Marius Bakke 146d0483b0
gnu: Qt: Update to 5.12.7 [fixes CVE-2020-0569, CVE-2020-0570].
* 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,
qtwebengine): Update to 5.12.7.
2020-02-03 15:22:43 +01:00
Hartmut Goebel cf256651ac
gnu: Add libgravatar.
* gnu/packages/kde-internet.scm (libgravatar): New variable.
2020-02-03 14:28:12 +01:00
Hartmut Goebel da0ef4dd9f
gnu: libktorrent: Base source-code URL on version of ktorrent.
* gnu/packages/kde-internet.scm (libktorrent)[source]: Base
path in URL on version of ktorrent.
2020-02-03 14:28:12 +01:00
Hartmut Goebel 3588ac9c10
gnu: Add ktorrent.
* gnu/packages/kde-internet.scm (ktorrent): New variable.
2020-02-03 14:28:11 +01:00
Hartmut Goebel 724bd81d54
gnu: Add libktorrent.
* gnu/packages/kde-internet.scm (libktorrent): New variable.
2020-02-03 14:28:11 +01:00
Hartmut Goebel ff9b471013
gnu: Add krdc.
VNC support is yet missing since I did not find the required VNC packages.

* gnu/packages/kde-internet.scm (krdc): New variable.
2020-02-03 14:28:10 +01:00
Hartmut Goebel cbcf4cb482
gnu: Add kopete.
Not all optional packages are enabled yet.

* gnu/packages/kde-internet.scm (kopete): New variable.
2020-02-03 14:28:10 +01:00
Hartmut Goebel 579aa350ed
gnu: Add konversation.
* gnu/packages/kde-internet.scm (konversation): New variable.
* gnu/packages/patches/konversation-Fix-build-with-Qt-5.11.patch: New file.
* gnu/lokal.mk: Add it.
2020-02-03 14:28:09 +01:00
Hartmut Goebel e21713270c
gnu: Add kget.
* gnu/packages/kde-internet.scm (kget): New variable.
2020-02-03 14:28:09 +01:00
Hartmut Goebel 533c95bc17
gnu: Add choqok.
* gnu/packages/kde-internet.scm: New file.
* gnu/packages/patches/choqok-Fix-building-under-Qt-5.13.patch: New file.
* gnu/lokal.mk: Add them.
2020-02-03 14:28:08 +01:00
Hartmut Goebel 565df8a267
gnu: Add qoauth.
* gnu/packages/web.scm (qoauth): New variable.
2020-02-03 14:28:08 +01:00
Hartmut Goebel 2dd5b1e8b3
gnu: Add kdepim-apps-libs.
* gnu/packages/kde-pim.scm (kdepim-apps-libs): New variable.
2020-02-03 14:27:32 +01:00
Hartmut Goebel a8546f4682
gnu: Add kpimcommon.
* gnu/packages/kde-pim.scm (kpimcommon): New variable.
2020-02-03 14:27:31 +01:00
Hartmut Goebel 63d589626b
gnu: Add kmailimporter.
* gnu/packages/kde-pim.scm (kmailimporter): New variable.
2020-02-03 14:27:31 +01:00
Hartmut Goebel 4357222be3
gnu: Add libkdepim.
* gnu/packages/kde-pim.scm (libkdepim): New variable.
2020-02-03 14:27:31 +01:00
Hartmut Goebel 48d5d0ef1c
gnu: Add kgpg.
* gnu/packages/kde-utils.scm (kgpg): New variable.
2020-02-03 14:27:30 +01:00
Hartmut Goebel ba4f9352c1
gnu: Add kleopatra.
* gnu/packages/kde-utils.scm (kleopatra): New variable.
2020-02-03 14:27:30 +01:00
Hartmut Goebel 25b620d967
gnu: Add libkleo.
* gnu/packages/kde-pim.scm (libkleo): New variable.
2020-02-03 14:27:29 +01:00
Hartmut Goebel 37ac66221c
gnu: Add akonadi-calendar.
* gnu/packages/kde-pim.scm (akonadi-calendar): New variable.
2020-02-03 14:27:29 +01:00
Hartmut Goebel 5a75e4448a
gnu: Add kmailtransport.
* gnu/packages/kde-pim.scm (kmailtransport): New variable.
2020-02-03 14:27:28 +01:00
Hartmut Goebel 0fcbdde77b
gnu: Add libkgapi.
* gnu/packages/kde-pim.scm (libkgapi): New variable.
2020-02-03 14:27:28 +01:00
Hartmut Goebel 789cf5c397
gnu: Add kontactinterface.
* gnu/packages/kde-pim.scm (kontactinterface): New variable.
2020-02-03 14:27:28 +01:00
Hartmut Goebel 29157edcd6
gnu: Add ksmtp.
* gnu/packages/kde-pim.scm (ksmtp): New variable.
2020-02-03 14:27:27 +01:00
Hartmut Goebel ad80c7ef15
gnu: Add akonadi-contacts.
* gnu/packages/kde-pim.scm (akonadi-contacts): New variable.
2020-02-03 14:27:27 +01:00
Hartmut Goebel a24fcdbdf4
gnu: Add akonadi-search.
* gnu/packages/kde-pim.scm (akonadi-search): New variable.
2020-02-03 14:27:27 +01:00
Hartmut Goebel d03ad6cf77
gnu: Add akonadi-notes.
* gnu/packages/kde-pim.scm (akonadi-notes): New variable.
2020-02-03 14:27:26 +01:00
Hartmut Goebel 8d41c6a3b5
gnu: Add akonadi-mime.
* gnu/packages/kde-pim.scm (akonadi-mime): New variable.
2020-02-03 14:27:26 +01:00
Hartmut Goebel 2a876c1c1d
gnu: Add kalarmcal.
* gnu/packages/kde-pim.scm (kalarmcal): New variable.
2020-02-03 14:27:25 +01:00
Hartmut Goebel ff6adc0aaa
gnu: Add ktnef.
* gnu/packages/kde-pim.scm (ktnef): New variable.
2020-02-03 14:27:25 +01:00
Hartmut Goebel 6e03dbea47
gnu: Add kldap.
* gnu/packages/kde-pim.scm (kldap): New variable.
2020-02-03 14:27:24 +01:00
Hartmut Goebel 037994df43
gnu: Add kimap.
* gnu/packages/kde-pim.scm (kimap): New variable.
2020-02-03 14:27:24 +01:00
Hartmut Goebel 0a0df84f0b
gnu: Add kidentitymanagement.
* gnu/packages/kde-pim.scm (kidentitymanagement): New variable.
2020-02-03 14:27:23 +01:00