Commit graph

53495 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice bfd995729b
gnu: opensc: Eliminate obsolete test disablement.
This follows up on commit 508d5c5fa8,
I guess.

* gnu/packages/security-token.scm (opensc)[arguments]: Remove the
‘disable-broken-test’ phase.
2020-01-10 23:47:28 +01:00
Tobias Geerinckx-Rice e0dde179ba
gnu: rng-tools: Update to 6.9.
* gnu/packages/linux.scm (rng-tools): Update to 6.9.
2020-01-10 23:47:28 +01:00
Hartmut Goebel bc818a57ca
gnu: gnucash: Update to 3.8.
* gnu/packages/gnucash.scm (gnucash, gnucash-doc): Update to 3.8.
2020-01-10 23:01:28 +01:00
Hartmut Goebel 219fe54c8a
gnu: aqbanking: Update to 5.99.44beta.
* gnu/packages/gnucash.scm (aqbanking): Update to 5.99.44beta.
  [argmuents]<configure-flags>: Remove.
  [native-inputs]. Add gettext-minimal.
2020-01-10 23:01:28 +01:00
Hartmut Goebel c82eab7f42
gnu: gwenhywfar: Update to 4.99.25rc9.
* gnu/packages/gnucash.scm (gwenhywfar): Update to 4.99.25rc9.
2020-01-10 23:01:28 +01:00
Ricardo Wurmus afb54fd1e7
gnu: lepton-eda: Fix build.
This is a follow-up to commit 1101c73c7f.

* gnu/packages/engineering.scm (lepton-eda)[arguments]: Ignore inherited
phases.
2020-01-10 22:45:09 +01:00
Ricardo Wurmus 53904f7422
gnu: nfs-utils: Build rpc.svcgssd.
* gnu/packages/nfs.scm (nfs-utils)[arguments]: Enable building of rpc.svcgssd.
2020-01-10 22:45:09 +01:00
Guillaume Le Vaillant 230e5db71e
gnu: monero-gui: Update to 0.15.0.3.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.3.
  [build-system]: Use qt-build-system.
  [inputs]: Remove qtwebchannel and qtx11extras.
  [arguments]: Merge fix-library-paths, fix-monerod-path, fix-qt-paths and
  fix-install-path phases into a fix-paths phase. Remove custom build,
  change-dir and wrap-program phases. Add configure and build-zxcvbn-c phases.
2020-01-10 11:42:05 +01:00
Tobias Geerinckx-Rice 8a6c5b5d99
gnu: rrdtool: Update to 1.7.2.
* gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.2.
2020-01-10 04:46:41 +01:00
Tobias Geerinckx-Rice a0e63ce426
gnu: pcsc-lite: Update to 1.8.26.
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.26.
2020-01-10 04:46:41 +01:00
Tobias Geerinckx-Rice b256ab505d
gnu: pcsc-lite: Don't use NAME in source URI.
* gnu/packages/security-token.scm (pcsc-lite)[source]: Hard-code NAME.
2020-01-10 04:46:41 +01:00
Tobias Geerinckx-Rice a4893b382a
gnu: font-iosevka-slab: Update source hash.
* gnu/packages/fonts.scm (font-iosevka-slab)[source]: Update sha256.
2020-01-10 04:46:40 +01:00
Tobias Geerinckx-Rice 90d5f4963f
gnu: python-lxml: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS.
2020-01-10 04:46:40 +01:00
Tobias Geerinckx-Rice 783d1d4024
gnu: python-lxml: Update to 4.4.2.
* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
2020-01-10 04:46:40 +01:00
Danny Milosavljevic afc7882f2d
gnu: hplip: Fix scanner model detection.
* gnu/packages/cups.scm (hplip)[arguments]<#:phases>[install-models-dat]: New
phase.
2020-01-10 00:25:50 +01:00
Raghav Gururajan 02ebbca82f
gnu: Add libmediaart.
* gnu/packages/gnome.scm (libmediaart): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-09 23:34:38 +01:00
Joseph LaFreniere 3da1e6e9ed
gnu: Add emacs-monky.
* gnu/packages/emacs-xyz.scm (emacs-monky): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-09 23:33:04 +01:00
Ludovic Courtès ef09cb866c
doc: Add a cooptation policy for commit access.
* doc/contributing.texi (Commit Access): Draft a cooptation policy.
2020-01-09 23:33:04 +01:00
Ludovic Courtès 98ebcf1c1b
doc: Encourage patch review.
* doc/contributing.texi (Commit Access): Add note about patch review.
2020-01-09 23:33:04 +01:00
Ludovic Courtès 2d315cd428
doc: Move "Commit Access" section from 'HACKING' to the manual.
* HACKING (Commit Access): Remove.
(Contributing): Update URL of the manual.
* doc/contributing.texi (Commit Access): New section.
(Submitting Patches): Add cross reference.
2020-01-09 23:33:04 +01:00
Ludovic Courtès a7bde77d24
doc: Add "Tracking Bugs and Patches" section.
* doc/contributing.texi (Tracking Bugs and Patches): New section.
(Submitting Patches): Refer to it.
* doc/guix.texi: Update copyright line.
* HACKING (Using emacs-debbugs): Remove.
2020-01-09 23:33:04 +01:00
Ludovic Courtès f75243e17e
channels: Provide a hint when the 'guix' channel is lacking.
Fixes <https://bugs.gnu.org/39043>.
Reported by Jesse Gibbons <jgibbons2357@gmail.com>.

