Commit graph

64228 commits

Author SHA1 Message Date
Julien Lepiller 29428e10b8
gnu: java-junit: Enable tests.
* gnu/packages/java.scm (java-junit)[arguments]: Enable tests.
2020-07-17 04:10:42 +02:00
Julien Lepiller 031516d69a
gnu: Add java-hamcrest-library.
* gnu/packages/java.scm (java-hamcrest-library): New variable.
2020-07-17 04:10:40 +02:00
Julien Lepiller 30b7704a57
gnu: java-asm: Remove dependency on bnd libraries.
* gnu/packages/java.scm (java-asm): Remove dependency on java-aqute-bndlib
and java-aqute-libg.
(java-slf4j-api-bootstrap, java-aqute-bndlib-bootstrap)
(java-aqute-libg-bootstrap): Remove unused variables.
2020-07-17 04:10:38 +02:00
Julien Lepiller 3d3bc413b4
guix: java-utils: Add Maven-related phases.
* guix/build/maven/java.scm: New file.
* guix/build/maven/plugin.scm: New file.
* guix/build/maven/pom.scm: New file.
* Makefile.am (MODULES): Add them.
* guix/build-system/ant.scm (%ant-build-system-modules): Add them to the
build side.
* guix/build/java-utils.scm (generate-plugin.xml, install-pom-file)
(install-from-pom): New procedures.
2020-07-17 04:10:28 +02:00
Tobias Geerinckx-Rice 5654eef7e9
gnu: Update the LXQt home page.
* gnu/packages/lxqt.scm (lxqt-build-tools, liblxqt, libsysstat)
(lxqt-about, lxqt-admin, lxqt-config, lxqt-globalkeys)
(lxqt-notificationd, lxqt-openssh-askpass, lxqt-panel, lxqt-policykit)
(lxqt-powermanagement, lxqt-qtplugin, lxqt-runner, lxqt-session)
(lxqt-sudo, lxqt-themes, libfm-qt, pcmanfm-qt, compton-conf, lximage-qt)
(obconf-qt, pavucontrol-qt, qps, qtermwidget, qterminal, screengrab)
(lxqt-archiver, lxqt)[home-page]: Update to a working domain.
2020-07-17 03:04:41 +02:00
Tobias Geerinckx-Rice 7bb7bb5c9d
gnu: lbzip2: Update to 2.5-0.b6dc48a.
* gnu/packages/compression.scm (lbzip2): Update to 2.5-0.b6dc48a.
[source]: Use GIT-FETCH and GIT-FILE-NAME.  Remove snippet.
[arguments]: Add ‘unpack-gnulib’ and custom bootstrap phase.
[native-inputs]: Add autoconf, automake, gnulib, and perl.
[home-page]: Use source repository.
2020-07-17 03:04:41 +02:00
Tobias Geerinckx-Rice f5d88758be
gnu: ghc-uniplate: Use a working home page.
* gnu/packages/haskell-xyz.scm (ghc-uniplate)[home-page]: Update.
2020-07-17 03:04:40 +02:00
Tobias Geerinckx-Rice f1841ccf46
gnu: ghc-missingh: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Update.
2020-07-17 03:04:40 +02:00
Tobias Geerinckx-Rice 33c154d6a5
gnu: corkscrew: Use git source.
* gnu/packages/ssh.scm (corkscrew)[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Adapt to changed README file name.
[home-page]: Switch to a working URI.
2020-07-17 03:04:40 +02:00
Diego Nicola Barbato f49eb9f997
gnu: freeorion: Build with boost-with-python2.
* gnu/packages/games.scm (freeorion)[inputs]: Replace boost with
boost-with-python2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-17 02:02:30 +02:00
Michael Rohleder 9ba8cb43b9
gnu: emacs-helm-projectile: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-helm-projectile): Update to 1.0.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-17 01:55:58 +02:00
Michael Rohleder 4226c1f709
gnu: emacs-projectile: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.2.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-17 01:54:58 +02:00
Timotej Lazar 52edd7eddb
gnu: godot: Update to 3.2.2.
* gnu/packages/game-development.scm (godot): Update to 3.2.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-17 01:53:28 +02:00
Timotej Lazar 0fc715f971
gnu: hedgewars: Install desktop icon.
* gnu/packages/games.scm (hedgewars)[arguments]: Add ‘install-icon’ phase.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-17 01:51:56 +02:00
Diego Nicola Barbato ba7a63da48
gnu: emacs-exwm: Fix fullscreen states.
* gnu/packages/patches/emacs-exwm-fix-fullscreen-states.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emacs-xyz.scm (emacs-exwm)[source]: Use it.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-17 01:18:00 +02:00
Marius Bakke 0482ea07f9
doc: Small fixups for the Ganeti documentation.
* doc/guix.texi (Virtualization Services): Fix various inaccuracies and add
markup the procedure parameters.
2020-07-17 01:04:24 +02:00
Julien Lepiller 074814fe57
gnu: keepassxc: Set QT_PLUGIN_PATH.
* gnu/packages/password-utils.scm (keepassxc): Wrap program to set
QT_PLUGIN_PATH for svg icons to show properly.
2020-07-17 00:10:47 +02:00
Marius Bakke 9a62282755
services: Add ganeti.
* gnu/services/ganeti.scm, gnu/tests/ganeti.scm: New files.
* doc/guix.texi (Virtualization Services): Document the Ganeti services.
2020-07-16 21:51:44 +02:00
Marius Bakke 7b572c5f19
gnu: Add ganeti-instance-debootstrap.
* gnu/packages/virtualization.scm (ganeti-instance-debootstrap): New public variable.
2020-07-16 21:51:44 +02:00
Marius Bakke ecd5db37ff
gnu: Add ganeti-instance-guix.
* gnu/packages/virtualization.scm (ganeti-instance-guix): New public variable.
2020-07-16 21:51:44 +02:00
Marius Bakke 72a91d74ce
gnu: Add ganeti.
* gnu/packages/virtualization.scm (system->qemu-target, ganeti): New variables.
* gnu/packages/patches/ganeti-deterministic-manual.patch,
gnu/packages/patches/ganeti-disable-version-symlinks.patch,
gnu/packages/patches/ganeti-drbd-compat.patch,
gnu/packages/patches/ganeti-haskell-pythondir.patch,
gnu/packages/patches/ganeti-os-disk-size.patch,
gnu/packages/patches/ganeti-preserve-PYTHONPATH.patch,
gnu/packages/patches/ganeti-shepherd-master-failover.patch,
gnu/packages/patches/ganeti-shepherd-support.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-07-16 21:51:43 +02:00
Mark H Weaver 851cc11cd1
gnu: linux-libre: Update to 5.4.52.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.52.
(linux-libre-5.4-pristine-source): Update hash.
(linux-libre-5.4-source): Remove %linux-libre-fix-atheros-9271-patch.
2020-07-16 15:43:24 -04:00
Mark H Weaver d269422ec1
gnu: linux-libre@5.7: Update to 5.7.9.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.9.
(linux-libre-5.7-pristine-source): Update hash.
(linux-libre-5.7-source): Remove %linux-libre-fix-atheros-9271-patch.
2020-07-16 15:43:18 -04:00
Mark H Weaver 7089a45aa1
gnu: linux-libre@4.19: Update to 4.19.133.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.133.
(linux-libre-4.19-pristine-source): Update hash.
(linux-libre-4.19-source): Remove %linux-libre-fix-atheros-9271-patch.
2020-07-16 15:43:11 -04:00
Tobias Geerinckx-Rice 2ffd1314cd
guix-install.sh: Make sure /etc/profile is sourced.
New users regularly report missing newly-installed programmes and icons.

