宋文武
0674b3c96d
gnu: Add tevent.
...
* gnu/packages/samba.scm (tevent): New variable.
2015-12-18 10:30:17 +08:00
宋文武
095da02342
gnu: talloc: Update to 2.1.5.
...
* gnu/packages/samba.scm (talloc): Update to 2.1.5.
[arguments]: Modify wscript to skip the 'magic_differs' test.
2015-12-18 10:30:17 +08:00
宋文武
960ae0cde4
gnu: talloc: Use 'modify-phases' syntax.
...
* gnu/packages/samba.scm (talloc)[arguments]: Use 'modify-phases' syntax.
2015-12-18 10:30:17 +08:00
宋文武
c2fb20761a
gnu: Add libpwquality.
...
* gnu/packages/password-utils.scm (libpwquality): New variable.
2015-12-18 10:30:16 +08:00
宋文武
72029c8bf1
gnu: Add cracklib.
...
* gnu/packages/password-utils.scm (cracklib): New variable.
2015-12-18 10:30:16 +08:00
David Thompson
f464016d60
gnu: Add obs.
...
* gnu/packages/video.scm (obs): New variable.
2015-12-17 15:01:08 -05:00
Mark H Weaver
3faf214a0b
gnu: icecat: Add fixes for several security flaws.
...
* gnu/packages/patches/icecat-CVE-2015-7201-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7201-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7201-pt3.patch,
gnu/packages/patches/icecat-CVE-2015-7205.patch,
gnu/packages/patches/icecat-CVE-2015-7210.patch,
gnu/packages/patches/icecat-CVE-2015-7212.patch,
gnu/packages/patches/icecat-CVE-2015-7213-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7213-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7214.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt3.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
2015-12-17 14:12:06 -05:00
Mark H Weaver
cbbe1a1c2c
gnu: subversion: Update to 1.8.15 [fixes CVE-2015-5343].
...
* gnu/packages/version-control.scm (subversion): Update to 1.8.15.
2015-12-17 14:12:06 -05:00
Ricardo Wurmus
b809cc9add
gnu: ruby-unf-ext: Build extension.
...
* gnu/packages/ruby.scm (ruby-unf-ext)[arguments]: Add phase "build-ext"
to build "unf_ext.so".
2015-12-17 14:26:21 +01:00
Eric Bavier
44157e9f3c
gnu: Add cpulimit.
...
* gnu/packages/admin.scm (cpulimit): New variable.
2015-12-16 20:57:51 -06:00
Ludovic Courtès
c5b65f7e2b
gnu: glibc: Remove timestamp from 'nscd' binary.
...
This makes libc bit-for-bit reproducible per '--rounds=2'.
* gnu/packages/base.scm (glibc)[arguments] <pre-configure>: Remove
__DATE__ and __TIME__ from nscd_stat.c.
2015-12-16 22:05:30 +01:00
Mark H Weaver
8ae95578a7
gnu: linux-libre: Update to 4.3.3.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.3.3.
2015-12-16 10:47:15 -05:00
Ludovic Courtès
6042f40bfa
gnu: pcre: Add "doc" output.
...
* gnu/packages/pcre.scm (pcre)[outputs]: New field.
2015-12-15 23:35:09 +01:00
Ludovic Courtès
0573bb5e61
gnu: util-linux: Do not build static libraries.
...
* gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static.
2015-12-15 23:28:29 +01:00
Ludovic Courtès
d7170f449c
gnu: gettext: Add "doc" output.
...
* gnu/packages/gettext.scm (gnu-gettext)[outputs]: New field.
2015-12-15 23:12:20 +01:00
Ludovic Courtès
27ec9624ca
gnu: ncurses: Add "doc" output.
...
* gnu/packages/ncurses.scm (ncurses)[outputs]: New field.
[arguments] <configure>: Replace standard 'configure' phase.
<remove-shebang-phase>: Remove "mandir=" line from 'ncursesw6-config'.
2015-12-15 23:02:51 +01:00
Ludovic Courtès
de6d9f4553
gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.
...
* gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field.
2015-12-15 22:27:31 +01:00
Ludovic Courtès
4d28b97c46
gnu: bash: Add "doc" output.
...
* gnu/packages/bash.scm (bash)[outputs]: Add "doc" output.
2015-12-15 22:22:59 +01:00
Federico Beffa
fceac88039
gnu: python-ipython: Patch 'ctypes' bug.
...
* gnu/packages/patches/python-ipython-inputhook-ctype.patch: New patch.
* gnu/packages/python.scm (python-ipython): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-12-15 18:05:42 +01:00
Ludovic Courtès
304e4f5135
gnu: grep: Add missing dependency on Perl.
...
* gnu/packages/base.scm (grep)[native-inputs]: New field.
* gnu/packages/commencement.scm (grep-final): Likewise.
2015-12-15 18:04:28 +01:00
Ludovic Courtès
a2a9bba43c
gnu: bash: Update to patch level 42.
...
* gnu/packages/bash.scm (%patch-series-4.3): Add patches 40 to 42.
2015-12-15 17:59:49 +01:00
Efraim Flashner
5bd88cf1e3
gnu: python-click: Update to 6.2.
...
* gnu/packages/python.scm (python-click): Update to 6.2.
[source]: Change to pypi syntax.
2015-12-15 18:31:13 +02:00
Efraim Flashner
664e6c3a95
gnu: python-keyring: Update to 5.7.1.
...
* gnu/packages/python.scm (python-keyring): Update to 5.7.1.
[source]: Change to pypi syntax.
[native-inputs]: Add python-setuptools-scm.
[arguments]: Remove argument to replace unpack with unzip.
2015-12-15 18:31:13 +02:00
宋文武
ba3cb5ab5c
gnu: gnome-session: Add input gsettings-desktop-schemas.
...
* gnu/packages/gnome.scm (gnome-session)[build-system]: Switch to
GLIB-OR-GTK-BUILD-SYSTEM.
[inputs]: Add gsettings-desktop-schemas.
2015-12-15 21:44:03 +08:00
宋文武
9a3a8b8edd
gnu: clutter-gtk: Propagate inputs.
...
* gnu/packages/gnome.scm (clutter-gtk): Move clutter and gtk+ to 'propagated-inputs'.
2015-12-15 21:42:02 +08:00
宋文武
ca473fc21d
gnu: tdb: Update to 1.3.8.
...
* gnu/packages/databases.scm (tdb): Update to 1.3.8.
[source]: Switch to https URI.
2015-12-15 21:16:42 +08:00
Alex Vong
2ad9515c50
gnu: youtube-dl: Install man pages and completion files.
...
* gnu/packages/video.scm (youtube-dl) [arguments]: Add
fix-the-data-directories phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-12-15 13:45:20 +01:00
Efraim Flashner
75f52fca95
gnu: enlightenment: Update to 0.20.1.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.1.
2015-12-15 11:45:44 +02:00
Leo Famulari
a036e59da7
gnu: tmux: Update to 2.1.
...
* gnu/packages/tmux.scm (tmux): Update to 2.1.
2015-12-14 23:23:00 -05:00
Ricardo Wurmus
0c4e762570
gnu: Add ruby-redcloth.
...
* gnu/packages/ruby.scm (ruby-redcloth): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
d56ff88b6c
gnu: Add ruby-sanitize.
...
* gnu/packages/ruby.scm (ruby-sanitize): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
ac09beba84
gnu: Add ruby-pygmentize.
...
* gnu/packages/ruby.scm (ruby-pygmentize): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
0c80451e81
gnu: Add ruby-cutest.
...
* gnu/packages/ruby.scm (ruby-cutest): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
ad686ef3fc
gnu: Add ruby-clap.
...
* gnu/packages/ruby.scm (ruby-clap): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
c2c4e5b2ee
gnu: Add ruby-nokogumbo.
...
* gnu/packages/ruby.scm (ruby-nokogumbo): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
e1c63590ef
gnu: Add Gumbo Parser.
...
* gnu/packages/web.scm (gumbo-parser): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
3996f0aadc
gnu: Add ruby-crass.
...
* gnu/packages/ruby.scm (ruby-crass): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
f60f500222
gnu: Add ruby-nokogiri-diff.
...
* gnu/packages/ruby.scm (ruby-nokogiri-diff): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
2632a06712
gnu: Add ruby-tdiff.
...
* gnu/packages/ruby.scm (ruby-tdiff): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
3a6989ce3a
gnu: Add ruby-unf-ext.
...
* gnu/packages/ruby.scm (ruby-unf-ext): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
5799bc2b1f
gnu: Add ruby-netrc.
...
* gnu/packages/ruby.scm (ruby-netrc): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
051deeb79d
gnu: Add ruby-guard.
...
* gnu/packages/ruby.scm (ruby-guard): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
cf1a01f48c
gnu: ruby-listen: Add rb-fsevent to inputs.
...
* gnu/packages/ruby.scm (ruby-listen)[propagated-inputs]: Add
"ruby-rb-fsevent".
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
16b324cdf4
gnu: Add ruby-rb-fsevent.
...
* gnu/packages/ruby.scm (ruby-rb-fsevent): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
b004fb6a8a
gnu: Add ruby-saikuro-treemap.
...
* gnu/packages/ruby.scm (ruby-saikuro-treemap): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
763624f566
gnu: Add ruby-json-pure.
...
* gnu/packages/ruby.scm (ruby-json-pure): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
53239b5f96
gnu: Add ruby-utils.
...
* gnu/packages/ruby.scm (ruby-utils): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
6e376ca46a
gnu: Add ruby-pstree.
...
* gnu/packages/ruby.scm (ruby-pstree): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
fd83a212bc
gnu: Add ruby-term-ansicolor.
...
* gnu/packages/ruby.scm (ruby-term-ansicolor): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
d8cafe29df
gnu: Add ruby-minitest-tu-shim.
...
* gnu/packages/ruby.scm (ruby-minitest-tu-shim): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
bc8277e458
gnu: Add ruby-gem-hadar.
...
* gnu/packages/ruby.scm (ruby-gem-hadar): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
1db6e09fa9
gnu: Add ruby-minitest-4.
...
* gnu/packages/ruby.scm (ruby-minitest-4): New variable.
2015-12-14 14:06:29 +01:00
Efraim Flashner
9c1c2a7f8d
gnu: bluez: Update to 5.36.
...
* gnu/packages/linux.scm (bluez): Update to 5.36.
[source]: Remove patch.
* gnu/packages/patches/bluez-tests.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
2015-12-14 11:06:20 +02:00
Efraim Flashner
ebacb0de4c
gnu: powertop: Update to 2.8.
...
* gnu/packages/linux.scm (powertop): Update to 2.8.
2015-12-14 11:06:20 +02:00
Chris Marusich
03f964a511
gnu: Add python-contextlib2.
...
* gnu/packages/python.scm (python-contextlib2, python2-contextlib2):
New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-12-14 09:43:24 +01:00
Efraim Flashner
b431e3a08d
gnu: gcc-5: Update to 5.3.0.
...
* gnu/packages/gcc.scm (gcc-5): Update to 5.3.0.
2015-12-14 07:32:01 +02:00
Florian Paul Schmidt
6645753b46
gnu: Add redshift.
...
* gnu/packages/xdisorg.scm (redshift): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-12-14 00:31:36 +01:00
宋文武
1509a1dc82
gnu: Add modem-manager.
...
* gnu/packages/freedesktop.scm (modem-manager): New variable.
2015-12-13 23:26:28 +08:00
宋文武
5302c5ffd1
gnu: Add libqmi.
...
* gnu/packages/freedesktop.scm (libqmi): New variable.
2015-12-13 23:26:28 +08:00
宋文武
f3ad149057
gnu: Add libmbim.
...
* gnu/packages/freedesktop.scm (libmbim): New variable.
2015-12-13 23:26:28 +08:00
宋文武
df12f04a0c
gnu: Add gdm.
...
* gnu/packages/gnome.scm (gdm): New variable.
2015-12-13 23:26:28 +08:00
Amirouche BOUBEKKI
dec1e2b352
gnu: Add g-wrap.
...
* gnu/packages/guile.scm (g-wrap): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-12-13 15:20:44 +01:00
Ludovic Courtès
5568151f5b
gnu: wireless-regdb: Build sequentially.
...
Fixes <http://bugs.gnu.org/22126 >.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/packages/linux.scm (wireless-regdb)[source]: Add 'snippet'.
[arguments]: Add #:parallel-build?.
2015-12-13 15:20:44 +01:00
Efraim Flashner
b1b9ca8e01
gnu: adwaita-icon-theme: Update to 3.18.0.
...
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.18.0.
2015-12-13 14:19:06 +02:00
Efraim Flashner
5d73ac0688
gnu: eog: Update to 3.18.1.
...
* gnu/packages/gnome.scm (eog): Update to 3.18.1.
2015-12-13 13:51:13 +02:00
Efraim Flashner
3acae17019
gnu: devhelp: Update to 3.18.1.
...
* gnu/packages/gnome.scm (devhelp): Update to 3.18.1.
2015-12-13 13:40:30 +02:00
Efraim Flashner
bcff53e03f
gnu: aisleriot: Update to 3.18.2.
...
* gnu/packages/gnome.scm (aisleriot): Update to 3.18.2.
2015-12-13 13:35:11 +02:00
Efraim Flashner
daee4191e1
gnu: gnome-mines: Update to 3.18.2.
...
* gnu/packages/gnome.scm (gnome-mines): Update to 3.18.2.
2015-12-13 13:18:57 +02:00
Efraim Flashner
34b979b903
gnu: seahorse: Add support for keyservers, gnupg2 and ldap.
...
* gnu/packages/gnome.scm (seahorse): Do it.
[inputs]: Remove gnupg-1, add gnupg, openldap, libsoup.
2015-12-13 13:02:14 +02:00
Efraim Flashner
017d779c22
gnu: seahorse: Update to 3.18.0.
...
* gnu/packages/gnome.scm (seahorse): Update to 3.18.0.
2015-12-13 13:00:08 +02:00
Efraim Flashner
2e221beed5
gnu: gnome-terminal: Update to 3.18.2.
...
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.18.2.
2015-12-13 12:40:04 +02:00
Ludovic Courtès
775e6fe456
gnu: commencement: Initial Texinfo uses initial Perl.
...
* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use
PERL-BOOT0.
2015-12-13 11:35:53 +01:00
Efraim Flashner
1a0b2d8241
gnu: gnome-keyring: Update to 3.18.3.
...
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.18.3.
[inputs]: Add linux-pam.
2015-12-13 12:34:29 +02:00
Ludovic Courtès
4187fe750f
gnu: perl: Build deterministically, and make byproducts deterministic.
...
With this, a --rounds=2 build passes, and timestamps in POD files can be
controlled with 'SOURCE_DATE_EPOCH'.
* gnu/packages/patches/perl-deterministic-ordering.patch,
gnu/packages/patches/perl-no-build-time.patch,
gnu/packages/patches/perl-source-date-epoch.patch: New files.
* gnu/packages/perl.scm (perl)[source]: Use them.
* gnu-system.am (dist_patch_DATA): Add them.
2015-12-13 11:28:54 +01:00
Ludovic Courtès
4de3507483
gnu: perl: Update to 5.22.0.
...
* gnu/packages/perl.scm (perl)[source]: Update to 5.22.0. Remove
"perl-module-pluggable-search.patch" since Module::Pluggable appears to
be gone.
[arguments] <configure-phase>: Adjust Cwd.pm file name. Replace
-std=c89 with -std=gnu89.
* gnu/packages/commencement.scm (perl-boot0): Add 'disable-pthreads'
phase.
* gnu/packages/patches/perl-no-sys-dirs.patch: Update.
* gnu/packages/patches/perl-module-pluggable-search.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2015-12-13 11:28:54 +01:00
Efraim Flashner
e0b6e26403
gnu: gnome-klotski: Update to 3.18.2.
...
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.18.2.
2015-12-13 12:24:47 +02:00
Efraim Flashner
af83490d7e
gnu: gnome-common: Update to 3.18.0.
...
* gnu/packages/gnome.scm (gnome-common): Update to 3.18.0.
2015-12-13 12:21:15 +02:00
Efraim Flashner
506959552f
gnu: yelp-tools: Update to 3.18.0.
...
* gnu/packages/gnome.scm (yelp-tools): Update to 3.18.0.
2015-12-13 12:16:38 +02:00
Efraim Flashner
ccdb0181c1
gnu: yelp-xsl: Update to 3.18.1.
...
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.18.1.
2015-12-13 12:12:46 +02:00
Efraim Flashner
9bffc630cf
gnu: file-roller: Update to 3.16.4.
...
* gnu/packages/gnome.scm (file-roller): Update to 3.16.4.
2015-12-13 12:03:03 +02:00
Efraim Flashner
d45d35288e
gnu: gnome-settings-daemon: Update to 3.18.2.
...
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.18.2.
2015-12-13 10:58:35 +02:00
Efraim Flashner
6d320ca693
gnu: geocode-glib: Update to 3.18.0.
...
* gnu/packages/gnome.scm (geocode-glib): Update to 3.18.0.
2015-12-13 10:38:34 +02:00
Efraim Flashner
f05c809f8f
gnu: dconf: Update to 0.24.0.
...
* gnu/packages/gnome.scm (dconf): Update to 0.24.0.
2015-12-13 10:24:16 +02:00
Efraim Flashner
c0925c7a29
gnu: totem: Update to 3.18.1.
...
* gnu/packages/gnome.scm (totem): Update to 3.18.1.
2015-12-13 10:10:10 +02:00
Efraim Flashner
47b7d7bf98
gnu: grilo-plugins: Update to 0.2.16.
...
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.2.16.
2015-12-13 08:06:42 +02:00
Efraim Flashner
c725dc4da1
gnu: grilo: Update to 0.2.14.
...
* gnu/packages/gnome.scm (grilo): Update to 0.2.14.
2015-12-13 07:38:31 +02:00
Efraim Flashner
c79595178c
gnu: clutter-gst: Update to 3.0.14.
...
* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.14.
2015-12-13 07:21:03 +02:00
Efraim Flashner
b6b53a874d
gnu: libchamplain: Update to 0.12.12.
...
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.12.
2015-12-13 06:58:50 +02:00
Efraim Flashner
f0b0a5de87
gnu: clutter-gtk: Update to 1.6.6.
...
* gnu/packages/gnome.scm (clutter-gtk): Update to 1.6.6.
2015-12-12 23:22:03 +02:00
Efraim Flashner
5021f9d340
gnu: owncloud-client: Update to 2.1.0.
...
* gnu/packages/owncloud.scm (owncloud-client): Update to 2.1.0.
2015-12-12 22:52:48 +02:00
Andreas Enge
4165fda29d
gnu: gmp: Disable parallel tests.
...
* gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel tests.
2015-12-12 14:40:37 +01:00
Ludovic Courtès
e82e55e58c
Merge branch 'master' into core-updates
2015-12-12 11:48:46 +01:00
Andreas Enge
e35dff9733
gnu: numactl: Update to 2.0.11.
...
* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.11.
[native-inputs]: Drop autotools.
[arguments]: Drop phase calling autogen.sh.
2015-12-12 10:20:30 +01:00
Mark H Weaver
798697f673
gnu: wget: Update to 1.17.1.
...
* gnu/packages/wget.scm (wget): Update to 1.17.1.
2015-12-11 18:31:50 -05:00
Ludovic Courtès
98bd851ee8
gnu: gcc: Use the system zlib.
...
* gnu/packages/gcc.scm (gcc-4.7) <configure-flags>: Pass
'--with-system-zlib'.
* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Remove
'--with-system-zlib' from the configure flags.
* gnu/packages/commencement.scm (zlib-final): New variable.
(gcc-final)[arguments]: Add ZLIB-FINAL to #:allowed-references.
Pass -L and -Wl,-rpath for zlib in LDFLAGS, as a configure flag.
[inputs]: Add LD-WRAPPER-BOOT3 and ZLIB-FINAL.
2015-12-11 23:49:10 +01:00
Ludovic Courtès
52cfd8cb54
gnu: gcc-final: Remove unnecessary CPPFLAGS.
...
* gnu/packages/commencement.scm (gcc-final)[arguments]: Remove
unnecessary CPPFLAGS from #:make-flags.
2015-12-11 23:42:39 +01:00
Ricardo Wurmus
f7f55db8f6
gnu: Move sparsehash to datastructures module.
...
* gnu/packages/crypto.scm (sparsehash): Move variable to...
* gnu/packages/datastructures.scm: ...new file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-12-11 15:59:20 +01:00
Ricardo Wurmus
ca3476cd6c
gnu: Add r-lattice.
...
* gnu/packages/statistics.scm (r-lattice): New variable.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
2a40f76389
gnu: Add r-gridbase.
...
* gnu/packages/statistics.scm (r-gridbase): New variable.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
60a9d3d0ac
gnu: Add r-plotrix.
...
* gnu/packages/statistics.scm (r-plotrix): New variable.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
03af370f6e
gnu: Add r-readr.
...
* gnu/packages/statistics.scm (r-readr): New variable.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
62141c07f7
gnu: Rename r-data.table to r-data-table.
...
* gnu/packages/statistics.scm (r-data.table): Rename variable ...
(r-data-table): ... to this.
[description]: Clarify relation to data.frame.
[license]: Use correct license.
2015-12-11 15:44:07 +01:00
Ben Woodcroft
5f7e17bef7
gnu: Add snap-aligner.
...
* gnu/packages/bioinformatics.scm (snap-aligner): New variable.
2015-12-11 14:34:51 +01:00
Efraim Flashner
9a41f4439d
gnu: python-certifi: Update to 2015.11.20.1.
...
* gnu/packages/python.scm (python-certifi): Update to 2015.11.20.1.
[source]: Change to pypi syntax.
2015-12-11 15:12:39 +02:00
Efraim Flashner
2e4c54573f
gnu: gnumeric: Add python scripting support.
...
* gnu/packages/gnome.scm (gnumeric): Do it.
[inputs]: Add python2, python2-pygobject-2.
2015-12-11 14:18:10 +02:00
Efraim Flashner
7bcbd40dc8
gnu: gnumeric: Update to 1.12.24.
...
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.24.
[inputs]: Add librsvg, libxslt.
[arguments]: Use "modify-phases" syntax.
2015-12-11 14:18:10 +02:00
Efraim Flashner
8cabd349b4
gnu: goffice: Update to 0.10.24.
...
* gnu/packages/gnome.scm (goffice): Update to 0.10.24.
2015-12-11 14:18:10 +02:00
Efraim Flashner
24a78aa600
gnu: gvfs: Update to 1.26.2.
...
* gnu/packages/gnome.scm (gvfs): Update to 1.26.2.
[inputs]: Add gcr.
2015-12-11 14:18:10 +02:00
Mark H Weaver
7534370435
gnu: linux-libre: Update to 4.3.2.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.3.2.
[native-inputs]: Add openssl.
* gnu/packages/linux-libre-x86_64.conf,
gnu/packages/linux-libre-i686.conf: Update for 4.3.x,
based on <https://jxself.org/git/kernel-configs.git >.
2015-12-11 00:30:38 -05:00
Efraim Flashner
5d69165797
gnu: python-requests: Update to 2.8.1.
...
* gnu/packages/python.scm (python-requests): Update to 2.8.1.
[native-inputs]: Move python-setuptools here.
[inputs]: Remove python-certifi.
[propagated-inputs]: Add python-py, python-pytest, python-pytest-cov,
python-wheel.
[arguments]: Enable tests.
2015-12-10 20:24:11 +02:00
Efraim Flashner
addc808ddc
gnu: Add python-wheel.
...
* gnu/packages/python.scm (python-wheel, python2-wheel): New variables.
2015-12-10 20:24:11 +02:00
Efraim Flashner
358c3d612b
gnu: Add python-pytest-cov.
...
* gnu/packages/python.scm (python-pytest-cov, python2-pytest-cov): New
variables.
2015-12-10 20:24:11 +02:00
Roel Janssen
e522d84035
gnu: Add libconfig.
...
* gnu/packages/textutils.scm (libconfig): New variable.
2015-12-10 16:27:50 +01:00
Efraim Flashner
b01bbbcf3d
gnu: python-pytz: Update to 2015.7.
...
* gnu/packages/python.scm (python-pytz): Update to 2015.7.
[source]: Change uri to pypi's location.
[home-page]: Change to new website.
[license]: Change to expat.
2015-12-10 16:09:16 +02:00
Ricardo Wurmus
16414017f3
gnu: ghc-cryptonite: Update description.
...
* gnu/packages/haskell.scm (ghc-cryptonite)[description]: Shorten overly
technical package description.
2015-12-10 14:40:18 +01:00
Ben Woodcroft
e815c094f7
gnu: python-biopython, python2-biopython: Update to 1.66.
...
* gnu/packages/bioinformatics.scm (python-biopython, python2-biopython): Update to 1.66.
[source]: Use PyPi instead of biopython.org.
2015-12-10 14:35:56 +01:00
Ricardo Wurmus
85538709f1
gnu: Add ghc-pandoc.
...
* gnu/packages/haskell.scm (ghc-pandoc): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
ac2607a0ce
gnu: Add ghc-http-client-tls.
...
* gnu/packages/haskell.scm (ghc-http-client-tls): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
86dd2ce0b2
gnu: Add ghc-connection.
...
* gnu/packages/haskell.scm (ghc-connection): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
dcc5cf1d41
gnu: Add ghc-socks.
...
* gnu/packages/haskell.scm (ghc-socks): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
4f7f06e1a2
gnu: Add ghc-tls.
...
* gnu/packages/haskell.scm (ghc-tls): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
f664cbb3bf
gnu: Add ghc-x509-system.
...
* gnu/packages/haskell.scm (ghc-x509-system): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
1c649948c9
gnu: Add ghc-x509-validation.
...
* gnu/packages/haskell.scm (ghc-x509-validation): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
282f11420b
gnu: Add ghc-x509-store.
...
* gnu/packages/haskell.scm (ghc-x509-store): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
e24e053eda
gnu: Add ghc-x509.
...
* gnu/packages/haskell.scm (ghc-x509): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
4dc2deb920
gnu: Add ghc-memory.
...
* gnu/packages/haskell.scm (ghc-memory): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
2763952b9c
gnu: Add ghc-cryptonite.
...
* gnu/packages/haskell.scm (ghc-cryptonite): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
76e2fa7529
gnu: Add ghc-tasty-kat.
...
* gnu/packages/haskell.scm (ghc-tasty-kat): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
9d3c5d3859
gnu: Add ghc-asn1-parse.
...
* gnu/packages/haskell.scm (ghc-asn1-parse): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
8078327341
gnu: Add ghc-asn1-encoding.
...
* gnu/packages/haskell.scm (ghc-asn1-encoding): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
d4ce416a5c
gnu: Add ghc-asn1-types.
...
* gnu/packages/haskell.scm (ghc-asn1-types): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
ed8924c0d7
gnu: Add ghc-pem.
...
* gnu/packages/haskell.scm (ghc-pem): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
45813e67e0
gnu: Add ghc-hourglass.
...
* gnu/packages/haskell.scm (ghc-hourglass): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
51c05fcf20
gnu: Add ghc-byteable.
...
* gnu/packages/haskell.scm (ghc-byteable): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
c3cb9fa67c
gnu: Add ghc-http-client.
...
* gnu/packages/haskell.scm (ghc-http-client): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
b12d4f23e0
gnu: Add ghc-mime-types.
...
* gnu/packages/haskell.scm (ghc-mime-types): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
ac5d633a96
gnu: Add ghc-hslua.
...
* gnu/packages/haskell.scm (ghc-hslua): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
27f3949086
gnu: Add ghc-sha.
...
* gnu/packages/haskell.scm (ghc-sha): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
12676ce8be
gnu: Add ghc-juicypixels.
...
* gnu/packages/haskell.scm (ghc-juicypixels): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
348519e1bf
gnu: Add ghc-mmap.
...
* gnu/packages/haskell.scm (ghc-mmap): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
fcacbec34e
gnu: Add ghc-filemanip.
...
* gnu/packages/haskell.scm (ghc-filemanip): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
132133c1ae
gnu: Add ghc-yaml.
...
* gnu/packages/haskell.scm (ghc-yaml): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
9efdbb72af
gnu: Add ghc-mockery.
...
* gnu/packages/haskell.scm (ghc-mockery): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
1c17529fd5
gnu: Add ghc-logging-facade.
...
* gnu/packages/haskell.scm (ghc-logging-facade): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
b55630a3a8
gnu: Add ghc-conduit.
...
* gnu/packages/haskell.scm (ghc-conduit): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
1300634bf1
gnu: Add ghc-hspec-contrib.
...
* gnu/packages/haskell.scm (ghc-hspec-contrib): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
cb31771f84
gnu: Add ghc-aeson-qq.
...
* gnu/packages/haskell.scm (ghc-aeson-qq): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
3611fc7bff
gnu: Add ghc-haskell-src-meta.
...
* gnu/packages/haskell.scm (ghc-haskell-src-meta): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
2e67725150
gnu: Add ghc-th-orphans.
...
* gnu/packages/haskell.scm (ghc-th-orphans): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
536b84a832
gnu: Add ghc-th-reify-many.
...
* gnu/packages/haskell.scm (ghc-th-reify-many): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
25101be9dc
gnu: Add ghc-th-expand-syns.
...
* gnu/packages/haskell.scm (ghc-th-expand-syns): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
1777e1f2cb
gnu: Add ghc-th-lift.
...
* gnu/packages/haskell.scm (ghc-th-lift): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
74d9f72e02
gnu: Add ghc-packedstring.
...
* gnu/packages/haskell.scm (ghc-packedstring): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
5de6eedc60
gnu: Add ghc-enclosed-exceptions.
...
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
25b20a9c7a
gnu: Add ghc-executable-path.
...
* gnu/packages/haskell.scm (ghc-executable-path): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
31be270b93
gnu: Add ghc-cmark.
...
* gnu/packages/haskell.scm (ghc-cmark): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
66c480b6c8
gnu: Add ghc-highlighting-kate.
...
* gnu/packages/haskell.scm (ghc-highlighting-kate): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
05245dc9ff
gnu: Add ghc-diff.
...
* gnu/packages/haskell.scm (ghc-diff): Add variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
a54d11b58f
gnu: Add ghc-regex-pcre-builtin.
...
* gnu/packages/haskell.scm (ghc-regex-pcre-builtin): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
ef2861b1d9
gnu: Add ghc-texmath.
...
* gnu/packages/haskell.scm (ghc-texmath): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
8164d58ec7
gnu: Add ghc-pandoc-types.
...
* gnu/packages/haskell.scm (ghc-pandoc-types): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
4cbd9f5993
gnu: Add ghc-deepseq-generics.
...
* gnu/packages/haskell.scm (ghc-deepseq-generics): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
6ff4a50d75
gnu: ghc-aeson: Propagate input.
...
* gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move
"ghc-unordered-containers" from here ...
[propagated-inputs]: ... to here.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
172bb3b86d
gnu: ghc-haskell-src-exts: Propagate some inputs.
...
* gnu/packages/haskell.scm (ghc-haskell-src-exts)[inputs]: Remove field.
[propagated-inputs]: Move "cpphs", "ghc-mtl", "ghc-happy", and "ghc-syb"
from inputs field here.
[native-inputs]: Move "ghc-smallcheck", "ghc-tasty",
"ghc-tasty-smallcheck", and "ghc-tasty-golden" from inputs field here.
2015-12-10 14:34:50 +01:00
Ludovic Courtès
557b5557d8
gnu: commencement: Restrict allowed references for libstdc++.
...
* gnu/packages/commencement.scm (libstdc++)[arguments]: Add
#:allowed-references.
2015-12-10 11:54:57 +01:00
Alex Kost
2e74b9f4cf
gnu: emacs-w3m: Update to 1.4.538+0.20141022.
...
* gnu/packages/emacs.scm (emacs-w3m): Update to 1.4.538+0.20141022.
[arguments]: Use '--without-compress-install' configure flag.
2015-12-10 13:24:49 +03:00
Alex Kost
932ece6553
gnu: emacs-w3m: Use 'modify-syntax'.
...
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use 'modify-syntax'.
2015-12-10 13:23:50 +03:00
Ludovic Courtès
135065853f
gnu: texinfo: Remove unneeded dependency on xz.
...
The impetus for this is that XZ 5.2.2 requires pthreads. However, when
using the bootstrap GCC, using '-pthread' doesn't work because it tries
to refer to /nix/store/eeeeee-glibc-2.18. XZ eventually fails to build
with undefined references to pthread symbols.
* gnu/packages/texinfo.scm (texinfo)[inputs]: Remove XZ, which was
unneeded.
2015-12-10 11:02:09 +01:00
Ludovic Courtès
6a4db3f361
gnu: libarchive: Fix test failure on SELinux systems.
...
Reported by Jan Synáček <jan.synacek@gmail.com>
at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00522.html >.
* gnu/packages/patches/libarchive-bsdtar-test.patch: New file.
* gnu/packages/backup.scm (libarchive)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-12-09 23:10:10 +01:00
Efraim Flashner
6b6a0b143d
gnu: youtube-dl: Update to 2015.12.09.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.12.09.
[native-inputs]: Move python-setuptools here.
2015-12-09 23:05:54 +02:00
Efraim Flashner
fa09215342
gnu: vte: Update to 0.42.1.
...
* gnu/packages/gnome.scm (vte): Update to 0.42.1.
2015-12-09 22:57:57 +02:00
Efraim Flashner
896dcbc77c
gnu: libsecret: Update to 0.18.3.
...
* gnu/packages/gnome.scm (libsecret): Update to 0.18.3.
2015-12-09 22:48:39 +02:00
Efraim Flashner
5e8aec2cf3
gnu: libgnome-keyring: Update to 3.12.0.
...
* gnu/packages/gnome.scm (libgnome-keyring): Update to 3.12.0.
2015-12-09 22:48:39 +02:00
Efraim Flashner
cc9553562c
gnu: gmime: Update to 2.6.20.
...
* gnu/packages/mail.scm (gmime): Update to 2.6.20.
[arguments]: Use modify-phases syntax.
2015-12-09 15:21:34 +02:00
Ludovic Courtès
8d5e7ad29a
gnu: guile-sly: Use HTTPS URL.
...
* gnu/packages/guile.scm (guile-sly)[source]: Use 'https'. Failing to
do that, we get redirected to 'https', which fails because GnuTLS is
missing.
2015-12-08 23:58:12 +01:00
Andreas Enge
7fbee931a5
gnu: python-pillow: Update to 3.0.0.
...
* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.0.0.
2015-12-08 23:16:37 +01:00
Andreas Enge
b00150641a
gnu: numactl: Update to 2.0.10.
...
* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.10.
[arguments]: Adapt phases to use the autotools machinery.
[native-inputs]: Add autotools packages.
2015-12-08 23:09:59 +01:00
Efraim Flashner
f714d9fe04
gnu: glade3: Update to 3.8.5.
...
* gnu/packages/gnome.scm (glade3): Update to 3.8.5.
2015-12-08 15:05:25 +02:00
Efraim Flashner
20a1a4c322
gnu: autogen: Update to 5.18.7.
...
* gnu/packages/autogen.scm (autogen): Update to 5.18.7.
2015-12-08 14:30:29 +02:00
David Thompson
1eca745b44
gnu: node: Do not use bundled dependencies.
...
The Node build system was previously building its own copies of
OpenSSL (yikes!), libuv, and zlib.
* gnu/packages/node.scm (node)[inputs]: Add openssl, libuv, and zlib.
[arguments]: Add configure flags for using system libraries. Use
'modify-phases' syntax.
2015-12-07 17:05:34 -05:00
Leo Famulari
437d728632
gnu: util-linux: Make description more descriptive.
...
* gnu/packages/linux.scm (util-linux)[description]: Give some more
information about the package.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2015-12-07 21:11:21 +01:00
Mark H Weaver
dae36ca558
gnu: pcre: Update to 8.38.
...
* gnu/packages/pcre.scm (pcre): Update to 8.38. Add source URI for
main FTP site.
2015-12-07 09:54:01 -05:00
Mark H Weaver
821060f3f6
gnu: libxml2: Update to 2.9.3.
...
* gnu/packages/patches/libxml2-CVE-2015-1819.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-8035.patch,
gnu/packages/patches/libxml2-bug-737840.patch,
gnu/packages/patches/libxml2-bug-738805.patch,
gnu/packages/patches/libxml2-bug-746048.patch,
gnu/packages/patches/libxml2-bug-747437.patch,
gnu/packages/patches/libxml2-bug-751603.patch,
gnu/packages/patches/libxml2-bug-751631.patch,
gnu/packages/patches/libxml2-bug-754946.patch,
gnu/packages/patches/libxml2-bug-754947.patch,
gnu/packages/patches/libxml2-bug-755857.patch,
gnu/packages/patches/libxml2-fix-catalog-corruption.patch,
gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch,
gnu/packages/patches/libxml2-node-sort-order-pt1.patch,
gnu/packages/patches/libxml2-node-sort-order-pt2.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/xml.scm (libxml2): Update to 2.9.3. Remove patches.
2015-12-07 09:54:01 -05:00
Mark H Weaver
86c8f1daf8
gnu: openssl: Update to 1.0.2e [fixes CVE-2015-{3193,3194,3195}].
...
* gnu/packages/tls.scm (openssl): Update to 1.0.2e.
[arguments]: Rename 'fix-man-dir' phase to 'patch-Makefile.org',
and patch SHELL in Makefile.org. Add 'fix-broken-symlinks' phase.
Return #t from 'patch-tests' phase.
2015-12-07 09:54:01 -05:00
Efraim Flashner
e5be0e01f2
gnu: keepassx: Update to 2.0.
...
* gnu/packages/password-utils.scm (keepassx): Update to 2.0.
[source]: Change to official release location.
2015-12-07 13:07:18 +02:00
Efraim Flashner
044176621e
gnu: python2-zope-security: Use python2-zope-testrunner.
...
* gnu/packages/python.scm (python2-zope-security): Do it.
2015-12-07 12:31:56 +02:00
Efraim Flashner
b847618f65
gnu: help2man: Update to 1.47.3.
...
* gnu/packages/man.scm (help2man): Update to 1.47.3.
2015-12-07 10:59:54 +02:00
Efraim Flashner
5f47e71343
gnu: libmicrohttpd: Update to 0.9.47.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.47.
2015-12-07 10:40:05 +02:00
Alex Vong
f8f8897f7e
gnu: mp3info: Update URL.
...
* gnu/packages/mp3.scm (mp3info): Update source URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-12-06 23:12:12 +01:00
Kyle Meyer
e92b8599f7
gnu: Add myrepos.
...
* gnu/packages/version-control.scm (myrepos): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-12-06 22:44:17 +01:00
Kyle Meyer
1872f1bb79
gnu: Add python-docopt.
...
* gnu/packages/python.scm (python-docopt, python2-docopt): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-12-06 22:38:32 +01:00
Efraim Flashner
07ab3b8ecc
gnu: gajim: Update to 0.16.4.
...
* gnu/packages/messaging.scm (gajim): Update to 0.16.4.
2015-12-06 22:18:01 +02:00
Efraim Flashner
d1d75c6a67
gnu: pinentry: Update to 0.9.6.
...
* gnu/packages/gnupg.scm (pinentry): Update to 0.9.6.
[inputs]: Add libsecret.
2015-12-06 22:18:01 +02:00
Efraim Flashner
231dd02337
gnu: gpgme: Update to 1.6.0.
...
* gnu/packages/gnupg.scm (gpgme): Update to 1.6.0.
2015-12-06 22:18:01 +02:00
Efraim Flashner
b65249cc2b
gnu: gnupg: Update to 2.1.10.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.10.
[inputs]: Add adns.
2015-12-06 22:18:01 +02:00
Efraim Flashner
7b40296fc0
gnu: gnupg-2.0: Update to 2.0.29.
...
* gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.29.
[inputs]: Add adns.
2015-12-06 22:18:01 +02:00
Efraim Flashner
b682a77669
gnu: libassuan: Update to 2.4.2.
...
* gnu/packages/gnupg.scm (libassuan): Update to 2.4.2.
2015-12-06 22:18:01 +02:00
Mathieu Lirzin
d7e92b8752
gnu: Move pkg-config to native inputs.
...
* gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Move
pkg-config from inputs.
* gnu/packages/pulseaudio.scm (libsndfile, libsamplerate)
(pulseaudio)[native-inputs]: Likewise.
2015-12-06 17:25:13 +01:00
Mathieu Lirzin
d4fe27fe2c
gnu: Move pkg-config to native inputs.
...
* gnu/packages/xiph.scm (ao)[native-inputs]: Move pkg-config from
inputs.
* gnu/packages/xorg.scm (xf86-video-geode)[native-inputs]: Likewise.
2015-12-06 17:23:26 +01:00
Efraim Flashner
2f52ad7413
gnu: nano: Update to 2.5.0.
...
* gnu/packages/nano.scm (nano): Update to 2.5.0.
2015-12-06 16:49:41 +02:00
Efraim Flashner
ff21fa8b63
gnu: gdb: Update to 7.10.1.
...
* gnu/packages/gdb.scm (gdb): Update to 7.10.1.
2015-12-06 15:57:33 +02:00
Alex Kost
7edf242967
gnu: manaplus: Update to 1.5.12.5.
...
* gnu/packages/games.scm (manaplus): Update to 1.5.12.5.
2015-12-06 12:46:10 +03:00
Ludovic Courtès
e2e3600fe8
gnu: pius: Update to 2.2.1.
...
* gnu/packages/gnupg.scm (pius): Update to 2.2.1. Change URL to
github.com.
[arguments]: Update pattern for 'gpg' command.
2015-12-05 23:38:02 +01:00
David Thompson
9fd0838b28
gnu: Add letsencrypt.
...
* gnu/packages/tls.scm (letsencrypt): New variable.
2015-12-05 09:44:38 -05:00
Leo Famulari
7890e3baf3
gnu: Add acme.
...
* gnu/packages/tls.scm (acme): New variable.
2015-12-05 09:44:38 -05:00
Leo Famulari
38b8f9b21b
gnu: Add python2-parsedatetime.
...
* gnu/packages/python.scm (python2-parsedatetime): New variable.
2015-12-05 09:44:38 -05:00
Leo Famulari
4df1e30da8
gnu: python-parsedatetime: Update to 1.5.
...
* gnu/packages/python.scm (python-parsedatetime): Update to 1.5.
[arguments]: Enable tests.
2015-12-05 09:44:38 -05:00
Leo Famulari
ab41f9799f
gnu: Add python-ndg-httpsclient.
...
* gnu/packages/python.scm (python-ndg-httpsclient,
python2-ndg-httpsclient): New variables.
2015-12-05 09:44:38 -05:00
Leo Famulari
79e8a2916d
gnu: Add python-configargparse.
...
* gnu/packages/python.scm (python-configargparse,
python2-configargparse): New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
b5f218be26
gnu: Add python2-pythondialog.
...
* gnu/packages/python.scm (python2-pythondialog): New variable.
2015-12-05 09:44:37 -05:00
Leo Famulari
44298269ba
gnu: Add dialog.
...
* gnu/packages/python.scm (dialog): New variable.
2015-12-05 09:44:37 -05:00
Leo Famulari
99fffa8ae0
gnu: Add python-configobj.
...
* gnu/packages/python.scm (python-configobj, python2-configobj): New
variables.
* gnu/packages/patches/python-configobj-setuptools.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2015-12-05 09:44:37 -05:00
Leo Famulari
5eea200518
gnu: Add python-werkzeug.
...
* gnu/packages/python.scm (python-werkzeug, python2-werkzeug): New
variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
3859ac12d6
gnu: Add python-pyrfc3339.
...
* gnu/packages/python.scm (python-pyrfc3339, python2-pyrfc3339): New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
a6b61b271b
gnu: Add python-zope-component.
...
* gnu/packages/python.scm (python-zope-component,
python2-zope-component): New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
d4b77f3662
gnu: Add python-zope-security.
...
* gnu/packages/python.scm (python-zope-security,
python2-zope-security): New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
f404b5ea6e
gnu: Add python-zope-location.
...
* gnu/packages/python.scm (python-zope-location, python2-zope-location):
New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
2ad520866f
gnu: Add python-zope-proxy.
...
* gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy): New
variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
fbac9b178e
gnu: Add python-zope-configuration.
...
* gnu/packages/python.scm (python-zope-configuration,
python2-zope-configuration): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
71fb09f326
gnu: Add python-zope-schema.
...
* gnu/packages/python.scm (python-zope-schema, python2-zope-schema): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
6a5c710c40
gnu: Add python-zope-i18nmessageid.
...
* gnu/packages/python.scm (python-zope-i18nmessageid,
python2-zope-i18nmessageid): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
01614c4fea
gnu: Add python-zope-testrunner.
...
* gnu/packages/python.scm (python-zope-testrunner,
python2-zope-testrunner): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
900e3c0e0e
gnu: Add python-zope-testing.
...
* gnu/packages/python.scm (python-zope-testing, python2-zope-testing):
New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
81f2373cd4
gnu: Add python-zope-exceptions.
...
* gnu/packages/python.scm (python-zope-exceptions,
python2-zope-exceptions): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
97abe268ab
gnu: Add python-zope-interface.
...
* gnu/packages/python.scm (python-zope-interface,
python2-zope-interface): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
2fc5f18680
gnu: Add python-zope-event.
...
* gnu/packages/python.scm (python-zope-event, python2-zope-event): New
variables.
2015-12-05 09:44:36 -05:00
Mark H Weaver
b9fa245fcd
gnu: icecat: Update to 38.4.0-gnu1.
...
* gnu/packages/patches/icecat-CVE-2015-4513-pt01.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt02.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt03.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt04.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt05.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt06.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt07.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt08.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt09.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt10.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt11.patch,
gnu/packages/patches/icecat-CVE-2015-7188.patch,
gnu/packages/patches/icecat-CVE-2015-7189.patch,
gnu/packages/patches/icecat-CVE-2015-7193.patch,
gnu/packages/patches/icecat-CVE-2015-7194.patch,
gnu/packages/patches/icecat-CVE-2015-7196.patch,
gnu/packages/patches/icecat-CVE-2015-7197.patch,
gnu/packages/patches/icecat-CVE-2015-7198.patch,
gnu/packages/patches/icecat-CVE-2015-7199.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 38.4.0-gnu1. Remove the
obsolete patches.
2015-12-04 15:52:16 -05:00
Ludovic Courtès
df7393b93c
gnu: Add findnewest.
...
* gnu/packages/version-control.scm (findnewest): New variable.
2015-12-03 19:09:53 +02:00
Federico Beffa
dab8ebd925
gnu: python2-seaborn: Use custom 'python2-' packages.
...
* gnu/packages/python.scm (python2-seaborn): Use customized 'python2-'
versions of 'matplotlib', 'pandas' and 'scipy'.
2015-12-03 12:49:32 +01:00
Efraim Flashner
d1e08856e0
gnu: openssh: Update to 7.1p1.
...
* gnu/packages/ssh.scm (openssh): Update to 7.1p1.
2015-12-03 13:14:11 +02:00
Alex Kost
c181b870f1
gnu: paredit: Update to 24.
...
* gnu/packages/emacs.scm (paredit): Update to 24.
2015-12-03 13:39:26 +03:00
Alex Kost
509a0c2700
gnu: magit: Update to 2.3.1.
...
* gnu/packages/emacs.scm (magit): Update to 2.3.1.
2015-12-03 13:39:26 +03:00
Alex Kost
fae2a30f13
gnu: emacs-dash: Update to 2.12.1.
...
* gnu/packages/emacs.scm (emacs-dash): Update to 2.12.1.
2015-12-03 13:39:26 +03:00
Alex Kost
eccd0b57a1
gnu: emacs-pdf-tools: Update to 0.70.
...
* gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.70.
2015-12-03 13:39:26 +03:00
Efraim Flashner
dfbddf81be
gnu: libass: Update to 0.13.1.
...
* gnu/packages/video.scm (libass): Update to 0.13.1.
2015-12-03 11:37:28 +02:00
Efraim Flashner
877a6466a6
gnu: xmlto: Update to 0.0.28.
...
* gnu/packages/xml.scm (xmlto): Update to 0.0.28.
2015-12-03 11:37:28 +02:00
Efraim Flashner
f673552c13
gnu: vapoursynth: Update to 28.
...
* gnu/packages/video.scm (vapoursynth): Update to 28.
2015-12-03 11:37:28 +02:00
Federico Beffa
d9bc0bf8fa
gnu: python2-scikit-image: Use custom 'python2-' packages.
...
* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-'
versions of 'matplotlib', 'numpy' and 'scipy'.
2015-12-03 09:22:30 +01:00
Federico Beffa
3cbe7d5e52
gnu: python2-pandas: Use custom 'python2-numpy'.
...
* gnu/packages/python.scm (python2-pandas): Do it.
2015-12-03 09:22:30 +01:00
Federico Beffa
5587253a87
gnu: python2-ipython: Use custom 'python2-numpy'.
...
* gnu/packages/python.scm (python2-ipython): Do it.
2015-12-03 09:22:30 +01:00
Mark H Weaver
084e41c1ac
gnu: ffmpeg: Update to 2.8.3 [fixes CVE-2015-{8216,8217,8218,8219}].
...
* gnu/packages/video.scm (ffmpeg): Update to 2.8.3.
2015-12-02 22:39:12 -05:00
Andreas Enge
e414a7dec3
gnu: gmp: Drop patch included in release 6.1.0.
...
* gnu/packages/multiprecision.scm (gmp)[source]: Drop patch.
* gnu/packages/patches/gmp-arm-asm-nothumb.patch: Remove patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
2015-12-02 20:03:51 +01:00
Efraim Flashner
7e006b6899
gnu: freeipmpi: Update to 1.5.1.
...
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.1.
2015-12-02 20:32:30 +02:00
Federico Beffa
18b3151613
gnu: python-matplotlib: Adjust path to figures in 'info' file.
...
* gnu/packages/python.scm (python-matplotlib): Do it.
2015-12-02 18:21:14 +01:00
Federico Beffa
5d26e542ee
gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.
...
* gnu/packages/python.scm (python-ipython): Do it.
2015-12-02 18:21:13 +01:00
Federico Beffa
1bbc659fd2
gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'.
...
* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Do it.
* gnu/packages/patches/matplotlib-setupext-tk.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the new patch.
2015-12-02 18:21:13 +01:00
Efraim Flashner
214ed6a39b
gnu: opus: Update to 1.1.1.
...
* gnu/packages/xiph.scm (opus): Update to 1.1.1.
2015-12-02 13:31:06 +02:00
Efraim Flashner
59eef6f284
gnu: libbluray: Update to 0.9.2.
...
* gnu/packages/video.scm (libbluray): Update to 0.9.2.
2015-12-02 13:27:53 +02:00
Efraim Flashner
b6ab89efb2
gnu: python-six: Update to 1.10.0.
...
* gnu/packages/python.scm (python-six): Update to 1.10.0.
[source]: Change uri to pypi format.
2015-12-01 21:10:55 +02:00
Efraim Flashner
b850a6d82d
gnu: python-babel: Update to 2.1.1.
...
* gnu/packages/python.scm (python-babel): Update to 2.1.1.
[source]: Change uri to pypi format.
2015-12-01 20:55:06 +02:00