summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-13gnu: Add gnome-weather....* gnu/packages/gnome.scm (gnome-weather): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-01-13gnu: Add grilo-plugins....* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.10. [description]: Modify. [build-system]: Use meson-build-system. [native-inputs]: Add gettext, gtk+:bin. [inputs]: Add gnome-online-accounts:lib, libgdata, libmediaart, tracker. Remove sqlite, libxml2, glib, gmime, libarchive. [arguments]<#:make-flags>: Remove. <#:glib-or-gtk?>: Add. <#:configure-flags>: Add -Denable-lua-factory=no. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-01-13gnu: guile-next: Update to 2.9.9....* gnu/packages/guile.scm (guile-next): Update to 2.9.9. Ludovic Courtès
2020-01-13gnu: guile-bytestructures: Install 'README.md'....* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Add 'install-doc' phase. Ludovic Courtès
2020-01-13gnu: Add libgovirt....* gnu/packages/gnome.scm (libgovirt): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-01-13gnu: vhba-module: Update to 20200106....* gnu/packages/linux.scm (vhba-module): Update to 20200106. Tobias Geerinckx-Rice
2020-01-13gnu: Add qmapshack....* gnu/packages/geo.scm (qmapshack): New variable. Guillaume Le Vaillant
2020-01-13gnu: Add routino....* gnu/packages/geo.scm (routino): New variable. Guillaume Le Vaillant
2020-01-13gnu: librsvg-next: Substitute more crates....* gnu/packages/gnome.scm (librsvg-next-source): Add substitutions for rust-approx-0.3, rust-arrayvec-0.4, rust-bstr-0.2, rust-byteorder-1.3, rust-cast-0.2, rust-cloudabi-0.0, rust-criterion-0.2, rust-criterion-plot-0.3, rust-crossbeam-dequeue-0.7, rust-crossbeam-epoch-0.7, rust-crossbeam-queue-0.1, rust-crossbeam-utils-0.6, rust-csv-1.1, rust-csv-core-0.1, rust-either-1.5, rust-encoding-0.2, rust-fuchsia-cprng-0.1, rust-futf-0.1, rust-generic-array-0.12, rust-itertools-0.8, rust-language-tags-0.2, rust-mac-0.1, rust-matches-0.1, rust-new-debug-unreachable-1.0, rust-num-complex-0.2, rust-phf-0.7, rust-phf-codegen-0.7, rust-phf-generator-0.7, rust-phf-shared-0.7, rust-pkg-config-0.3, rust-recomputed-hash-0.1, rust-rand-0.6, rust-regex-automata-0.1, rust-rustc-version-0.2, rust-semver-09, rust-semver-parser-0.7, rust-siphasher-0.2, rust-smallvec-0.6, rust-string-cache-0.7, rust-string-cache-shared-0.3, rust-thread-local-0.3, rust-tinytemplate-1.0, rust-typenum-1.10, rust-unicode-bidi-0.3, rust-unicode-normalization-0.1, rust-utf-8-0.7, rust-winapi-i686-pc-windows-gnu-0.4, rust-winapi-x86-64-pc-windows-gnu-0.4. Efraim Flashner
2020-01-13gnu: gnome-user-share: Fix license....* gnu/packages/gnome.scm (gnome-user-share)[license]: Use gpl2+. Danny Milosavljevic
2020-01-13gnu: evince: Enable introspection....* gnu/packages/gnome.scm (evince)[arguments]<#:configure-flags>: Enable introspection. [native-inputs]: Add gobject-introspection. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Leo Prikler
2020-01-13gnu: Add gupnp-dlna....* gnu/packages/gnome.scm (gupnp-dlna): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-01-13gnu: Add gupnp-av....* gnu/packages/gnome.scm (gupnp-av): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-01-13gnu: Add gupnp....* gnu/packages/gnome.scm (gupnp): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-01-13gnu: Add gssdp....* gnu/packages/gnome.scm (gssdp): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-01-12gnu: tintin++: Update to 2.02.00....* gnu/packages/games.scm (tintin++): Update to 2.02.00. [source]: Adjust for new upstream versioning scheme. [home-page]: Follow redirect. [license]: Update license. Kei Kebreau
2020-01-12gnu: schismtracker: Update to 20190805....* gnu/packages/music.scm (schismtracker): Update to 20190805. Kei Kebreau
2020-01-12gnu: Add julius....* gnu/packages/games.scm (julius): New variable. Timotej Lazar
2020-01-12gnu: lmms: Add input jack-1....* gnu/packages/music.scm (lmms): Add input jack-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pkill -9
2020-01-12installer: Add an "Edit" button on the final page....Fixes <https://bugs.gnu.org/36885>. Reported by <lukasbf@tutanota.com>. * gnu/installer/newt/page.scm (edit-file): New procedure. (run-file-textbox-page): Add #:edit-button? and #:editor-locale parameters. Remove 'file-text' and add 'edit-button', and add it to the horizontal stacked grid when EXIT-BUTTON? is true. Wrap body in 'loop'. Handle case where ARGUMENT is EDIT-BUTTON by calling 'loop'. * gnu/installer/newt/final.scm (run-config-display-page): Add #:locale parameter. Pass #:edit-button? and #:editor-locale to 'run-file-textbox-page'. (run-final-page): Pass LOCALE to 'run-config-display-page'. Ludovic Courtès
2020-01-12lint: Check for more packages which should be native....* guix/lint.scm (check-inputs-should-be-native): Add gtk-doc. Danny Milosavljevic
2020-01-12gnu: Add gnome-user-share....* gnu/packages/gnome.scm (gnome-user-share): New variable. Raghav Gururajan
2020-01-12gnu: gnome-initial-setup: Update description....* gnu/packages/gnome.scm (gnome-initial-setup)[description]: Modify. Danny Milosavljevic
2020-01-12gnu: Add gnome-initial-setup....* gnu/packages/gnome.scm (gnome-initial-setup): New variable. Raghav Gururajan
2020-01-12gnu: redis: Update to 5.0.7....* gnu/packages/databases.scm (redis): Update to 5.0.7. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Jethro Cao
2020-01-12gnu: postgresql@11: Update to 11.6....* gnu/packages/databases: (postgresql-11): Update to 11.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Riku Viitanen
2020-01-12gnu: postgresql@9.6: Update to 9.6.16....* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.16. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Riku Viitanen
2020-01-12gnu: dot2tex: Update to 2.11.3....* gnu/packages/graphviz.scm (dot2tex): Update to 2.11.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Jakub Kądziołka
2020-01-12gnu: spice: Fix test failure on armhf-linux....* gnu/packages/patches/spice-fix-test-armhf.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/spice.scm (spice)[source](patches): New field. Marius Bakke
2020-01-12gnu: bitlbee: Update to 3.6....* gnu/packages/messaging.scm (bitlbee): Update to 3.6. Timotej Lazar
2020-01-12gnu: bitlbee: Build with check@0.12....* gnu/packages/check.scm (check-0.12): New public variable. * gnu/packages/messaging.scm (bitlbee)[native-inputs]: Change from CHECK to CHECK-0.12. Marius Bakke
2020-01-12gnu: linux-libre: Update to 5.4.11....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.11. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver
2020-01-12gnu: linux-libre@4.19: Update to 4.19.95....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.95. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver
2020-01-12gnu: linux-libre@4.14: Update to 4.14.164....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.164. (linux-libre-4.14-pristine-source): Update hash. Mark H Weaver
2020-01-12gnu: linux-libre@4.9: Update to 4.9.209....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.209. (linux-libre-4.9-pristine-source): Update hash. Mark H Weaver
2020-01-12gnu: linux-libre@4.4: Update to 4.4.209....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.209. (linux-libre-4.4-pristine-source): Update hash. Mark H Weaver
2020-01-12gnu: xdg-utils: Don't use propagated inputs....* gnu/packages/freedesktop.scm (xdg-utils)[propagated-inputs]: Remove. [inputs]: Add awk, coreutils, grep, inetutils, perl-file-mimeinfo and sed. [arguments]: Wrap the installed programs with the specified inputs in PATH. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Jakub Kądziołka
2020-01-12gnu: nss-certs: Update to 3.48....This is a follow-up to commit 90076d2ce17d5b3c44ea663a44b40fa3084ead97. * gnu/packages/certs.scm (nss-certs): Update to 3.48. Marius Bakke
2020-01-12gnu: gst-plugins-base: Do not propagate Orc on armhf systems....* gnu/packages/gstreamer.scm (gst-plugins-base)[propagated-inputs]: Conditionally add ORC. Marius Bakke
2020-01-12gnu: wavpack: Do not build the static library....* gnu/packages/audio.scm (wavpack)[arguments]: New field. Marius Bakke
2020-01-12gnu: wavpack: Update to 5.2.0....* gnu/packages/patches/wavpack-CVE-2018-6767.patch, gnu/packages/patches/wavpack-CVE-2018-7253.patch, gnu/packages/patches/wavpack-CVE-2018-7254.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/audio.scm (wavpack): Update to 5.2.0. [source](patches): Remove. Marius Bakke
2020-01-12gnu: jsoncpp: Fix test failure on armhf-linux and aarch64-linux....* gnu/packages/patches/jsoncpp-fix-inverted-case.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/serialization.scm (jsoncpp)[source](patches): New field. Marius Bakke
2020-01-12gnu: chez-scheme: Remove obsolete snippet....* gnu/packages/chez.scm (chez-scheme)[source](modules, snippet): Remove. Marius Bakke
2020-01-12gnu: emacs-telega: Update to 0.5.4-3....* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.4-3. This change reflects several bug fixes that allows for better integration with the latest changes provided by `tdlib` 1.5.4 -- 1.6.0. Brett Gilio
2020-01-12gnu: sbcl-trivial-backtrace: Fix build reproducibility....* gnu/packages/lisp.scm (sbcl-trivial-backtrace)[arguments]: Add 'delete-test-results' phase. Guillaume Le Vaillant
2020-01-12build: asdf-build-system: Improve reproducibility....* guix/build/asdf-build-system.scm (copy-files-to-output): Reset timestamps of source files before compiling. Guillaume Le Vaillant
2020-01-11gnu: audacity: Update to 2.3.3....* gnu/packages/audio.scm (audacity): Update to 2.3.3. [source](snippet): Remove bundled "lame". [arguments]: Adjust "use-upstream-headers" phase. * gnu/packages/patches/audacity-build-with-system-portaudio.patch: Adjust patch. Kei Kebreau
2020-01-12gnu: Fix license of several GNOME packages....* gnu/packages/gnome.scm (gnome-color-manager)[license]: Change to GPL2+. (gnome-online-miners)[license]: Likewise. (gnome-menus)[license]: Change to LGPL2.0+. Ludovic Courtès
2020-01-12doc: Make sure 'htmlxref.cnf' is honored....Fixes <https://bugs.gnu.org/39060>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * doc/build.scm (html-manual)[build]: Copy 'htmlxref.cnf' to the current directory so that 'makeinfo' honors it. Ludovic Courtès
2020-01-12doc: Update htmlxref.cnf....* doc/htmlxref.cnf: Update from Texinfo. Add entries for "mes", "guix.ru", and "guix.zh_CN". Ludovic Courtès