summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: opensc: Eliminate obsolete test disablement.Tobias Geerinckx-Rice2020-01-10
| | | | | | | | This follows up on commit 508d5c5fa883a3cee53f8da358d853d4b245496c, I guess. * gnu/packages/security-token.scm (opensc)[arguments]: Remove the ‘disable-broken-test’ phase.
* gnu: rng-tools: Update to 6.9.Tobias Geerinckx-Rice2020-01-10
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.9.
* gnu: gnucash: Update to 3.8.Hartmut Goebel2020-01-10
| | | | * gnu/packages/gnucash.scm (gnucash, gnucash-doc): Update to 3.8.
* gnu: aqbanking: Update to 5.99.44beta.Hartmut Goebel2020-01-10
| | | | | | * gnu/packages/gnucash.scm (aqbanking): Update to 5.99.44beta. [argmuents]<configure-flags>: Remove. [native-inputs]. Add gettext-minimal.
* gnu: gwenhywfar: Update to 4.99.25rc9.Hartmut Goebel2020-01-10
| | | | * gnu/packages/gnucash.scm (gwenhywfar): Update to 4.99.25rc9.
* gnu: lepton-eda: Fix build.Ricardo Wurmus2020-01-10
| | | | | | | This is a follow-up to commit 1101c73c7fb2e0dbba00b45c05bf36ae08bdb6f2. * gnu/packages/engineering.scm (lepton-eda)[arguments]: Ignore inherited phases.
* gnu: nfs-utils: Build rpc.svcgssd.Ricardo Wurmus2020-01-10
| | | | * gnu/packages/nfs.scm (nfs-utils)[arguments]: Enable building of rpc.svcgssd.
* gnu: monero-gui: Update to 0.15.0.3.Guillaume Le Vaillant2020-01-10
| | | | | | | | | * 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.
* gnu: rrdtool: Update to 1.7.2.Tobias Geerinckx-Rice2020-01-10
| | | | * gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.2.
* gnu: pcsc-lite: Update to 1.8.26.Tobias Geerinckx-Rice2020-01-10
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.26.
* gnu: pcsc-lite: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-01-10
| | | | * gnu/packages/security-token.scm (pcsc-lite)[source]: Hard-code NAME.
* gnu: font-iosevka-slab: Update source hash.Tobias Geerinckx-Rice2020-01-10
| | | | * gnu/packages/fonts.scm (font-iosevka-slab)[source]: Update sha256.
* gnu: python-lxml: Use HTTPS home page.Tobias Geerinckx-Rice2020-01-10
| | | | * gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS.
* gnu: python-lxml: Update to 4.4.2.Tobias Geerinckx-Rice2020-01-10
| | | | * gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
* gnu: hplip: Fix scanner model detection.Danny Milosavljevic2020-01-10
| | | | | * gnu/packages/cups.scm (hplip)[arguments]<#:phases>[install-models-dat]: New phase.
* gnu: Add libmediaart.Raghav Gururajan2020-01-09
| | | | | | * gnu/packages/gnome.scm (libmediaart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-monky.Joseph LaFreniere2020-01-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-monky): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Add a cooptation policy for commit access.Ludovic Courtès2020-01-09
| | | | * doc/contributing.texi (Commit Access): Draft a cooptation policy.
* doc: Encourage patch review.Ludovic Courtès2020-01-09
| | | | * doc/contributing.texi (Commit Access): Add note about patch review.
* doc: Move "Commit Access" section from 'HACKING' to the manual.Ludovic Courtès2020-01-09
| | | | | | | * HACKING (Commit Access): Remove. (Contributing): Update URL of the manual. * doc/contributing.texi (Commit Access): New section. (Submitting Patches): Add cross reference.
* doc: Add "Tracking Bugs and Patches" section.Ludovic Courtès2020-01-09
| | | | | | | * 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.
* channels: Provide a hint when the 'guix' channel is lacking.Ludovic Courtès2020-01-09
| | | | | | | | 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.
* lint: Check for more packages which should be native.Danny Milosavljevic2020-01-09
| | | | | | | * 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.
* gnu: linux-libre: Update to 5.4.10.Mark H Weaver2020-01-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.10. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.94.Mark H Weaver2020-01-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.94. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.163.Mark H Weaver2020-01-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.163. (linux-libre-4.14-pristine-source): Update hash.
* gnu: icecat: Update to 68.4.1-guix0-preview1 [fixes CVE-2019-17026].Mark H Weaver2020-01-09
| | | | | | | * 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.
* gnu: dillo: Fix SSL support.Mark H Weaver2020-01-09
| | | | | * gnu/packages/web-browsers.scm (dillo)[inputs]: Use openssl-1.0 in place of openssl.
* gnu: emacs-ledger-mode: Fix autoload failure.Brant Gardner2020-01-09
| | | | | | | | * 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>
* gnu: Add gnome-color-manager.Raghav Gururajan2020-01-09
| | | | * gnu/packages/gnome.scm (gnome-color-manager): New variable.
* gnu: qtxmlpatterns: Build QML plugin for XmlListModel.Guillaume Le Vaillant2020-01-09
| | | | | * gnu/packages/qt.scm (qtdeclarative)[native-inputs]: Remove qtxmlpatterns. (qtxmlpatterns)[native-inputs]: Add qtdeclarative.
* gnu: Add gnome-online-miners.Raghav Gururajan2020-01-09
| | | | | | * gnu/packages/gnome.scm (gnome-online-miners): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add emacs-ebib.Paul Garlick2020-01-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebib): New variable.
* gnu: smithwaterman: Update to 0.0.0-2.2610e25.Efraim Flashner2020-01-09
| | | | | | * 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.
* gnu: vcflib: Update to 1.0.1.Efraim Flashner2020-01-09
| | | | | | | | | | | * 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.
* gnu: fastahack: Update to 1.0.0.Efraim Flashner2020-01-09
| | | | * gnu/packages/bioinformatics.scm (fastahack): Update to 1.0.0.
* gnu: Add intervaltree.Efraim Flashner2020-01-09
| | | | | * gnu/packages/bioinformatics.scm (intervaltree): New variable. (vcflib, freebayes)[native-inputs]: Use packaged intervaltree's source.
* gnu: tabixpp: Update to 1.1.0.Efraim Flashner2020-01-09
| | | | | | * 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.
* gnu: bwa: Install static library.Efraim Flashner2020-01-09
| | | | | * gnu/packages/bioinformatics.scm (bwa)[arguments]: Install static library.
* gnu: emacs-cyberpunk-theme: Update to 1.21.Pierre Neidhardt2020-01-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme): Update to 1.21.
* gnu: emacs-helm-org: Update to 20191229.Pierre Neidhardt2020-01-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-org): Update to 20191229.
* gnu: u-boot-2019.10: Remove obsolete version.Vagrant Cascadian2020-01-08
| | | | | | | | * 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.
* gnu: u-boot: Update to 2020.01.Vagrant Cascadian2020-01-08
| | | | | | | | | | | | * 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.
* gnu: arm-trusted-firmware: Update to 2.2.Vagrant Cascadian2020-01-08
| | | | | | | | | | | * 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.
* gnu: system-config-printer: Update to 1.5.12.Oleg Pykhalov2020-01-09
| | | | * gnu/packages/gnome.scm (system-config-printer): Update to 1.5.12.
* gnu: sysstat: Update to 12.3.1.Oleg Pykhalov2020-01-09
| | | | * gnu/packages/linux.scm (sysstat): Update to 12.3.1.
* gnu: streamlink: Update to 1.3.0.Oleg Pykhalov2020-01-09
| | | | | | * gnu/packages/video.scm (streamlink): Update to 1.3.0. [source]: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove this.
* gnu: tigervnc-client: Update to 1.10.1.Oleg Pykhalov2020-01-09
| | | | | * gnu/packages/tigervnc.scm (tigervnc-client): Update to 1.10.1. (tigervnc-server): Update to 1.10.1.
* gnu: teeworlds: Fix install phase on i386 architecture.Oleg Pykhalov2020-01-09
| | | | | * gnu/packages/games.scm (teeworlds)[arguments]: Fix install phase on i386 architecture.
* gnu: font-iosevka: Update to 2.3.3.Tobias Geerinckx-Rice2020-01-09
| | | | * gnu/packages/fonts.scm (font-iosevka): Update to 2.3.3.