Commit Graph

37250 Commits (8504d1922240b29815fd3e1e231e27da391338cd)

Author SHA1 Message Date
Efraim Flashner 5528b8e788
gnu: tvtime: Fix building with glibc@2.28.
* gnu/packages/tvtime.scm (tvtime)[arguments]: Add custom phase to add
missing import.
2018-11-11 08:57:13 +02:00
Efraim Flashner cab70d4c2a
gnu: perl-autovivification: Update to 0.18.
* gnu/packages/perl.scm (perl-autovivification): Update to 0.18.
2018-11-11 08:21:59 +02:00
Mark H Weaver 717d29e25b
gnu: icecat: Add more fixes from mozilla-esr60.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes
from the upstream mozilla-esr60 source repository.
2018-11-10 20:29:19 -05:00
Mark H Weaver 3b14494616
gnu: icecat: Update to 60.3.0-gnu1.
* gnu/packages/gnuzilla.scm (icecat): Update to 60.3.0-gnu1.
[source]: Switch back to the normal source URI.  Remove patches that
are no longer applicable.
* gnu/packages/patches/icecat-CVE-2018-12383.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-11-10 20:28:32 -05:00
Mark H Weaver e22842f5ca
gnu: linux-libre@4.14: Update to 4.14.80.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.80.
(%linux-libre-4.14-hash): Update hash.
2018-11-10 20:23:57 -05:00
Mark H Weaver 62168a5558
gnu: linux-libre@4.9: Update to 4.9.136.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.136.
2018-11-10 20:23:15 -05:00
Mark H Weaver fc43d6d4d9
gnu: linux-libre@4.4: Update to 4.4.163.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.163.
2018-11-10 20:22:30 -05:00
Ricardo Wurmus 4cbbb16045
gnu: nxbelld: Remove custom bootstrap phase.
* gnu/packages/xdisorg.scm (nxbelld)[arguments]: Remove autoreconf phase.
2018-11-10 23:42:54 +01:00
Ricardo Wurmus f116e1fcae
gnu: wmclock: Remove custom bootstrap phase.
* gnu/packages/gnustep.scm (wmclock)[arguments]: Remove.
2018-11-10 23:42:54 +01:00
Ricardo Wurmus e17f867c62
gnu: wmbattery: Remove custom bootstrap phase.
* gnu/packages/gnustep.scm (wmbattery)[arguments]: Remove autoconf phase.
2018-11-10 23:42:54 +01:00
Ricardo Wurmus 7db147ec45
gnu: rtmidi: Remove custom bootstrap phase.
* gnu/packages/audio.scm (rtmidi)[arguments]: Remove autoconf phase.
2018-11-10 23:42:54 +01:00
Ricardo Wurmus cdb4048d72
gnu: portaudio: Remove custom bootstrap phase.
* gnu/packages/audio.scm (portaudio)[arguments]: Remove autoreconf phase.
2018-11-10 23:42:54 +01:00
Pierre Langlois 78e3d554d1
gnu: Add emacs-ivy-rich.
* gnu/packages/emacs.scm (emacs-ivy-rich): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-10 23:33:47 +01:00
Meiyo Peng d5b23d2b7d
gnu: Add ibus-rime.
* gnu/packages/ibus.scm (ibus-rime): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-10 23:33:47 +01:00
Meiyo Peng 1329f095bb
gnu: Add rime-data.
* gnu/packages/ibus.scm (rime-data): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-10 23:33:47 +01:00
Meiyo Peng 78209a165b
gnu: Add librime.
* gnu/packages/ibus.scm (librime): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-10 23:33:47 +01:00
Meiyo Peng 2f968763c3
gnu: ibus: Indent code properly.
* gnu/packages/ibus.scm (ibus, ibus-libpinyin): Indent code properly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-10 23:33:47 +01:00
Meiyo Peng 1a0363cf07
gnu: Add opencc.
* gnu/packages/textutils.scm (opencc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-10 23:33:46 +01:00
Meiyo Peng 9d466489cd
gnu: Add marisa.
* gnu/packages/datastructures.scm (marisa): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-11-10 23:33:46 +01:00
Ludovic Courtès a3b72a8f17
ci: Add procedures to access evaluations.
* guix/ci.scm (<checkout>, <evaluation>): New record types.
(latest-builds): Add #:evaluation and #:system and honor it.  Define
'option'.
(json->checkout, json->evaluation, latest-evaluations)
(evaluations-for-commit): New procedures.
2018-11-10 23:33:46 +01:00
Ludovic Courtès 30288ae57e
gnu: mdadm: Update to 4.1.
* gnu/packages/linux.scm (mdadm): Update to 4.1.
2018-11-10 23:33:46 +01:00
Ludovic Courtès 5230dce154
gnu-maintenance: Base kernel.org updater on HTML directory listings.
Partially fixes <https://bugs.gnu.org/28159>.

The FTP server at ftp.free.fr had become unable to produce directory
listings, effectively making the updater dysfunctional.  Furthermore FTP
is considered obsolescent so HTTP + HTML looks more future-proof.

* guix/gnu-maintenance.scm (html->sxml, html-links)
(latest-html-release): New procedures.
(latest-kernel.org-release): Rewrite in terms of 'latest-html-release'.
2018-11-10 23:33:46 +01:00
Ludovic Courtès bc1ff4aaba
gnu-maintenance: ".sign" and ".asc" files no longer match 'release-file?'.
* guix/gnu-maintenance.scm (release-file?): Exclude ".sign" and ".asc"
file in addition to ".sig".
2018-11-10 23:33:46 +01:00
Ricardo Wurmus 37ebc19cfb
gnu: msgpack: Remove custom bootstrap phase.
* gnu/packages/serialization.scm (msgpack)[arguments]: Remove.
2018-11-10 23:30:52 +01:00
Ricardo Wurmus bed4eb373e
gnu: gxtuner: Fetch sources from git.
* gnu/packages/music.scm (gxtuner)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus a7fde1a86d
gnu: cava: Fetch sources from git.
* gnu/packages/audio.scm (cava)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus c2a2d364df
gnu: cli-visualizer: Fetch sources from git.
* gnu/packages/audio.scm (cli-visualizer)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus b249ff5d37
gnu: dcadec: Fetch sources from git.
* gnu/packages/audio.scm (dcadec)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus 4289a306b7
gnu: cuetools: Fetch sources from git.
* gnu/packages/audio.scm (cuetools)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus 8e5995e397
gnu: xjackfreak: Fetch sources from git.
* gnu/packages/audio.scm (xjackfreak)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus 458baefb40
gnu: rsound: Fetch sources from git.
* gnu/packages/audio.scm (rsound)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus eca7729301
gnu: rtmidi: Fetch sources from git.
* gnu/packages/audio.scm (rtmidi)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus 0b8db03504
gnu: infamous-plugins: Fetch sources from git.
* gnu/packages/audio.scm (infamous-plugins)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus 2ae2395422
gnu: swh-plugins-lv2: Fetch sources from git.
* gnu/packages/audio.scm (swh-plugins-lv2)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus 917dc89672
gnu: csound: Fetch sources from git.
* gnu/packages/audio.scm (csound)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus b255365cd1
gnu: lvtk: Fetch sources from git.
* gnu/packages/audio.scm (lvtk)[source]: Fetch from git.
2018-11-10 23:29:26 +01:00
Ricardo Wurmus 78eff85770
gnu: ams-lv2: Fetch sources from git.
* gnu/packages/music.scm (ams-lv2)[source]: Fetch from git.
2018-11-10 23:29:25 +01:00
Ricardo Wurmus 57906fad59
gnu: portmidi-for-extempore: Fetch sources from git.
* gnu/packages/music.scm (portmidi-for-extempore)[source]: Fetch from git.
2018-11-10 23:29:25 +01:00
Ricardo Wurmus ca364e7a3c
gnu: jalv-select: Fetch sources from git.
* gnu/packages/music.scm (jalv-select)[source]: Fetch from git.
[arguments]: Add phase make-manpages-writable.
2018-11-10 23:29:25 +01:00
Nicolas Goaziou 79b8341292
gnu: emacs-circe: Update to 2.10.
* gnu/packages/emacs.scm (emacs-circe): Update to 2.10.
2018-11-10 23:27:05 +01:00
Ricardo Wurmus 74c903edab
Add missing license import.
* gnu/packages/mail.scm: Import agpl3+.
2018-11-10 22:37:07 +01:00
Ricardo Wurmus e3a4703174
gnu: Add mumi.
* gnu/packages/mail.scm (mumi): New variable.
2018-11-10 22:36:13 +01:00
Ricardo Wurmus 2d900b0464
gnu: Add guile-debbugs-next.
* gnu/packages/guile.scm (guile-debbugs-next): New variable.
2018-11-10 22:36:13 +01:00
Ricardo Wurmus 7453785624
gnu: Add guile-email.
* gnu/packages/guile.scm (guile-email): New variable.
2018-11-10 22:36:13 +01:00
Ricardo Wurmus 95906eee18
gnu: guile-ics: Remove custom bootstrap phase.
* gnu/packages/guile.scm (guile-ics)[arguments]: Remove.
2018-11-10 22:36:13 +01:00
Efraim Flashner 1a392ee7ae
gnu: nfs-utils: Fix building with glibc@2.28.
* gnu/packages/nfs.scm (nfs-utils)[arguments]: Add custom phase to fix
building with glibc@2.28.
2018-11-10 22:36:33 +02:00
Efraim Flashner c1ab159085
gnu: perl-autovivification: Update to 0.18.
* gnu/packages/perl.scm (perl-autovivification): Update to 0.18.
2018-11-10 22:36:33 +02:00
Efraim Flashner e8b9aaf0b1
mtd-utils: Update to 2.0.2.
* gnu/packages/linux.scm (mtd-utils): Update to 2.0.2.
[arguments]: Remove 'test-target, 'make-flags. Re-enable 'configure
phase. Add 'configure-flag for the unit-tests.
[native-inputs]: Add cmocka, pkg-config.
2018-11-10 20:54:34 +02:00
Efraim Flashner 1de2937283
gnu: idutils: Fix building with glibc@2.28.
* gnu/packages/idutils.scm (idutils)[source]: Add snippet to patch
bundled gnulib for glibc@2.28.
2018-11-10 20:18:37 +02:00
Efraim Flashner 211db9caf7
gnu: sharutils: Remove false comment.
This is a follow-up to b50d58b344.

* gnu/packages/compression.scm (sharutils)[source]: This snippet is, in
fact, a snippet.
2018-11-10 20:18:37 +02:00