Alex Kost
1162418ee8
.gitignore: Remove stale entries.
...
This is a followup to commit deb6276dda
.
* .gitignore: Remove "/emacs/..." lines.
2017-02-27 16:44:58 +03:00
Alex Kost
9bd94544be
gnu: emacs: Simplify "guix-emacs.el".
...
* gnu/packages/aux-files/emacs/guix-emacs.el: Do not try to require
'guix-profiles'. Do not call 'guix-emacs-autoload-packages' in the top
level.
(guix-package-enable-at-startup): Remove. This variable can't be set by
a user since this file is loaded before user config.
(guix-emacs-autoload-packages): Use 'guix-read-package-profile' instead
of 'guix-profile-prompt' in interactive clause (it was renamed in
Emacs-Guix).
* gnu/packages/emacs.scm (emacs)[arguments]: Call
'guix-emacs-autoload-packages' in "site-start.el" after requiring
'guix-emacs'.
2017-02-27 16:44:58 +03:00
Alex Kost
59d04f63df
gnu: emacs: Move "guix-emacs.el" to "aux-files".
...
* emacs/guix-emacs.el: Rename to...
* gnu/packages/aux-files/emacs/guix-emacs.el: ... this.
* Makefile.am (AUX_FILES): Add it.
* gnu/packages/emacs.scm (emacs)[inputs]: Remove 'guix' source.
[native-inputs]: Add "guix-emacs.el" auxiliary file.
[arguments]: Adjust 'install-site-start' phase accordingly.
2017-02-27 16:44:58 +03:00
Alex Kost
7994250fdb
gnu: linux: Move configuration files to "aux-files".
...
* gnu/packages/linux-libre-4.1-i686.conf: Rename to...
* gnu/packages/aux-files/linux-libre/4.1-i686.conf: ... this.
* gnu/packages/linux-libre-4.1-x86_64.conf: Rename to...
* gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: ... this.
* gnu/packages/linux-libre-4.4-i686.conf: Rename to...
* gnu/packages/aux-files/linux-libre/4.4-i686.conf: ... this.
* gnu/packages/linux-libre-4.4-x86_64.conf: Rename to...
* gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: ... this.
* gnu/packages/linux-libre-4.9-i686.conf: Rename to...
* gnu/packages/aux-files/linux-libre/4.9-i686.conf: ... this.
* gnu/packages/linux-libre-4.9-x86_64.conf: Rename to...
* gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: ... this.
* gnu/packages/linux-libre-4.10-i686.conf: Rename to...
* gnu/packages/aux-files/linux-libre/4.10-i686.conf: ... this.
* gnu/packages/linux-libre-4.10-x86_64.conf: Rename to...
* gnu/packages/aux-files/linux-libre/4.10-x86_64.conf: ... this.
* gnu/packages/linux.scm (kernel-config): Use 'search-auxiliary-file' to
find configuration files.
* Makefile.am (KCONFIGS): Rename to...
(AUX_FILES): ... this. Adjust accordingly.
2017-02-27 16:44:58 +03:00
Alex Kost
96eaa55ffb
packages: Add 'search-auxiliary-file'.
...
Suggested-by: Ludovic Courtès <ludo@gnu.org> at
<http://lists.gnu.org/archive/html/guix-devel/2016-12/msg01174.html >.
* gnu/packages.scm (%auxiliary-files-path): New variable.
(search-auxiliary-file): New procedure.
2017-02-27 16:44:57 +03:00
Manolis Ragkousis
751702676e
guix: build: make-bootstrap: Copy "falloc.h" to the new system.
...
In glibc-2.25 a dependency on "linux/falloc.h" was added.
This also reverts commit 8f8f250bdc
which is no longer needed. This commit was not compatible with
the glibc version Hurd is using. See
<https://lists.gnu.org/archive/html/guix-devel/2017-02/msg01046.html >
* guix/build/make-bootstrap.scm (make-stripped-libc): Copy "falloc.h"
to the new system.
* gnu/packages/patches/glibc-bootstrap-system.patch: Remove part
that touches fcntl-linux.h.
Problem reported by Andreas Enge <andreas@enge.fr>.
2017-02-27 15:31:06 +02:00
Marius Bakke
2982889d68
gnu: potrace: Update to 1.14 [fixes CVE-2016-8685 and CVE-2016-8686].
...
* gnu/packages/fontutils.scm (potrace): Update to 1.14.
2017-02-27 13:08:41 +01:00
Marius Bakke
e9eafae289
gnu: khard: Disable tests.
...
* gnu/packages/mail.scm (khard)[arguments]: Set #:tests? #f.
2017-02-27 12:54:19 +01:00
Marius Bakke
8779987bba
Merge branch 'master' into python-tests
2017-02-27 12:42:22 +01:00
Marius Bakke
a6d9f8837b
gnu: whois: Update to 5.2.15.
...
* gnu/packages/networking.scm (whois): Update to 5.2.15.
2017-02-27 12:39:39 +01:00
Marius Bakke
298111a7a7
gnu: maim: Update to 4.4.59.
...
* gnu/packages/xdisorg.scm (maim): Update to 4.4.59.
2017-02-27 12:39:39 +01:00
Marius Bakke
31ccf5dc6c
gnu: slop: Update to 5.3.35.
...
* gnu/packages/xdisorg.scm (slop): Update to 5.3.35.
2017-02-27 12:39:39 +01:00
Marius Bakke
8e5652f924
gnu: harfbuzz: Update to 1.4.3.
...
* gnu/packages/gtk.scm (harfbuzz): Update to 1.4.3.
2017-02-27 11:41:54 +01:00
Marius Bakke
daed5b7ed3
gnu: libx11: Update to 1.6.5.
...
* gnu/packages/xorg.scm (libx11): Update to 1.6.5.
2017-02-27 11:31:51 +01:00
Leo Famulari
c46d8e92de
gnu: linux-libre@4.4: Update to 4.4.52.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.52.
Remove patches.
2017-02-27 04:21:32 -05:00
Leo Famulari
f11a48c0ca
gnu: linux-libre@4.9: Update to 4.9.13.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.13.
Remove patches.
2017-02-27 04:21:32 -05:00
Leo Famulari
50a86ee6c9
gnu: python-gst: Update to 1.10.4.
...
* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.4.
2017-02-27 04:04:52 -05:00
Leo Famulari
b8f337c280
gnu: gst-libav: Update to 1.10.4.
...
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.4.
2017-02-27 04:04:52 -05:00
Leo Famulari
66fff91735
gnu: gst-plugins-ugly: Update to 1.10.4 [fixes CVE-2017-5847].
...
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.4.
2017-02-27 04:04:52 -05:00
Leo Famulari
869ffe8f9b
gnu: gst-plugins-bad: Update to 1.10.4 [fixes CVE-2017-5848].
...
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.4.
2017-02-27 04:04:52 -05:00
Leo Famulari
2611454831
gnu: gst-plugins-good: Update to 1.10.4.
...
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.4.
2017-02-27 04:04:52 -05:00
Leo Famulari
1d8e727357
gnu: gst-plugins-base: Update to 1.10.4.
...
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.4.
[source]: Remove obsolete patch 'gst-plugins-base-fix-test-on-32bit.patch'
* gnu/packages/patches/gst-plugins-base-fix-test-on-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-02-27 04:04:51 -05:00
Leo Famulari
c1ed10f95e
gnu: gstreamer: Update to 1.10.4.
...
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.4.
2017-02-27 04:04:46 -05:00
Efraim Flashner
1c598515cd
gnu: fontconfig: Fix test-suite for freetype update.
...
* gnu/packages/fontutils.scm (fontconfig)[arguments]: Add phase to fix
the test-suite to have the input expected.
2017-02-27 08:29:05 +02:00
Marius Bakke
3ba43a2297
gnu: pciutils: Update to 3.5.4.
...
* gnu/packages/pciutils.scm (pciutils): Update to 3.5.4.
2017-02-27 00:03:37 +01:00
Marius Bakke
61f78e7284
gnu: iproute2: Update to 4.10.
...
* gnu/packages/linux.scm (iproute2): Update to 4.10.
[arguments]: Specify HDRDIR in #:make-flags.
2017-02-27 00:03:18 +01:00
Marius Bakke
212c775c9c
gnu: bluez: Update to 5.44.
...
* gnu/packages/linux.scm (bluez): Update to 5.44.
2017-02-26 23:44:24 +01:00
Marius Bakke
b9375d8944
gnu: kmod: Update to 24.
...
* gnu/packages/linux.scm (kmod): Update to 24.
2017-02-26 23:44:18 +01:00
Efraim Flashner
3de15bb740
gnu: freetype: Update to 2.7.1.
...
* gnu/packages/fontutils.scm (freetype): Update to 2.7.1.
2017-02-26 23:16:05 +02:00
Marius Bakke
ac2d5de3da
gnu: libssh2: Fix build failure after 1.8.0 upgrade.
...
* gnu/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (libssh2)[source]: Use it.
[arguments]: Add 'autoreconf' phase.
[native-inputs]: Add AUTOCONF and AUTOMAKE.
2017-02-26 22:05:42 +01:00
Marius Bakke
5d79b1bf57
gnu: libssh: Update to 0.7.4.
...
* gnu/packages/ssh.scm (libssh): Update to 0.7.4.
[home-page]: Use HTTPS.
2017-02-26 21:46:45 +01:00
Leo Famulari
56a44e2d5b
gnu: gd: Fix test failure with FreeType 2.7.
...
* gnu/packages/patches/gd-freetype-test-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Use it.
2017-02-26 15:46:03 -05:00
Marius Bakke
b01a89854b
gnu: Remove unused patch.
...
This is a followup to 6f9d5b2e8c
.
* gnu/packages/patches/libssh-0.6.5-CVE-2016-0739.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-02-26 21:41:21 +01:00
ng0
9c66b88543
gnu: neomutt: Update to 20170225.
...
* gnu/packages/mail.scm (neomutt): Update to 20170225.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-02-26 13:06:06 -05:00
Leo Famulari
ffa771d2b4
gnu: vim: Use upstream fix for CVE-2017-5953.
...
* gnu/packages/patches/vim-CVE-2017-5953.patch: Adjust to match upstream changes.
2017-02-26 12:04:16 -05:00
Leo Famulari
fe36608f99
gnu: fontconfig: Fix build failure caused by symbol conflict with glibc@2.25.
...
* gnu/packages/patches/fontconfig-charwidth-symbol-conflict.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/fontutils.scm (fontconfig)[source]: Use it.
2017-02-26 11:39:09 -05:00
Leo Famulari
f0a01af5c6
gnu: eudev: Fix build failure caused by conflicting function type declaration.
...
* gnu/packages/patches/eudev-conflicting-declaration.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (eudev)[source]: Use it.
2017-02-26 11:39:09 -05:00
Leo Famulari
378618640d
gnu: eudev: Update to 3.2.1.
...
* gnu/packages/linux.scm (eudev): Update to 3.2.1.
2017-02-26 11:39:09 -05:00
Leo Famulari
d043ceedbb
gnu: cups-minimal: Fix build failure in reset-gzip-timestamps phase.
...
* gnu/packages/cups.scm (cups-minimal)[arguments]: Add 'make-manpages-writable'
phase.
2017-02-26 11:39:08 -05:00
Efraim Flashner
9a9d6d782c
gnu: bdb@5.3: Support aarch64.
...
* gnu/packages/databases.scm (bdb@5.3)[arguments]: Copy arguments from
* bdb, add '--build' flag for aarch64.
2017-02-25 20:39:05 +02:00
John Darrington
2f1d20a8d4
gnu: xshogi: Remove Texinfo markup from synopsis.
...
* gnu/packages/games.scm (xshogi): Remove Texinfo markup from synopsis.
2017-02-25 13:24:55 +01:00
Marius Bakke
d470d2d520
gnu: libva: Update to 1.7.3.
...
* gnu/packages/video.scm (libva): Update to 1.7.3.
2017-02-25 13:17:02 +01:00
Marius Bakke
5932c3d019
Revert "gnu: libva: Update to 1.7.3."
...
It causes too many rebuilds for 'master'.
This reverts commit 9c96d33cfd
.
2017-02-25 13:15:06 +01:00
Marius Bakke
9c96d33cfd
gnu: libva: Update to 1.7.3.
...
* gnu/packages/video.scm (libva): Update to 1.7.3.
2017-02-25 13:10:28 +01:00
Marius Bakke
61feaf3b5f
gnu: libx264: Update to 20170224-2245.
...
* gnu/packages/video.scm (libx264): Update to 20170224-2245.
2017-02-25 13:10:28 +01:00
Marius Bakke
49ed5de31e
gnu: x265: Update to 2.3.
...
* gnu/packages/video.scm (x265): Update to 2.3.
2017-02-25 13:10:28 +01:00
Marius Bakke
a343c46134
gnu: dlib: Update to 19.3.
...
* gnu/packages/machine-learning.scm (dlib): Update to 19.3.
[arguments]: Enable one more test.
2017-02-25 13:10:28 +01:00
Marius Bakke
b9fb6b8a24
gnu: rocksdb: Update to 5.1.4.
...
* gnu/packages/databases.scm (rocksdb): Update to 5.1.4.
2017-02-25 13:10:27 +01:00
Marius Bakke
988a5cb11e
gnu: maim: Update to 4.4.50.
...
* gnu/packages/xdisorg.scm (maim): Update to 4.4.50.
2017-02-25 13:10:27 +01:00
Marius Bakke
472bf03857
gnu: slop: Update to 5.3.28.
...
* gnu/packages/xdisorg.scm (slop): Update to 5.3.28.
2017-02-25 13:10:27 +01:00