* guix/channels.scm (channel-instance-derivations): Raise '&fix-hint'
condition in addition to the '&message' condition.
2020-01-09 23:33:04 +01:00
Danny Milosavljevic bbd9063afc
lint: Check for more packages which should be native.
* guix/lint.scm (check-inputs-should-be-native): Add autoconf, automake,
bison, dejagnu, desktop-file-utils, doxygen, flex, gettext,
gobject-introspection, googletest-source, groff, help2man, libtool, swig,
qmake, qttools, texinfo, xorg-server-for-tests, yelp-tools.
2020-01-09 23:15:04 +01:00
Mark H Weaver 7edbaa7f65
gnu: linux-libre: Update to 5.4.10.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.10.
(linux-libre-5.4-pristine-source): Update hash.
2020-01-09 15:39:08 -05:00
Mark H Weaver 5a3b9463ed
gnu: linux-libre@4.19: Update to 4.19.94.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.94.
(linux-libre-4.19-pristine-source): Update hash.
2020-01-09 15:38:29 -05:00
Mark H Weaver 91d4298d3a
gnu: linux-libre@4.14: Update to 4.14.163.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.163.
(linux-libre-4.14-pristine-source): Update hash.
2020-01-09 15:37:32 -05:00
Mark H Weaver a2be2c6881
gnu: icecat: Update to 68.4.1-guix0-preview1 [fixes CVE-2019-17026].
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update hash of upstream firefox source tarball,
'upstream-icecat-base-version', and commit and hash of gnuzilla checkout.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to upstream changes.
2020-01-09 14:07:54 -05:00
Mark H Weaver 5d3db373ba
gnu: dillo: Fix SSL support.
* gnu/packages/web-browsers.scm (dillo)[inputs]: Use openssl-1.0
in place of openssl.
2020-01-09 14:07:47 -05:00
Brant Gardner 2c50e52ab8
gnu: emacs-ledger-mode: Fix autoload failure.
* gnu/packages/finance.scm (emacs-ledger-mode)[arguments]: Replace the
  'relocate-elisp' phase by a 'patch-site-dir' phase to put the files in the
  right directory and a 'generate-autoload' phase to make the autoload file.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-01-09 18:21:19 +01:00
Raghav Gururajan 29ae18db05
gnu: Add gnome-color-manager.
* gnu/packages/gnome.scm (gnome-color-manager): New variable.
2020-01-09 17:57:41 +01:00
Guillaume Le Vaillant 3e10b2418d
gnu: qtxmlpatterns: Build QML plugin for XmlListModel.
* gnu/packages/qt.scm (qtdeclarative)[native-inputs]: Remove qtxmlpatterns.
  (qtxmlpatterns)[native-inputs]: Add qtdeclarative.
2020-01-09 16:03:56 +01:00
Raghav Gururajan e05471a1a9
gnu: Add gnome-online-miners.
* gnu/packages/gnome.scm (gnome-online-miners): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-01-09 15:36:08 +01:00
Paul Garlick 1a7d58dc62
gnu: Add emacs-ebib.
* gnu/packages/emacs-xyz.scm (emacs-ebib): New variable.
2020-01-09 13:25:35 +00:00
Efraim Flashner 2604ecb3a9
gnu: smithwaterman: Update to 0.0.0-2.2610e25.
* gnu/packages/bioinformatics.scm (smithwaterman): Update to 0.0.0-2.2610e25.
[arguments]: Add make-flags to build static library. Adjust custom
'install phase to install static library.
2020-01-09 14:30:38 +02:00
Efraim Flashner 0ab7f6c5f4
gnu: vcflib: Update to 1.0.1.
* gnu/packages/bioinformatics.scm (vcflib): Update to 1.0.1.
[source]: Download using url-fetch.
[native-inputs]: Sort alphabetically. Move perl, python ...
[inputs]: ... to here.
[arguments]: Add make-flags. Update custom 'build phase.

