summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* services: dbus: Include each service's "share/dbus-1/system.d".Ludovic Courtès2019-11-02
| | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37911>. Reported by Jack Hill <jackhill@jackhill.us>. Sometime between 1.1.8 and 1.4.3, 'colord' moved had its 'org.freedesktop.ColorManager.conf' file moved from "etc/dbus-1/system.d" to "share/dbus-1/system.d". Adjust to this change. * gnu/services/dbus.scm (dbus-configuration-directory): Add an 'includedir' directive for DIR/share/dbus-1/system.d.
* gnu: glib: Add comment about disallowed references.Ludovic Courtès2019-11-02
| | | | | | * gnu/packages/glib.scm (glib)[arguments]: Add a commented-out #:disallowed-references argument, which was removed in 6c237a2d7bfa3c7be02c069e5c24a2b401a51864.
* gnu: leveldb: Update home page.Tobias Geerinckx-Rice2019-11-01
| | | | * gnu/packages/databases.scm (leveldb)[home-page]: Update.
* gnu: samba: Update to 4.11.2.Tobias Geerinckx-Rice2019-11-01
| | | | * gnu/packages/samba.scm (samba): Update to 4.11.2.
* gnu: yad: Update to 5.0.Tobias Geerinckx-Rice2019-11-01
| | | | | | | | * gnu/packages/gtk.scm (yad): Update to 5.0. [build-system]: Use Glib-or-Gtk build system. [arguments]: Remove obsolete or ineffective #:configure-flags. Use the default ‘bootstrap’ phase followed by an ‘intltoolize’ one. [inputs]: Add gspell.
* gnu: prosody: Update to 0.11.3.Clément Lassieur2019-11-01
| | | | * gnu/packages/messaging.scm (prosody): Update to 0.11.3.
* gnu: qbittorrent: Update to 4.1.9.1.Tobias Geerinckx-Rice2019-11-01
| | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.9.1.
* gnu: di: Update to 4.47.2.Tobias Geerinckx-Rice2019-11-01
| | | | * gnu/packages/admin.scm (di): Update to 4.47.2.
* gnu: x265: Update to 3.2.1.Tobias Geerinckx-Rice2019-11-01
| | | | * gnu/packages/video.scm (x265): Update to 3.2.1.
* gnu: skopeo: Update to 0.1.40.Tobias Geerinckx-Rice2019-11-01
| | | | * gnu/packages/virtualization.scm (skopeo): Update to 0.1.40.
* gnu: Deprecate monolithic Qt 5.x package.Hartmut Goebel2019-11-01
| | | | | | | | | | The monolithic package was not used except as a base for qt-4. Disband this relation and make qt-4 a complete independent package definition. Thus the monolithic package qt5 and be removed resp. deprecated. * gnu/packages/qt.scm (qt-4): Copy all relevant package definition parts from 'qt' and not longer inherit from 'qt'. (qt): Define as a deprecated alias for 'qtbase`.
* gnu: Remove qtdeclarative-render2d.Hartmut Goebel2019-11-01
| | | | | This module has been merged into qtdeclarative as of Qt 5.8.0 and is not used anywhere.
* gnu: sigrok-firmware-fx2lafw: Fix build.Clément Lassieur2019-11-01
| | | | | | * gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[arguments]: Remove implicit inputs. [native-inputs]: Add gawk, bash, coreutils, grep, gzip, gnu-make, sed and tar.
* gnu: geany: Update to 1.36.Nicolas Goaziou2019-11-01
| | | | * gnu/packages/text-editors.scm (geany): Update to 1.36.
* gnu: mame: Update to 0.215.Nicolas Goaziou2019-11-01
| | | | * gnu/packages/emulators.scm (mame): Update to 0.215.
* gnu: libreoffice: Update to 6.3.3.2.Efraim Flashner2019-11-01
| | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 6.3.3.2. [inputs]: Add gnupg, gobject-introspection. [arguments]: Remove deprecated '--enable-verbose' configure flag.
* pull: Gracefully handle invalid Texinfo markup in news.Ludovic Courtès2019-11-01
| | | | | | | | | Reported by Oleg Pykhalov <go.wigust@gmail.com>. * guix/scripts/pull.scm (display-news-entry-title) (display-news-entry): Catch 'parser-error' around call to 'texi->plain-text', and return Texinfo as-is when an exception is caught.
* services: colord: Deprecate 'colord-service' procedure.Ludovic Courtès2019-11-01
| | | | | | | * gnu/services/desktop.scm (colord-service-type)[default-value]: New field. (colord-service): Define with 'define-deprecated'. (%desktop-services): Use 'colord-service-type' instead of 'colord-service'. * doc/guix.texi (Desktop Services): Adjust accordingly.
* gnu: snap: Update to 5.2.5.Nicolas Goaziou2019-11-01
| | | | * gnu/packages/education.scm (snap): Update to 5.2.5.
* gnu: scintilla: Update to 4.2.1.Nicolas Goaziou2019-11-01
| | | | | | | * gnu/packages/text-editors.scm (scintilla): Update to 4.2.1. [arguments]: Remove unnecessary phase. [native-inputs]: Remove "gcc" as default GCC is now higher than 7.1. Add "python-wrapper" for some scripts.
* gnu: rclone: Update to 1.50.0.Nicolas Goaziou2019-11-01
| | | | * gnu/packages/sync.scm (rclone): Update to 1.50.0.
* gnu: fet: Update to 5.40.2.Nicolas Goaziou2019-11-01
| | | | * gnu/packages/education.scm (fet): Update to 5.40.2.
* gnu: asymptote: Update to 2.59.Nicolas Goaziou2019-11-01
| | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.59.
* gnu: musescore: Update to 3.3.Nicolas Goaziou2019-11-01
| | | | | | * gnu/packages/music.scm (musescore): Update to 3.3. [arguments]: Remove "-DBUILD_CRASH_REPORTER=OFF" configure flag, which is OFF by default anyway.
* services: ntp: Fix a crash when using legacy configuration.Maxim Cournoyer2019-10-31
| | | | | | | | | | | | | Fixes issue #37504 (see: https://bugs.gnu.org/37504). The bug was caused by the fact that destructuring an <ntp-configuration> record using match would bind the 'servers' field without using the compatibility accessor. * gnu/services/networking.scm (ntp-shepherd-service): Replace `match-lambda' by distinct `lambda' and `match' calls, so that the 'servers' field can be generated by applying the `ntp-configuration-servers' procedure to the configuration object.
* gnu: bitcoin-abc: Update to 0.20.4.Guillaume Le Vaillant2019-11-01
| | | | | | | | | * gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.4. [source]: Fix uri. [inputs]: Use bdb-5.3 (bdb-4.8 is not supported). [arguments]: Add 'fix-tests' phase. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Chibi-Scheme: Do not use unstable tarball.Marius Bakke2019-11-01
| | | | * gnu/packages/scheme.scm (chibi-scheme)[source]: Change to GIT-FETCH.
* gnu: Chibi-Scheme: Update to 0.8.Ekaitz at ElenQ Technology2019-11-01
| | | | | | * gnu/packages/scheme.scm (chibi-scheme): Update to 0.8. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: icecat: Update to 68.2.0-guix0-preview3.Mark H Weaver2019-10-31
| | | | | | | | | | * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update to the latest upstream commit on '68' branch. * gnu/packages/patches/icecat-gnuzilla-fixes.patch: Remove changes that have been incorporated upstream, and add new pending changes, notably the addition of several IceCat-specific preferences. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to changes in icecat-gnuzilla-fixes.patch.
* gnu: pocl: Update to 1.4.Ivan Gankevich2019-10-31
| | | | | | | * gnu/packages/opencl.scm (pocl): Update to 1.4. [inputs]: Change from LLVM to LLVM-8. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: u-boot: Remove redundant GCC input.Marius Bakke2019-10-31
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package)[native-inputs]: Do not explicitly add GCC 7.
* gnu: Remove python2-feather-format.Marius Bakke2019-10-31
| | | | | | This trivial package fails to build and has no reverse dependencies. * gnu/packages/serialization.scm (python2-feather-format): Remove variable.
* gnu: pingus: Adjust for GCC 7.Marius Bakke2019-10-31
| | | | | | Fixes <https://bugs.gnu.org/37946>. * gnu/packages/games.scm (pingus)[source](modules, snippet): New fields.
* gnu: pingus: Update source URI.Marius Bakke2019-10-31
| | | | * gnu/packages/games.scm (pingus)[source](uri): Change to current repository.
* services: ntp: Ensure no double quotes are output to config file.Maxim Cournoyer2019-10-30
| | | | | | | | | | | * gnu/services/networking.scm (ntp-server->string): Use the textual representation of the values as printed by 'display' rather than 'write', to avoid inserting double quotes in the generated config. * tests/networking.scm (%ntp-server-sample): Add a comment and make one of the options a string, to exercise the fix. ("ntp-server->string"): Move the expected value to the first argument. ("ntp configuration servers deprecated form"): Likewise. ("openntpd generated config string ends with a newline"): Likewise.
* gnu: Add udiskie.Guillaume Le Vaillant2019-10-30
| | | | | | * gnu/packages/freedesktop.scm (udiskie): New variable. * gnu/packages/patches/udiskie-no-appindicator.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add python-keyutils.Guillaume Le Vaillant2019-10-30
| | | | * gnu/packages/python-crypto.scm (python-keyutils): New variable.
* gnu: Add gitg.Leo Prikler2019-10-30
| | | | | | * gnu/packages/gnome.scm: (gitg): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Fix make-gcc-libc.Carl Dong2019-10-30
| | | | | | | | | | | | | | | | | Until now the following wouldn't build: --8<---------------cut here---------------start------------->8--- (use-modules (gnu packages commencement) (gnu packages gcc) (gnu packages base)) (make-gcc-libc gcc-9 glibc-2.27) --8<---------------cut here---------------end--------------->8--- * gnu/packages/base.scm (make-gcc-libc)[phases]: Add environment variables to place the target libc on the system header search path. [make-flags]: Remove unncessary FLAGS_FOR_TARGET. [native-inputs]: Construct in a way that doesn't require emptying inputs.
* gnu: Add dxvk.Pierre Neidhardt2019-10-30
| | | | * gnu/packages/wine.scm (dxvk): New variable.
* gnu: make-nsis: Fix cross-compilation.Carl Dong2019-10-30
| | | | | * gnu/packages/installers.scm (make-nsis)[arguments]: Enforce correct ordering of search paths (mingw-w64 last).
* gnu: Fix attribution.Nicolas Goaziou2019-10-30
| | | | * gnu/packages/game-development.scm: Fix attribution.
* gnu: Add emacs-eshell-did-you-mean.Pierre Neidhardt2019-10-30
| | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-did-you-mean): New variable.
* gnu: Add emacs-eshell-prompt-extras.Pierre Neidhardt2019-10-30
| | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): New variable.
* gnu: python2-pandas: Downgrade to 0.24.2.Marius Bakke2019-10-30
| | | | | | | This is a follow-up to commit 7a97a26d012da08fad4540eed99643f6306de423. * gnu/packages/python-xyz.scm (python-pandas)[properties]: New field. (python2-pandas): Downgrade to 0.24.2.
* gnu: python2-numpy: Downgrade to 1.16.5.Marius Bakke2019-10-30
| | | | | | | | | | Fixes <https://bugs.gnu.org/37989>. Reported by Josh Holland <josh@inv.alid.pw>. This is a follow-up to commit 8e5fbd5dda93e137ff527cabe25989b28ab9e1c0. * gnu/packages/python-xyz.scm (python-numpy)[properties]: New field. (python2-numpy): Downgrade to 1.16.5.
* gnu: cuirass: Update to 0.0.1-26.e20ff86.Ricardo Wurmus2019-10-30
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-26.e20ff86.
* gnu: python-whoosh: Skip test suite.Efraim Flashner2019-10-30
| | | | | * gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the test suite.
* gnu: python-xlrd: Fix comment.Mathieu Othacehe2019-10-30
| | | | | * gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a full sentence.
* gnu: python-pandas: Update to 0.25.2.Giacomo Leidi2019-10-30
| | | | | | * gnu/packages/python-xyz.scm (python-pandas): Update to 0.25.2. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>