summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2018-06-25gnu: emacs-helm-system-packages: Update to 1.9.0-2.b41f8f2....* gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.9.0-2.b41f8f2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Pierre Neidhardt
2018-06-25gnu: emacs-helm: Update to 2.9.6....* gnu/packages/emacs.scm (emacs-helm): Update to 2.9.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Pierre Neidhardt
2018-06-25gnu: Add emacs-pinentry....* gnu/packages/emacs.scm (emacs-pinentry): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Pierre Neidhardt
2018-06-25gnu: font-cns11643: Update to 98.1.20180605....* gnu/packages/fonts.scm (font-cns11643): Update to 98.1.20180605. Add some packager notes. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brendan Tildesley
2018-06-25gnu: gtk-doc: Don't propagate python-six....* gnu/packages/gtk.scm (gtk-doc)[propagated-inputs]: Remove python-six. [inputs]: Add python-six. Danny Milosavljevic
2018-06-25gnu: alsa-plugins: Build jack plugin....* gnu/packages/linux.scm (alsa-plugins)[outputs]: Add "jack". [inputs]: Add jack-1. [arguments]: Install jack plugin in the 'split' phase. 宋文武
2018-06-25services: alsa-service-type: Fix the loading of 'pulse' plugin....Fixes <https://bugs.gnu.org/31591>. * gnu/services/sound.scm (<alsa-configuration>)[alsa-plugins]: New field. (alsa-config-file): Use 'pcm_type.pulse' and 'ctl_type.pulse' to specify file paths to the 'pulse' plugin. * doc/guix.texi (Sound Services): Document this. Co-authored-by: 宋文武 <iyzsong@member.fsf.org> Oleg Pykhalov
2018-06-25gnu: wine-staging: Update to 3.11....* gnu/packages/wine.scm (wine-staging): Update to 3.11. Rutger Helling
2018-06-25gnu: wine-staging-patchset-data: Update to 3.11....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.11. Rutger Helling
2018-06-24gnu: git: Update to 2.18.0....* gnu/packages/version-control.scm (git): Update to 2.18.0. [inputs]: Add BASH. [arguments]: In #:make-flags, define SHELL_PATH and TEST_SHELL_PATH. Add #:disallowed-references. Drop /bin/sh substitution from Makefile. Add phase to prevent the new BASH from ending up in PATH. Marius Bakke
2018-06-24gnu: mbedtls-apache: Update to 2.7.4....* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.4. Marius Bakke
2018-06-24gnu: gtk-doc: Wrap executables....* gnu/packages/gtk.scm (gtk-doc)[arguments]: Add phase "wrap-executables". Ricardo Wurmus
2018-06-24gnu: java-aqute-libg-bootstrap: Disable tests....* gnu/packages/java.scm (java-aqute-libg-bootstrap)[arguments]: New field. [native-inputs]: New field. Gábor Boskovits
2018-06-24gnu: java-aqute-libg: Enable tests....* gnu/packages/java.scm (java-aqute-libg)[arguments]: Remove #:source-dir and #:tests?, add #:phases 'chdir and 'create-test-directory. [native-inputs]: Add java-hamcrest-core and java-junit. Gábor Boskovits
2018-06-24gnu: java-aqute-libg: Explicitly build for java7....* gnu/package/java.scm (java-aqute-libg)[arguments]: Add #:make-flags ant.build.javac.source=1.7 and ant.build.javac.target=1.7. Gábor Boskovits
2018-06-24gnu: perl-uri-escape: Update to 1.74....* gnu/packages/perl-web.scm (perl-uri-escape): Update to 1.74. Oleg Pykhalov
2018-06-24gnu: streamlink: Update to 0.13.0-1.2dca793....* gnu/packages/video.scm (streamlink): Update to 0.13.0-1.2dca793. Oleg Pykhalov
2018-06-24gnu: gtk-doc: Update to 1.27....* gnu/packages/gtk.scm (gtk-doc)[source]: Update to 1.27. [arguments]<#:phases>[patch-gtk-doc-scan]: New phase. [arguments]<#:phases>[patch-test-out]: New phase. [propagated-inputs]: Add python-six. Danny Milosavljevic
2018-06-24gnu: sbcl-stumpwm: Update to 18.05....* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 18.05. Oleg Pykhalov
2018-06-23gnu: Add python-send2trash....* gnu/packages/python.scm (python-send2trash, python2-send2trash): New public variables. Oleg Pykhalov
2018-06-23gnu: maven-core: Fill properties....* gnu/packages/maven.scm (maven-core-bootstrap)[arguments]: Add a fill-properties phase. Julien Lepiller
2018-06-23gnu: maven: Propagate mvn script requirements....* gnu/packages/maven.scm (maven)[propagated-inputs]: Add coreutils and which. Julien Lepiller
2018-06-23gnu: tome4: Update to 1.5.10....* gnu/packages/games.scm (tome4): Update to 1.5.10. Oleg Pykhalov
2018-06-23gnu: tome4: Use invoke....* gnu/packages/games.scm (tome4)[arguments]: Use invoke. Oleg Pykhalov
2018-06-23services: Fix "authentication" service name....Follow-up to 7f93bbd5aadf0427190769fba8f478c29e37b4f4. * gnu/services/authentication.scm: Fix module name. Danny Milosavljevic
2018-06-23services: Add fingerprint identification service....* gnu/services/authentication.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Miscellaneous Services): Document it. Danny Milosavljevic
2018-06-22gnu: make-u-boot-package: Improve error handling....* gnu/packages/bootloaders.scm (make-u-boot-package): Improve error handling. Danny Milosavljevic
2018-06-22gnu: perl-cgi-simple: Update to 1.15....* gnu/packages/web.scm (perl-cgi-simple): Update to 1.15. [source]: Update URI. [native-inputs]: Add perl-test-exception & perl-test-nowarnings. Tobias Geerinckx-Rice
2018-06-22gnu: perl-catalyst-runtime: Remove left-over input....This is a follow-up to commit b544dde3e7a306c9050a031fe30c85a2ee4b9e15. * gnu/packages/web.scm (perl-catalyst-runtime)[native-inputs]: Remove perl-io-stringy. Tobias Geerinckx-Rice
2018-06-22gnu: workrave: Edit description....* gnu/packages/gnome.scm (workrave)[description]: Edit and mark up. Tobias Geerinckx-Rice
2018-06-22gnu: eid-mw: Update to 4.4.3....* gnu/packages/security-token.scm (eid-mw): Update to 4.4.3. Tobias Geerinckx-Rice
2018-06-22gnu: eid-mw: Fix build....* gnu/packages/security-token.scm (eid-mw)[arguments]: Move the ‘bootstrap’ phase to after ‘unpack’. Modify it to run without errors, and call upstream's bootstrap.sh script instead of our own copy. Tobias Geerinckx-Rice
2018-06-22gnu: eid-mw: Don't use unstable tarball....* gnu/packages/security-token.scm (eid-mw)[source]: Use GIT-FETCH. Tobias Geerinckx-Rice
2018-06-22gnu: Use more HTTPS....* gnu/packages/admin.scm (net-base, wakelan, pam-krb5) [home-page]: Use HTTPS. (dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit) [source, home-page]: Likewise. * gnu/packages/algebra.scm (eigen)[home-page]: Likewise. (gp2c, pari-gp)[source, home-page]: Likewise. * gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo) [home-page]: Likewise. * gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise. Tobias Geerinckx-Rice
2018-06-22gnu: Use HTTPS for drobilla.net URIs....* gnu/packages/audio.scm (jalv, lilv, patchage, raul, raul-devel) (sratom, suil)[source, home-page]: Use HTTPS. * gnu/packages/gtk.scm (ganv, ganv-devel)[source, home-page]: Likewise. * gnu/packages/music.scm (ingen)[source, home-page]: Likewise. * gnu/packages/rdf.scm (serd, sord)[source, home-page]: Likewise. Tobias Geerinckx-Rice
2018-06-22gnu: libgit2: Return #t from all phases....* gnu/packages/version-control.scm (libgit2)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2018-06-22gnu: busybox: Return #t from all phases....* gnu/packages/busybox.scm (busybox)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2018-06-22gnu: corkscrew: Clean up dead code....* gnu/packages/ssh.scm (corkscrew)[arguments]: Remove unnecessary variables and procedure calls. Tobias Geerinckx-Rice
2018-06-22gnu: corkscrew: Deduplicate documentation directories....* gnu/packages/ssh.scm (corkscrew)[arguments]: Install documentation to the correct versioned subdirectory, as already done by the build system. Tobias Geerinckx-Rice
2018-06-22gnu: corkscrew: Return #t from all phases....* gnu/packages/ssl.scm (corkscrew)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2018-06-22gnu: guile-ssh: Return #t from all phases....* gnu/packages/ssh.scm (guile-ssh)[arguments]: Substitute INVOKE for SYSTEM* and all its trappings. Tobias Geerinckx-Rice
2018-06-22gnu: libtocc: Return #t from all phases....* gnu/packages/search.scm (libtocc)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases. Re-indent. Tobias Geerinckx-Rice
2018-06-22gnu: qemu: Return #t from phases....* gnu/packages/virtualization.scm (qemu)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2018-06-22gnu: git-crypt: Return #t from all phases....* gnu/packages/version-control.scm (git-crypt)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2018-06-22gnu: lxc: Return #t from phases....* gnu/packages/virtualization.scm (lxc)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2018-06-22gnu: lookingglass: Update to a11....* gnu/packages/virtualization.scm (lookingglass): Update to a11. [native-inputs]: Add 'libconfig', 'nettle'. [arguments]: Add 'CC=gcc' make-flag. Rutger Helling
2018-06-22gnu: extempore: Fetch sources from git....* gnu/packages/music.scm (extempore)[source]: Fetch from git. Ricardo Wurmus
2018-06-22gnu: patchmatrix: Update to 0.12.0-1.a0b0b1e....* gnu/packages/music.scm (patchmatrix): Update to 0.12.0-1.a0b0b1e. [arguments]: Add phase "make-gzip-archive-writable". Ricardo Wurmus
2018-06-22gnu: sfarkxtc: Update to 0-1.13cd6f937....* gnu/packages/compression.scm (sfarkxtc): Update to 0-1.13cd6f937. Ricardo Wurmus
2018-06-22services: cuirass: Add description....* gnu/services/cuirass.scm (cuirass-service-type): Add description. Ricardo Wurmus