Age | Commit message (Expand) | Author |
2016-07-26 | import: pypi: Correctly handle new-style URLs.•••Fixes <http://bugs.gnu.org/23997>.
* guix/import/pypi.scm (guix-package->pypi-name): Rewrite using
'basename' and 'hyphen-package-name->name+version'.
* tests/pypi.scm ("guix-package->pypi-name, old URL style")
("guix-package->pypi-name, new URL style"): New tests.
| Ludovic Courtès |
2016-07-26 | doc: Explain authentication in "System Installation".•••Suggested by Vincent Legoll <vincent.legoll@gmail.com>.
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): New constant.
(Binary Installation): Use it.
(USB Stick Installation): Copy and adjust the authentication bit from
"Binary Installation".
| Ludovic Courtès |
2016-07-26 | doc: Better illustration use of package revision numbers.•••* doc/guix.texi (Version Numbers): Add the
revision to the example of the git package used in 7.6.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2016-07-26 | gnu: icecat: Install icons.•••* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
'install-icons' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin |
2016-07-26 | gnu: Add haveged.•••* gnu/packages/linux.scm (haveged): New variable.
| Tobias Geerinckx-Rice |
2016-07-26 | gnu: Add perceptualdiff.•••* gnu/packages/image.scm (perceptualdiff): New variable.
| Tobias Geerinckx-Rice |
2016-07-26 | gnu: linux-libre@4.1: Update to 4.1.28.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.28.
| Mark H Weaver |
2016-07-26 | gnu: linux-libre: Update to 4.7.•••* gnu/packages/linux.scm (linux-libre): Update to 4.7.
* gnu/packages/linux-libre-4.7-x86_64.conf,
gnu/packages/linux-libre-4.7-i686.conf: New files.
* gnu/packages/linux-libre-4.6-x86_64.conf,
gnu/packages/linux-libre-4.6-i686.conf: Delete files.
* Makefile.am (KCONFIGS): Update accordingly.
| Mark H Weaver |
2016-07-26 | gnu: calibre: Build with non-modular Qt.•••* gnu/packages/ebook.scm (calibre)[native-inputs]: Replace QTBASE by QT.
[inputs]: Replace QTBASE by QT and PYTHON2-PYQT by PYTHON2-PYQT-5.5.
This essentially reverts commit 76806c54ed72f8f04079bbb187b186b833c103e1.
Reported by Roel Janssen <roel@gnu.org>.
| Andreas Enge |
2016-07-26 | gnu: pyqt: Add versions based on non-modular Qt 5.5.•••* gnu/packages/qt.scm (python-pyqt-5.5, python2-pyqt-5.5): New variables.
| Andreas Enge |
2016-07-25 | gnu: guix: Update development snapshot.•••* gnu/packages/package-management.scm (guix-devel): Update to 97c8aef.
| Andreas Enge |
2016-07-25 | system: Add mapped devices for RAID.•••* gnu/system/mapped-devices.scm (raid-device-mapping, open-raid-device,
close-raid-device): New variables.
* doc/guix.texi (Mapped Devices): Add documentation for RAID devices,
reorganize documentation for LUKS devices.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Andreas Enge |
2016-07-25 | doc: Explain when guix edit is read-only.•••* doc/guix.texi (Invoking guix edit): Explain when you can and can't
edit the recipe.
Signed-off-by: Alex Kost <alezost@gmail.com>
| myglc2 |
2016-07-25 | gnu: emacs-solarized-theme: Remove unneeded dependencies.•••* gnu/packages/emacs.scm (emacs-solarized-theme)[propagated-inputs]:
Remove 'emacs-f' and 'emacs-s'.
| Alex Kost |
2016-07-25 | gnu: emacs: Install site-start.el in non-versioned directory.•••Reported by Ricardo Wurmus on #guix.
* gnu/packages/emacs.scm (emacs)[arguments]: Put "site-start.el" in
"/share/emacs/site-lisp" instead of "/share/emacs/<version>/site-lisp"
to let inherited package with another version find it.
| Alex Kost |
2016-07-25 | gnu: Add guile-daemon.•••* gnu/packages/guile.scm (guile-daemon): New variable.
| Alex Kost |
2016-07-25 | gnu: Add guile-xosd.•••* gnu/packages/guile.scm (guile-xosd): New variable.
| Alex Kost |
2016-07-25 | gnu: Add xdpyprobe.•••* gnu/packages/xdisorg.scm (xdpyprobe): New variable.
| Alex Kost |
2016-07-25 | doc: Describe how to make X server find TrueType fonts.•••* doc/guix.texi (Application Setup): Document how to add TrueType fonts
installed in a Guix profile to the X server font path.
| Alex Kost |
2016-07-25 | profiles: Add fonts-dir-file hook.•••* guix/profiles.scm (fonts-dir-file): New procedure.
(%default-profile-hooks): Add it.
| Alex Kost |
2016-07-25 | gnu: mkfontdir: Do not propagate 'mkfontscale'.•••* gnu/packages/xorg.scm (mkfontdir)[propagated-inputs]: Move
'mkfontscale' to ...
[inputs]: ... here.
[arguments]: Add 'wrap-mkfontdir' phase.
| Alex Kost |
2016-07-25 | gnu: Add xfd.•••* gnu/packages/xorg.scm (xfd): New variable.
| Alex Kost |
2016-07-25 | gnu: Add xfontsel.•••* gnu/packages/xorg.scm (xfontsel): New variable.
| Alex Kost |
2016-07-25 | gnu: sbcl: Update to 1.3.7.•••* gnu/packages/lisp.scm (sbcl): Update to 1.3.7.
[arguments]: During the patch-unix-tool-paths phase, avoid running
substitute* on a utf-16-be encoded file.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
| Andy Patterson |
2016-07-25 | gnu: ecl: Wrap with PATH, CPATH, LIBRARY_PATH, and LD_LIBRARY_PATH.•••* gnu/packages/lisp.scm (ecl)[arguments]: Add 'wrap' phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson |
2016-07-25 | gnu: ecl: Enable tests.•••* gnu/packages/lisp.scm (ecl): Enable tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson |
2016-07-25 | gnu: ecl: Update to 16.1.2.•••* gnu/packages/lisp.scm (ecl): Update to 16.1.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Patterson |
2016-07-25 | gnu: gnupg@2.1: Use 'modify-phases'.•••* gnu/packages/gnupg.scm (gnupg@2.1)[arguments]: Use 'modify-phases'
syntax.
| Efraim Flashner |
2016-07-25 | gnu: hdup: Update source url.•••* gnu/packages/backup.scm (hdup)[source]: Update url.
| Efraim Flashner |
2016-07-24 | gnu: gnupg-2.1: Install executable as 'gpg'.•••* gnu/packages/gnupg.scm (gnupg-2.1)[arguments]: Add '--enable-gpg2-is-gpg'
to #:configure-flags.
| Leo Famulari |
2016-07-24 | gnu: gnupg@2.0: Add the 'gpg' and 'gpgv' commands.•••* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Add
'rename-v2-commands' phase.
| Ludovic Courtès |
2016-07-24 | gnu: gnupg@2.0: Fix typo.•••* gnu/packages/gnupg.scm (gnupg@2.0)[arguments]: Fix typo that prevented
gnupg from building.
This is a follow up to 6b547d22952fb30c4419d4f81545353907ab398d.
| Efraim Flashner |
2016-07-24 | gnu: exiv2: Update source url.•••* gnu/packages/geeqie.scm (exiv2)[source]: Update url.
| Efraim Flashner |
2016-07-24 | lint: 'inputs-should-be-native' checks for intltool, itstool and glib:bin.•••* guix/scripts/lint.scm (check-inputs-should-be-native): Warn when intltool,
itstool or glib:bin isn't a native-input.
* tests/lint.scm (inputs: glib:bin is probably a native input): Add test.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| David Craven |
2016-07-24 | doc: Point out preference of message format.•••* doc/contributing.texi (Submitting Patches): Includes a note on
preference of plain text messages with either inline or MIME attachments
and advise contributers to pay attention if their email client breaks the
patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2016-07-24 | doc: Explain that contributors can use a pseudonym.•••Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* doc/contributing.texi (Contributing): Explain that using a legal name
is not required.
| Ludovic Courtès |
2016-07-24 | doc: gnupg@2.0: Use 'modify-phases'.•••* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use 'modify-phases'.
| Ludovic Courtès |
2016-07-24 | doc: Explain how to set up Git for signing.•••* HACKING (Commit Access): Give instructions on how to set up Git for
signing.
| Ludovic Courtès |
2016-07-24 | gnu: icecat: Disable parallel build.•••* gnu/packages/gnuzilla.scm (icecat)[arguments]: Disable parallel build.
| Andreas Enge |
2016-07-24 | download: Add SourceForge load balancer.•••* guix/download.scm (%mirrors)[sourceforge]: Add canonical load balancer for
sourceforge.net.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alex Griffin |
2016-07-24 | gnu: icecat: Update to 38.8.0-gnu2.•••* gnu/packages/gnuzilla.scm (icecat): Update to 38.8.0-gnu2.
| Andreas Enge |
2016-07-24 | gnu: openssh: Fix CVE-2016-6210.•••* gnu/packages/ssh.scm (openssh)[source]: Add patches
openssh-CVE-2016-6210-1.patch, openssh-CVE-2016-6210-2.patch,
openssh-CVE-2016-6210-3.patch.
* gnu/packages/patches/openssh-CVE-2016-6210-1.patch: New file.
* gnu/packages/patches/openssh-CVE-2016-6210-2.patch: New file.
* gnu/packages/patches/openssh-CVE-2016-6210-3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them.
| Efraim Flashner |
2016-07-24 | gnu: pspp: Update to 0.10.2.•••* gnu/packages/statistics.scm (pspp): Update to 0.10.2.
| Efraim Flashner |
2016-07-24 | gnu: python-iso8601: Update to 0.1.11.•••* gnu/packages/python.scm (python-iso8601): Update to 0.1.11.
| Efraim Flashner |
2016-07-24 | gnu: iniparser: Use 'modify-phases'.•••* gnu/packages/samba.scm (iniparser)[arguments]: Use 'modify-phases'
syntax.
| Efraim Flashner |
2016-07-24 | gnu: iniparser: Update to 4.0.•••* gnu/packages/samba.scm (iniparser): Update to 4.0.
[source]: Download from Github.
[arguments]: Define 'gcc' in Makefiles.
| Efraim Flashner |
2016-07-24 | gnu: python-waf: Update to 1.9.1.•••* gnu/packages/python.scm (python-waf): Update to 1.9.1.
| Efraim Flashner |
2016-07-24 | gnu: mpv: Use packaged waf.•••* gnu/packages/video.scm (mpv)[inputs]: Remove externally downloaded waf
package and use packaged python-waf.
| Efraim Flashner |
2016-07-24 | gnu: wxwidgets: Update source URL.•••* gnu/packages/wxwidgets.scm (wxwidgets, wxwidgets-2): Update source URL.
| Andreas Enge |
2016-07-24 | gnu: git: Update to 2.9.2.•••* gnu/packages/version-control.scm (git): Update to 2.9.2.
(git-manpages)[source]: Update hash.
| Leo Famulari |