* etc/guix-install.scm (main): Tell users to log out & back in.
2020-07-16 20:12:07 +02:00
Tobias Geerinckx-Rice 4089d7920f
guix-install.sh: Suggest running gpg as root.
The original example regularly prevented new users from installing Guix
at all.

* etc/guix-install.scm (chk_gpg_keyring): Suggest ‘sudo -i gpg’.
2020-07-16 20:12:07 +02:00
Tobias Geerinckx-Rice 7fc2ba2a2c
gnu: kyotocabinet: Use HTTPS.
* gnu/packages/databases.scm (kyotocabinet)[source, home-page]:
Use HTTPS.
2020-07-16 20:12:07 +02:00
Tobias Geerinckx-Rice c4944d6c81
gnu: java-xmlunit: Use HTTPS home page.
* gnu/packages/java.scm (java-xmlunit)[home-page]: Use HTTPS.
2020-07-16 20:12:07 +02:00
Tobias Geerinckx-Rice 69cfb72b38
gnu: libyaml: Use HTTPS.
* gnu/packages/web.scm (libyaml)[source, home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice fe39c70195
gnu: Use HTTPS for mdc-berlin.de home pages.
* gnu/packages/bioinformatics.scm (r-genomation, r-genomationdata, pigx-rnaseq)
(pigx-chipseq, pigx-bsseq, pigx-scrnaseq, pigx)[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice c980589260
gnu: Use HTTPS for biojava.org home pages.
* gnu/packages/bioinformatics.scm (java-biojava-core)
(java-biojava-phylo, java-biojava-alignment, java-biojava-phylo-4.0)
(java-biojava-alignment-4.0)[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice 2ae03bf631
gnu: jack@0.125.0: Update URIs.
gnu/packages/audio.scm (jack-1)[source]: Use a working mirror.
[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice 00a34333bb
gnu: Use HTTPS for igraph.org.
* gnu/packages/graph.scm (igraph, r-igraph)[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice d48b5c8af7
gnu: ghc-pandoc-types: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice 1467ca6829
gnu: Use HTTPS for www.yesodweb.com.
* gnu/packages/haskell-web.scm (ghc-css-text, ghc-yesod-persistent)
[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice 702a101257
gnu: Use HTTPS for github.com (and subdomains) home pages.
* gnu/packages/bioconductor.scm (r-qvalue)[home-page]: Use HTTPS and
follow permanent redirection.
* gnu/packages/check.scm (python-codecov, python-nosexcover)
[home-page]: Likewise.
* gnu/packages/cran.scm (r-ffbase, r-ggrepel, r-valr)
[home-page]: Likewise.
* gnu/packages/crates-io.scm (rust-block-0.1, rust-dispatch-0.1)
(rust-objc-0.2, rust-objc-exception-0.1)
(rust-objc-foundation-0.1, rust-objc-id-0.1, rust-objc-test-utils-0.0)
(rust-onig-5.0, rust-onig-sys-69.2, rust-vergen-3.1)
[home-page]: Likewise.
* gnu/packages/finance.scm (ledger-agent, keepkey-agent)
[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure)
[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-bsb-http-chunked, ghc-warp)
(ghc-warp-tls)[home-page]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-configurator, ghc-hasktags)
(ghc-linear, ghc-newtype-generics, ghc-retry, ghc-xdg-basedir)
(ghc-pretty-show)[home-page]: Likewise.
* gnu/packages/java.scm (java-javax-inject)[home-page]: Likewise.
* gnu/packages/libffi.scm (ruby-ffi)[home-page]: Likewise.
* gnu/packages/linux.scm (procenv)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-aiodns, python-flask-htpasswd)
(python-pycares)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-progressbar33, python-whatever)
(python-funcy)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-rubyzip, ruby-spinach, ruby-gherkin-ruby)
(ruby-code-statistics, ruby-colorize, ruby-wwtd)[home-page]: Likewise.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice 228d290106
gnu: Update Haskell Wiki URIs.
* gnu/packages/haskell-web.scm (ghc-hxt-regex-xmlschema)[home-page]:
Use HTTPS and follow permanent redirection.
* gnu/packages/haskell-xyz.scm (ghc-alsa-core, ghc-base-unicode-symbols)
(ghc-colour, ghc-data-accessor, ghc-data-accessor-transformers)
(ghc-gluraw, ghc-glut, ghc-gnuplot, ghc-haddock-test, ghc-opengl)
(ghc-openglraw, ghc-storablevector)[home-page]: Likewise.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice 70e1199c0d
gnu: bombadillo: Use HTTPS home page.
* gnu/packages/web-browsers.scm (bombadillo)[home-page]: Use HTTPS.
2020-07-16 20:12:05 +02:00
Tobias Geerinckx-Rice 3720a6f847
gnu: lsof: Use HTTPS home page.
* gnu/packages/lsof.scm (lsof)[home-page]: Use HTTPS.
2020-07-16 20:12:05 +02:00
Tobias Geerinckx-Rice c4ccf2db62
gnu: lirc: Use HTTPS home page.
Also add a missing copyright line for an obvious nckx phase.

* gnu/packages/lirc.scm (lirc)[home-page]: Use HTTPS.
2020-07-16 20:12:05 +02:00
Tobias Geerinckx-Rice 2c73599586
gnu: lv2: Use HTTPS.
* gnu/packages/audio.scm (lv2)[source, home-page]: Use HTTPS.
2020-07-16 20:12:05 +02:00
Guillaume Le Vaillant b736e9ba2c
gnu: Add cl-opticl.
* gnu/packages/lisp-xyz.scm (sbcl-opticl, cl-opticl): New variables.
2020-07-16 19:47:43 +02:00
Guillaume Le Vaillant b0e7bc35c4
gnu: Add cl-pngload.
* gnu/packages/lisp-xyz.scm (sbcl-pngload, cl-pngload, ecl-pngload): New
  variables.
2020-07-16 19:43:41 +02:00
Guillaume Le Vaillant 5dff9687c9
gnu: Add cl-zpb-exif.
* gnu/packages/lisp-xyz.scm (sbcl-zpb-exif, cl-zpb-exif, ecl-zpb-exif): New
  variables.
2020-07-16 19:13:17 +02:00
Guillaume Le Vaillant 242bd80793
gnu: Add cl-3bz.
* gnu/packages/lisp-xyz.scm (sbcl-3bz, cl-3bz, ecl-3bz): New variables.
2020-07-16 19:02:09 +02:00
Guillaume Le Vaillant 0f44f63ca2
gnu: Add cl-mmap.
* gnu/packages/lisp-xyz.scm (sbcl-mmap, cl-mmap, ecl-mmap): New variables.
2020-07-16 18:45:42 +02:00
Guillaume Le Vaillant 1c1b0532d1
gnu: Add cl-retrospectiff.
* gnu/packages/lisp-xyz.scm (sbcl-retrospectiff, cl-retrospectiff,
  ecl-retrospectiff): New variables.
2020-07-16 18:12:39 +02:00
Guillaume Le Vaillant fc748ff067
gnu: Add cl-opticl-core.
* gnu/packages/lisp-xyz.scm (sbcl-opticl-core, cl-opticl-core,
  ecl-opticl-core): New variables.
2020-07-16 17:58:21 +02:00
Guillaume Le Vaillant ec2c73b8ed
gnu: Add cl-freetype2.
* gnu/packages/lisp-xyz.scm (sbcl-freetype2, cl-freetype2, ecl-freetype2): New
  variables.
2020-07-16 17:48:57 +02:00
Guillaume Le Vaillant 7387c090b0
gnu: Add cl-skippy.
* gnu/packages/lisp-xyz.scm (sbcl-skippy, cl-skippy, ecl-skippy): New
  variables.
2020-07-16 17:20:13 +02:00