(tabixpp-freebayes): Remove variable.
(freebayes)[native-inputs]: Use tabixpp-source over tabixpp-freebayes.
2020-01-09 14:30:38 +02:00
Efraim Flashner 2e3efa6e55
gnu: fastahack: Update to 1.0.0.
* gnu/packages/bioinformatics.scm (fastahack): Update to 1.0.0.
2020-01-09 14:30:38 +02:00
Efraim Flashner de933b71ee
gnu: Add intervaltree.
* gnu/packages/bioinformatics.scm (intervaltree): New variable.
(vcflib, freebayes)[native-inputs]: Use packaged intervaltree's source.
2020-01-09 14:30:38 +02:00
Efraim Flashner 612d6a8e5b
gnu: tabixpp: Update to 1.1.0.
* gnu/packages/bioinformatics.scm (tabixpp): Update to 1.1.0.
[source]: Add snippet to remove vendored library.
[arguments]: Adjust custom 'build phase to fix INCLUDES.
2020-01-09 14:30:37 +02:00
Efraim Flashner 2673620f24
gnu: bwa: Install static library.
* gnu/packages/bioinformatics.scm (bwa)[arguments]: Install static
library.
2020-01-09 14:30:34 +02:00
Pierre Neidhardt 1e3bbd90e4
gnu: emacs-cyberpunk-theme: Update to 1.21.
* gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme): Update to 1.21.
2020-01-09 12:07:02 +01:00
Pierre Neidhardt a9e70dc5a6
gnu: emacs-helm-org: Update to 20191229.
* gnu/packages/emacs-xyz.scm (emacs-helm-org): Update to 20191229.
2020-01-09 11:27:25 +01:00
Vagrant Cascadian e39fbd8890
gnu: u-boot-2019.10: Remove obsolete version.
* gnu/packages/bootloaders (u-boot-2019.10): Remove variable.
  (u-boot-firefly-rk3399): Use default u-boot version.
  (u-boot-rockpro64-rk3399): Use default u-boot version.
  (u-boot-rock64-rk3328): Use default u-boot version.
  [arguments]: Remove add-u-boot-itb phase.
2020-01-08 22:24:22 -08:00
Vagrant Cascadian 634b0e28de
gnu: u-boot: Update to 2020.01.
* gnu/packages/bootloaders (u-boot): Update to 2020.01.
  [source]: Remove patch u-boot-fix-mkimage-header-verification.
  [native-inputs]: Update to use python 3 and add perl.
  (u-boot-tools)[configure]: Use tools-only_defconfig.
  [arguments]: Update phase updating python-coverage to work with python 3.
  Drop obsolete substitution for test_ofplatdata.
  Disable code coverage tests and binman tests.
* gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch: Remove file.
* gnu/local.mk [dist_patch_DATA]: Update accordingly.
2020-01-08 22:24:20 -08:00
Vagrant Cascadian a1fd8c5dee
gnu: arm-trusted-firmware: Update to 2.2.
* gnu/packages/firmware (make-arm-trusted-firmware): Update to 2.2.
  [source]: Update URL.
  [homepage]: Update URL.
* gnu/packages/patches/arm-trusted-firmware-optional-bin-generation.patch:
  Remove patch.
* gnu/packages/patches/arm-trusted-firmware-rockchip-disable-binary.patch:
  Remove patch.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
2020-01-08 22:24:17 -08:00
Oleg Pykhalov fa01e10da2
gnu: system-config-printer: Update to 1.5.12.
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.12.
2020-01-09 05:00:14 +03:00
Oleg Pykhalov baa195dde4
gnu: sysstat: Update to 12.3.1.
* gnu/packages/linux.scm (sysstat): Update to 12.3.1.
2020-01-09 05:00:14 +03:00
Oleg Pykhalov 67f9f57899
gnu: streamlink: Update to 1.3.0.
* gnu/packages/video.scm (streamlink): Update to 1.3.0.
[source]: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove this.
2020-01-09 04:59:59 +03:00
Oleg Pykhalov 3d4bf40071
gnu: tigervnc-client: Update to 1.10.1.
* gnu/packages/tigervnc.scm (tigervnc-client): Update to 1.10.1.
(tigervnc-server): Update to 1.10.1.
2020-01-09 04:56:01 +03:00
Oleg Pykhalov 076fe8462a
gnu: teeworlds: Fix install phase on i386 architecture.
* gnu/packages/games.scm (teeworlds)[arguments]: Fix install phase on i386
architecture.
2020-01-09 04:56:01 +03:00
Tobias Geerinckx-Rice d5971d667b
gnu: font-iosevka: Update to 2.3.3.
* gnu/packages/fonts.scm (font-iosevka): Update to 2.3.3.
2020-01-09 01:46:30 +01:00