Marius Bakke
5f8642ea6a
gnu: libxml2: Move static library to separate output.
...
* gnu/packages/xml.scm (libxml2)[outputs, arguments]: New fields.
2018-07-28 15:41:03 +02:00
Ludovic Courtès
c95c9032b4
gnu: x265: Fix compilation on ARMv7.
...
* gnu/packages/patches/x265-arm-asm-primitives.patch: New file.
* gnu/packages/video.scm (x265)[sources](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-07-28 15:08:07 +02:00
Ludovic Courtès
5193ae64ca
gnu: mariadb: Work around GCC ICE on armhf-linux.
...
* gnu/packages/patches/mariadb-gcc-ice.patch: New file.
* gnu/packages/databases.scm (mariadb)[arguments]: Conditionally add
'apply-patch' phase.
[native-inputs]: Conditionally add "gcc-ice-patch" input.
2018-07-28 15:08:07 +02:00
Marius Bakke
fbd2b8da5d
gnu: icu4c: Don't keep a reference to coreutils.
...
* gnu/packages/icu4c.scm (icu4c)[arguments]: Add phase 'avoid-coreutils-reference'.
2018-07-28 15:02:38 +02:00
Marius Bakke
b148506df7
gnu: openldap: Don't build static libraries.
...
* gnu/packages/openldap.scm (openldap)[arguments]: Add "--disable-static" to
#:configure-flags. Remove phase 'provide-libtool'.
2018-07-28 15:02:37 +02:00
Marius Bakke
3b6f8a45d7
gnu: libinput: Update to 1.11.3.
...
* gnu/packages/freedesktop.scm (libinput): Update to 1.11.3.
2018-07-28 14:54:18 +02:00
Marius Bakke
cb8f7d6d2f
gnu: meson: Update to 0.47.1.
...
* gnu/packages/build-tools.scm (meson): Update to 0.47.1.
* gnu/packages/patches/meson-for-build-rpath.patch: Adjust to file rename and
indendation change.
2018-07-28 14:54:18 +02:00
Kei Kebreau
b15a020dd5
gnu: allegro: Update to 5.2.4.0.
...
* gnu/packages/game-development.scm (allegro): Update to 5.2.4.0.
[source]: Update URL.
2018-07-27 14:30:49 -04:00
Ludovic Courtès
74a4fa5040
gnu: gcc@8: Update to 8.2.0.
...
* gnu/packages/gcc.scm (gcc-8): Update to 8.2.0.
2018-07-27 18:52:58 +02:00
Ludovic Courtès
f00d66b12c
gnu: Add font-blackfoundry-inria.
...
* gnu/packages/fonts.scm (font-blackfoundry-inria): New file.
2018-07-27 18:00:06 +02:00
Ludovic Courtès
223779c4c5
gnu: emacs-flycheck: Don't rely on pkg-info.el for 'flycheck-version'.
...
* gnu/packages/emacs.scm (flycheck)[source]: Add 'modules' and
'snippet'.
2018-07-27 18:00:06 +02:00
Ricardo Wurmus
26fd7b24ec
gnu: pigx-scrnaseq: Disable another expensive test.
...
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[arguments]: Disable multiqc
test.
2018-07-27 15:44:23 +02:00
Ricardo Wurmus
ed2dfe3955
gnu: Add snakemake-4.
...
* gnu/packages/python.scm (snakemake-4): New variable.
* gnu/packages/bioinformatics.scm (pigx-bsseq, pigx-rnaseq, pigx-scrnaseq,
pigx-chipseq)[inputs]: Use it.
2018-07-27 15:30:38 +02:00
Ricardo Wurmus
269f100330
gnu: snakemake: Add missing dependencies.
...
* gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-datrie,
python-docutils, python-jinja2, python-jsonschema, and python-networkx.
2018-07-27 15:30:38 +02:00
Ricardo Wurmus
216a72a957
gnu: Add python-datrie.
...
* gnu/packages/python.scm (python-datrie): New variable.
2018-07-27 15:30:38 +02:00
Marius Bakke
beb8511c73
gnu: imagemagick: Update to 6.9.10-8.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-8.
2018-07-27 14:43:43 +02:00
Marius Bakke
2fcbc572f9
gnu: mbedtls-apache: Update to 2.7.5.
...
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.5.
2018-07-27 14:43:43 +02:00
Ricardo Wurmus
b62715aa82
gnu: snakemake: Update to 5.2.0.
...
* gnu/packages/python.scm (snakemake): Update to 5.2.0.
2018-07-27 14:19:43 +02:00
Ricardo Wurmus
22305f859b
gnu: guile-sdl2: Update to 0.3.0.
...
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.3.0.
[arguments]: Remove "patch-makefile" phase.
2018-07-27 14:19:33 +02:00
Ludovic Courtès
8bece84022
gnu: guile: Remove version 2.2.2.
...
* gnu/packages/guile.scm (guile-2.2.2): Remove.
* guix/self.scm (guile-for-build): Remove special case for "2.2.2".
(guix-derivation): Likewise.
* build-aux/build-self.scm (build): Likewise.
2018-07-27 11:28:15 +02:00
Ludovic Courtès
2abd76e8af
gnu: guile: Update to 2.2.4.
...
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.4.
(guile-2.2.4): Remove.
* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.
* guix/self.scm (guile-for-build): Likewise.
2018-07-27 11:22:12 +02:00
Kei Kebreau
9dafb64711
gnu: tiled: Update to 1.1.6.
...
* gnu/packages/game-development.scm (tiled): Update to 1.1.6.
[arguments]: Substitute invoke for system*.
2018-07-27 00:17:06 -04:00
Kei Kebreau
6e92fba4b0
gnu: python-xsge: Update to 2018.02.26.
...
* gnu/packages/game-development.scm (python-xsge, python2-xsge): Update to
2018.02.26.
[arguments]: Substitute invoke for system*.
2018-07-26 23:35:45 -04:00
Kei Kebreau
d36b98ad95
gnu: freeciv: Update to 2.6.0.
...
* gnu/packages/games.scm (freeciv): Update to 2.6.0.
2018-07-26 14:43:10 -04:00
Brendan Tildesley
e8ec2dda08
gnu: ecryptfs-utils: Patch more hardcoded paths.
...
* gnu/packages/linux.scm (ecryptfs-utils): [arguments]: Add an additional file
to be patched that was missing in the last fix. Ecryptfs will now find the
umount binary path as well as mount and others. Re-sort the list of files to be
substituted.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-26 13:19:57 -04:00
Ludovic Courtès
ac46a1c8e4
Merge branch 'master' into core-updates
2018-07-26 18:15:13 +02:00
Marius Bakke
92526ade57
gnu: cabextract: Delete bundled libmspack.
...
* gnu/packages/compression.scm (cabextract)[source](modules, snippet): New field.
2018-07-26 17:30:18 +02:00
Marius Bakke
e0a98e7bd5
gnu: cabextract: Update to 1.7.
...
* gnu/packages/compression.scm (cabextract): Update to 1.7.
2018-07-26 17:28:35 +02:00
Marius Bakke
4bda2274a5
gnu: fuse: Update source hash.
...
The fuse 2.9.8 tarball and signature was modified in place. Both are signed
by the same key, at different dates, and the only differences are directory
timestamps and a ChangeLog update.
* gnu/packages/linux.scm (fuse)[source](sha256): Update.
2018-07-26 17:17:45 +02:00
Danny Milosavljevic
a9446dde2b
gnu: make-u-boot-package: Don't install "sunxi-spl-with-ecc.bin".
...
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]<#:phases>
[install]: Don't install "sunxi-spl-with-ecc.bin".
2018-07-26 15:54:52 +02:00
Danny Milosavljevic
d38755cb91
gnu: Add ruby-net-scp.
...
* gnu/packages/ruby.scm (ruby-net-scp): New variable.
2018-07-26 15:54:52 +02:00
Efraim Flashner
714b49f68d
gnu: translate-shell: Fix .el install directory.
...
* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Change the
install directory during the custom 'emacs-install phase to match with
other emacs .el packages.
2018-07-26 16:14:11 +03:00
Marius Bakke
963157f1cc
gnu: mariadb: Delete test files and static libraries.
...
* gnu/packages/databases.scm (mariadb)[arguments]: Adapt 'post-install' phase
to purge static archives and test executables.
2018-07-26 14:38:03 +02:00
Marius Bakke
2001d2dac4
gnu: mariadb: Remove some bundled libraries.
...
* gnu/packages/databases.scm (mariadb)[source](snippet, modules): New fields.
[arguments]: Add explicit #:configure-flags for system libraries. Add
'unbundle' phase. Remove 'pre-configure' phase.
[inputs]: Add SNAPPY and XZ.
2018-07-26 14:38:03 +02:00
Marius Bakke
03aed90b86
gnu: mariadb: Update to 10.1.34.
...
* gnu/packages/databases.scm (mariadb): Update to 10.1.34.
2018-07-26 14:38:02 +02:00
Marius Bakke
3869f39e6d
gnu: mariadb: Run the full test suite.
...
* gnu/packages/databases.scm (mariadb)[arguments]: Override 'check' phase.
Add phase 'adjust-tests'. Disable one more plugin.
[properties]: New field.
2018-07-26 14:38:02 +02:00
Marius Bakke
5b4d2e40f1
gnu: mariadb: Disable plugin that fails on armhf.
...
* gnu/packages/databases.scm (mariadb)[arguments]: Add 'disable-plugins' phase.
2018-07-26 14:38:02 +02:00
Marius Bakke
4c27ea06d4
gnu: mariadb: Install pkg-config file to a standard location.
...
* gnu/packages/databases.scm (mariadb)[#:configure-flags]: Set
INSTALL_SHAREDIR to "share".
2018-07-26 14:37:29 +02:00
Gábor Boskovits
d60772dcdd
gnu: java-picard: Fix manifest.
...
* gnu/packages/bioinformatics.scm (java-picard)[arguments]: Adjust phase
'edit-classpath-in-manifest for the new manifest generation code.
2018-07-26 12:46:50 +02:00
Efraim Flashner
bca72b39c7
gnu: python-qsintilla: Fix building.
...
* gnu/packages/qt.scm (python-qscintilla)[arguments]: Extend custom
'configure phase to also patch the 'installed.txt' file.
2018-07-26 13:21:05 +03:00
Mark H Weaver
54e543b626
gnu: linux-libre: Update to 4.17.10.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.10.
(%linux-libre-hash): Update hash.
2018-07-26 04:45:33 -04:00
Mark H Weaver
54465c4dbc
gnu: linux-libre@4.14: Update to 4.14.58.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.58.
(%linux-libre-4.14-hash): Update hash.
2018-07-26 04:44:40 -04:00
Mark H Weaver
4bc1528aa5
gnu: linux-libre@4.9: Update to 4.9.115.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.115.
2018-07-26 04:44:00 -04:00
Mark H Weaver
064c3e78dd
gnu: linux-libre@4.4: Update to 4.4.144.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.144.
2018-07-26 04:43:13 -04:00
Marius Bakke
aaa2a8bbf3
gnu: Remove dangling variable.
...
* gnu/packages/xml.scm (libxslt/fixed): Remove.
2018-07-25 20:44:40 +02:00
Marius Bakke
27b2f34cda
gnu: Update cabextract.org.uk home pages.
...
* gnu/packages/compression.scm (libmspack, cabextract)[home-page, source]: Use
HTTPS.
2018-07-25 20:44:40 +02:00
Marius Bakke
03c16bb59a
gnu: libmspack: Don't build static library.
...
* gnu/packages/compression.scm (libmspack)[arguments]: Add #:configure-flags.
2018-07-25 20:44:39 +02:00
Marius Bakke
b8d7119bc2
gnu: libmspack: Update to 0.7.
...
* gnu/packages/compression.scm (libmspack): Update to 0.7.
2018-07-25 20:44:39 +02:00
Marius Bakke
9a1356f71a
gnu: hplip-minimal: Simplify expression.
...
* gnu/packages/cups.scm (hplip-minimal): Remove unnecessary quotes.
2018-07-25 20:44:39 +02:00
Marius Bakke
8f838591f8
gnu: libjpeg-turbo: Don't build static libraries.
...
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add "--disable-static" to
#:configure-flags.
2018-07-25 20:44:39 +02:00
Marius Bakke
a77de47ad2
gnu: libjpeg-turbo: Update home page.
...
* gnu/packages/image.scm (libjpeg-turbo)[home-page]: Use HTTPS.
2018-07-25 20:44:39 +02:00
Marius Bakke
8938b369d2
gnu: audit: Don't build static libraries.
...
* gnu/packages/admin.scm (audit)[arguments]: Add "--disable-static" to
#:configure-flags.
2018-07-25 20:44:39 +02:00
Marius Bakke
00f81f83a1
gnu: audit: Update to 2.8.4.
...
* gnu/packages/admin.scm (audit): Update to 2.8.4.
[arguments]: Remove #:phases.
2018-07-25 20:44:38 +02:00
Efraim Flashner
95da608451
Merge remote-tracking branch 'origin/master' into qt-updates
2018-07-25 21:30:18 +03:00
Efraim Flashner
2a43df2270
gnu: qt: Disable parallel building.
...
* gnu/packages/qt.scm (qt)[arguments]: Disable parallel-build.
2018-07-25 20:27:55 +03:00
Efraim Flashner
d13c1d3363
gnu: qt: Apply changes from qtbase.
...
* gnu/packages/qt.scm (qt)[arguments]: In custom 'configure phase, add
flags to specify custom destination directories. Use system pcre. Add
flags to support older versions of the linux kernel. Add custom
'patch-mkspecs phase to search in their new location. Add custom
'patch-paths phase to prevent dynamic loading of certain libraries.
[native-search-paths]: New field.
[license]: Update it.
2018-07-25 20:27:52 +03:00
Efraim Flashner
f88c8624cc
Revert "gnu: quassel: Fix building with Qt 5.11."
...
This reverts commit 68ddfb2e8d
.
This is no longer necessary after the update to Qt-5.11.1.
2018-07-25 15:18:27 +03:00
Oleg Pykhalov
b19f3337ea
gnu: Add pscircle.
...
* gnu/packages/admin.scm (pscircle): New variable.
2018-07-25 14:54:22 +03:00
Efraim Flashner
8e1895964f
gnu: Add hplip-minimal.
...
* gnu/packages/cups.scm (hplip-minimal): New variable.
* gnu/packages/scanner.scm (sane-backends)[inputs]: Replace hplip with
hplip-minimal.
* doc/guix.texi (Printing Services): Change example code to use
hplip-minimal in place of hplip. Add note explaining when use hplip.
2018-07-25 11:52:59 +03:00
Leo Famulari
39a57afc42
gnu: syncthing: Update to 0.14.49.
...
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.49.
[source]: Remove obsolete patch.
[inputs]: Remove go-github-com-kardianos-osext.
* gnu/packages/patches/syncthing-fix-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-07-24 19:07:06 -04:00
Leo Famulari
869d9c69f3
gnu: go-github-com-syncthing-notify: Update to 0.0.0-1.cdf89c4.
...
* gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Update to
0.0.0-1.cdf89c4.
2018-07-24 19:07:06 -04:00
Leo Famulari
2ed97a22d3
gnu: go-github-com-thejerf-suture: Update to 2.0.3-0.3f1fb62.
...
* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Update to
2.0.3-0.3f1fb62.
2018-07-24 19:07:02 -04:00
Björn Höfling
49a8684d9f
gnu: java-tomcat: Strip timestamps
...
* gnu/package/web.scm (java-tomcat)[arguments]: Add phase 'strip timestamps.
Makes build deterministic.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-07-25 00:27:21 +02:00
Björn Höfling
8dae9c92b6
gnu: java-tomcat: Remove bundled jars.
...
* gnu/packages/web.scm (java-tomcat)[source]: Add snippet to remove bundled jars.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-07-25 00:27:17 +02:00
Björn Höfling
6a86d3576c
gnu: java-tomcat: Update to 8.5.32.
...
* gnu/packages/web.scm (java-tomcat): Update to 8.5.32.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-07-25 00:27:14 +02:00
Björn Höfling
4b472f6a06
gnu: java: Use java-javaee-servletapi instead of java-tomcat.
...
* gnu/packages/java.scm(java-eclipse-sisu-inject)[inputs]: Remove java-tomcat, add java-javaee-servletapi.
(logback-core)[inputs]: Likewise.
* gnu/packages/maven.scm (maven-wagon-provider-test)[inputs]: Likewise.
* gnu/packages/web.scm (java-eclipse-jetty-webapp)[inputs]: Likewise.
(java-eclipse-jetty-server)[inputs]: Likewise.
(java-eclipse-jetty-http)[inputs]: Likewise.
(java-eclipse-jetty-jmx)[inputs]: Likewise.
(java-eclipse-jetty-io)[inputs]: Likewise.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-07-25 00:27:12 +02:00
Björn Höfling
10d62a88bf
gnu: Add java-javaee-servletapi.
...
* gnu/packages/java.scm (java-javaee-servletapi): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-07-25 00:27:10 +02:00
Björn Höfling
10eddaca0e
gnu: java: Use java-classpathx-servletapi instead of java-tomcat where possible.
...
* gnu/package/java.scm (java-commons-jxpath)[inputs]: Remove java-tomcat, add java-classpathx-servletapi.
(java-guice-servlet)[inputs]: Likewise.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-07-25 00:27:08 +02:00
Björn Höfling
b1ccd2a1ec
gnu: java-logback-core: Add file-name field.
...
* gnu/package/java.scm (java-logback-core)[source]: Add file-name field.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-07-25 00:27:05 +02:00
Björn Höfling
9936ffe77d
gnu: java-guice: Remove jars.
...
* gnu/packages/java.scm (java-guice)[source]: Add snippet to delete jar-files.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-07-25 00:26:37 +02:00
Marius Bakke
718f791f4e
gnu: fuse: Update to 2.9.8 [fixes CVE-2018-10906].
...
* gnu/packages/linux.scm (fuse): Update to 2.9.8.
2018-07-24 23:17:26 +02:00
Danny Milosavljevic
999ffb26df
gnu: Add ruby-rspec-its.
...
* gnu/packages/ruby.scm (ruby-rspec-its): New variable.
2018-07-24 22:13:21 +02:00
Danny Milosavljevic
45498f51be
gnu: Add ruby-childprocess.
...
* gnu/packages/ruby.scm (ruby-childprocess): New variable.
2018-07-24 22:04:44 +02:00
Efraim Flashner
02062f42e6
Revert "gnu: sddm: Fix CMake build."
...
This reverts commit 8674abb1dd
.
This is no longer necessary after the upgrade to Qt-5.11.1.
2018-07-24 22:38:25 +03:00
Marius Bakke
3b92441bc1
gnu: icu4c: Update to 62.1.
...
* gnu/packages/icu4c.scm (icu4c): Update to 62.1.
2018-07-24 20:53:18 +02:00
Marius Bakke
95bbab76cd
gnu: fribidi: Update to 1.0.5.
...
* gnu/packages/fribidi.scm (fribidi): Update to 1.0.5.
[arguments]: Remove.
2018-07-24 20:53:18 +02:00
Marius Bakke
52f1687dc7
gnu: docbook-xsl: Delete bundled jars.
...
* gnu/packages/docbook.scm (docbook-xsl)[source](modules, snippet): New fields.
2018-07-24 20:53:18 +02:00
Marius Bakke
fa258af20c
gnu: libgpg-error: Update to 1.32.
...
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.32.
2018-07-24 20:52:22 +02:00
Marius Bakke
dcf105da63
gnu: curl: Remove graft for 7.61.0.
...
* gnu/packages/curl.scm (curl): Update to 7.61.0.
[replacement]: Remove field.
(curl-7.61.0): Remove variable.
2018-07-24 20:46:41 +02:00
Marius Bakke
41e2e58a2a
gnu: libtiff: Incorporate grafted changes.
...
* gnu/packages/image.scm (libtiff)[replacement]: Remove field.
[source](patches): Add 'libtiff-CVE-2018-8905.patch' and
'libtiff-CVE-2018-10963.patch'.
(libtiff/fixed): Remove variable.
2018-07-24 20:44:40 +02:00
Marius Bakke
99cfdfb10c
gnu: ghostscript: Incorporate grafted changes.
...
* gnu/packages/ghostscript.scm (ghostscript)[replacement]: Remove field.
(source)[patches]: Add 'ghostscript-CVE-2018-10194.patch'.
(ghostscript/fixed): Remove variable.
2018-07-24 20:42:48 +02:00
Marius Bakke
5a0b3c3408
gnu: openssl: Incorporate grafted changes.
...
* gnu/packages/tls.scm (openssl)[replacement]: Remove field.
[source](patches): Add 'openssl-1.0.2-CVE-2018-0495.patch' and
'openssl-1.0.2-CVE-2018-0732.patch'.
(openssl/fixed): Remove variable.
2018-07-24 20:42:40 +02:00
Marius Bakke
706ae8e15c
Merge branch 'master' into core-updates
2018-07-24 19:56:35 +02:00
Mark H Weaver
20de675a2e
gnu: linux-libre: Update to 4.17.9.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.9.
(%linux-libre-hash): Update hash.
2018-07-24 09:59:35 -04:00
Mark H Weaver
7955bdbd17
gnu: linux-libre@4.14: Update to 4.14.57.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.57.
(%linux-libre-4.14-hash): Update hash.
2018-07-24 09:58:41 -04:00
Mark H Weaver
b02ba32af5
gnu: linux-libre@4.9: Update to 4.9.114.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.114.
2018-07-24 09:57:48 -04:00
Mark H Weaver
f7b447f84b
gnu: linux-libre@4.4: Update to 4.4.143.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.143.
2018-07-24 09:56:53 -04:00
Ludovic Courtès
0e11f5da4d
gnu: go-github-com-yookoala-realpath: Fix license.
...
* gnu/packages/golang.scm (go-github-com-yookoala-realpath)[license]:
Change to EXPAT.
2018-07-24 15:48:06 +02:00
Ludovic Courtès
a14a2da5fe
gnu: lightdm: Take 'nologin' from the 'shadow' package.
...
Reported by brendarn on #guix.
* gnu/packages/display-managers.scm (lightdm)[inputs]: Use SHADOW
instead of UTIL-LINUX.
2018-07-24 15:48:06 +02:00
Ludovic Courtès
68f50cfdd3
gnu: xorg-server: Apply patch to fix screen rotation on KMS.
...
Fixes <https://bugs.freedesktop.org/show_bug.cgi?id=106715 >.
* gnu/packages/patches/xorg-server-rotate-fb.patch: New file.
* gnu/packages/xorg.scm (xorg-server)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-07-24 15:48:06 +02:00
Rutger Helling
e97454b62c
gnu: mpv: Update to 0.29.0.
...
* gnu/packages/video.scm (mpv): Update to 0.29.0.
2018-07-24 11:19:07 +02:00
Gábor Boskovits
9d2160171c
gnu: java-asm: Add missing propagated-input.
...
* gnu/packages/java.scm (java-asm)[propagated-inputs]: Add java-aqute-libg.
2018-07-24 07:11:48 +02:00
Gábor Boskovits
33aa65e0ee
gnu: icedtea: Make icedtea-8 the default jdk.
...
* gnu/packages/java.scm (icedtea): Point to icedtea-8.
2018-07-24 07:11:30 +02:00
Efraim Flashner
19f2a52644
gnu: python-asn1crypto: Update to 0.24.0.
...
* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 0.24.0.
2018-07-23 22:03:36 +03:00
Efraim Flashner
d3b7feb7b9
gnu: python-asn1crypto: Don't use unstable tarball.
...
* gnu/packages/python-crypto.scm (python-asn1crypto)[source]: Replace
autogenerated tarball with git checkout.
2018-07-23 22:03:33 +03:00
Leo Famulari
8fca43e2df
gnu: wesnoth: Update to 1.14.4 [fixes CVE-2018-1999023].
...
* gnu/packages/games.scm (wesnoth): Update to 1.14.4.
2018-07-23 14:30:12 -04:00
Julien Lepiller
3adacb49fc
gnu: xorg: Update home-pages.
...
* gnu/packages/xorg.scm (perl-x11-protocol-other, perl-x11-xcb)
(perl-x11-protocol)[home-page]: Update to redirected home-pages.
2018-07-23 19:34:44 +02:00
Kei Kebreau
2cdb257ee3
gnu: arb: Update to 2.14.0.
...
* gnu/packages/algebra.scm (arb): Update to 2.14.0.
[arguments]: Substitute invoke for system*.
[license]: Change to lgpl2.1+.
2018-07-23 11:26:46 -04:00
Ludovic Courtès
fef7baba78
gnu: Add guile-pfds.
...
* gnu/packages/guile.scm (guile-pfds): New variable.
2018-07-23 12:25:31 +02:00
Ludovic Courtès
977d866681
gnu: Switch several packages to 'guile-build-system'.
...
* gnu/packages/guile.scm (guile-minikanren)[build-system]: Set to
GUILE-BUILD-SYSTEM.
[arguments]: Remove.
[inputs]: Rename to 'native-inputs'.
(guile-miniadapton): Likewise.
(guile-colorized): Likewise.
(guile-irregex): Likewise, but rewrite 'arguments' field with custom
phases.
(guile-gdbm-ffi): Likewise, and move patch to the 'origin' form.
(guile-simple-zmq): Likewise, and change 'propagated-inputs' to
'inputs'.
(jupyter-guile-kernel): Likewise.
2018-07-23 12:25:31 +02:00
Ludovic Courtès
a2908f5aae
gnu: aspell: Allow filters to be found.
...
Reported by Pierre-Antoine Rouby.
* gnu/packages/aspell.scm (aspell)[arguments]: Add 'set-filter-path'
phase.
2018-07-23 12:25:31 +02:00
Ludovic Courtès
10df28d74d
system: '.guile' skeleton now recommends 'guile-colorized'.
...
* gnu/system/shadow.scm (default-skeletons)[".guile"]: Recommend
'guile-colorized'.
2018-07-23 12:25:31 +02:00
Rutger Helling
a472c2902e
gnu: wine-staging: Update to 3.13.
...
* gnu/packages/wine.scm (wine-staging): Update to 3.13.
2018-07-23 11:13:36 +02:00
Rutger Helling
adff3bb916
gnu: wine-staging-patchset-data: Update to 3.13.
...
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.13.
2018-07-23 11:13:36 +02:00
Rutger Helling
7a426eef20
gnu: qtox: Update to 1.16.3.
...
* gnu/packages/messaging.scm (qtox): Update to 1.16.3.
[inputs]: Change ffmpeg-3.4 to ffmpeg.
2018-07-23 11:13:35 +02:00
Rutger Helling
9d076dd4a0
gnu: c-toxcore: Update to 0.2.4.
...
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.4.
2018-07-23 11:13:35 +02:00
Kei Kebreau
1bb962b4d7
gnu: hyperrogue: Update to 10.4j.
...
* gnu/packages/games.scm (hyperrogue): Update to 10.4j.
[arguments]: Modify 'configure' phase and substitute invoke for system*.
2018-07-22 20:52:01 -04:00
Pierre Neidhardt
9f2adb2f19
gnu: emacs-pulseaudio-control: Update to 20180627.
...
* gnu/packages/emacs.scm (emacs-pulseaudio-control): Update to 20180627.
2018-07-22 23:14:53 +02:00
Pierre Neidhardt
5703380b50
gnu: Add demlo.
...
* gnu/packages/music.scm (demlo): New variable.
2018-07-22 21:44:28 +02:00
Pierre Neidhardt
53182924eb
gnu: Add go-github-com-wtolson-go-taglib.
...
* gnu/packages/golang.scm (go-github-com-wtolson-go-taglib): New variable.
2018-07-22 21:44:28 +02:00
Pierre Neidhardt
62879d2216
gnu: Add go-github-com-michiwend-gomusicbrainz.
...
* gnu/packages/golang.scm (go-github-com-michiwend-gomusicbrainz): New variable.
2018-07-22 21:44:27 +02:00
Pierre Neidhardt
9630ae345b
gnu: Add go-github-com-michiwend-golang-pretty.
...
* gnu/packages/golang.scm (go-github-com-michiwend-golang-pretty): New variable.
2018-07-22 21:43:38 +02:00
Pierre Neidhardt
bc3138d265
gnu: Add go-github-com-kr-text.
...
* gnu/packages/golang.scm (go-github-com-kr-text): New variable.
2018-07-22 21:40:05 +02:00
Pierre Neidhardt
c496281724
gnu: Add go-github-com-stevedonovan-luar.
...
* gnu/packages/golang.scm (go-github-com-stevedonovan-luar): New variable.
2018-07-22 21:39:22 +02:00
Pierre Neidhardt
54b83f0e89
gnu: Add go-gitlab-com-ambrevar-damerau.
...
* gnu/packages/golang.scm (go-gitlab-com-ambrevar-damerau): New variable.
2018-07-22 21:31:36 +02:00
Pierre Neidhardt
b4d1440f9f
gnu: Add go-github-com-yookoala-realpath.
...
* gnu/packages/golang.scm (go-github-com-yookoala-realpath): New variable.
2018-07-22 21:29:34 +02:00
Pierre Neidhardt
f25e3b39d9
gnu: Add go-gitlab-com-ambrevar-golua-unicode.
...
* gnu/packages/golang.scm (go-gitlab-com-ambrevar-golua-unicode): New variable.
2018-07-22 21:29:08 +02:00
Pierre Neidhardt
e25ddef5bd
gnu: Add go-github-com-aarzilli-golua.
...
* gnu/packages/golang.scm (go-github-com-aarzilli-golua): New variable.
2018-07-22 21:27:30 +02:00
Pierre Neidhardt
32cb1af632
gnu: Add go-github-com-mgutz-ansi.
...
* gnu/packages/golang.scm (go-github-com-mgutz-ansi): New variable.
2018-07-22 21:26:20 +02:00
Pierre Neidhardt
7601b4e4fe
gnu: Add go-github-com-mattn-go-colorable.
...
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): New variable.
2018-07-22 21:24:59 +02:00
Pierre Neidhardt
3291be815b
gnu: Add go-github-com-mattn-go-isatty.
...
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): New variable.
2018-07-22 21:23:13 +02:00
Pierre Neidhardt
e968542d29
gnu: Add emacs-dired-du.
...
* gnu/packages/emacs.scm (emacs-dired-du): New variable.
2018-07-22 20:49:47 +02:00
Pierre Neidhardt
5f005932bc
gnu: Add emacs-helm-org-contacts.
...
* gnu/packages/emacs.scm (emacs-helm-org-contacts): New variable.
2018-07-22 20:45:22 +02:00
Pierre Neidhardt
a86866f4b5
gnu: Add emacs-ztree.
...
* gnu/packages/emacs.scm (emacs-ztree): New variable.
2018-07-22 20:35:12 +02:00
Pierre Neidhardt
cb19df37f3
gnu: emacs-evil-collection: Update to 20180721.
...
* gnu/packages/emacs.scm (emacs-evil-collection): Update to 20180721.
2018-07-22 20:24:35 +02:00
Pierre Neidhardt
d7d0c98977
gnu: emacs-mu4e-conversation: Update to 20180722.
...
* gnu/packages/emacs.scm (emacs-mu4e-conversation): Update to 20180722.
2018-07-22 20:09:44 +02:00
Pierre Neidhardt
22c0bef67c
gnu: emacs-helm-exwm: Update to 20180703.
...
* gnu/packages/emacs.scm (emacs-helm-exwm): Update to 20180703.
2018-07-22 20:04:54 +02:00
Pierre Neidhardt
1ce4f55572
gnu: emacs-wgrep-helm: Deprecate in favor of emacs-wgrep.
...
* gnu/packages/emacs.scm (emacs-wgrep-helm): Deprecate.
2018-07-22 19:58:10 +02:00
Pierre Neidhardt
3ad4443f68
gnu: emacs-wgrep: Update to 20180711.
...
* gnu/packages/emacs.scm (emacs-wgrep): Update to 20180711.
2018-07-22 19:55:06 +02:00
Efraim Flashner
2338755afa
gnu: python-pyqt: Don't use private sip file.
...
* gnu/packages/qt.scm (python-sip)[arguments]: Don't use '--sip-module'
flag in custom 'configure phase.
(python-pyqt)[sources]: Add patch.
* gnu/packages/patches/pyqt-public-sip.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-07-22 20:43:01 +03:00
Efraim Flashner
fac1447bf3
gnu: python-sip: Update to 4.19.12.
...
* gnu/packages/qt.scm (python-sip): Update to 4.19.12.
2018-07-22 20:42:55 +03:00
Efraim Flashner
bba6069708
gnu: python-pyqt-4: Remove variable.
...
* gnu/packages/qt.scm (python-pyqt-4): Remove variable.
(python2-pyqt-4): Don't inherit from python-pyqt-4.
2018-07-22 20:42:48 +03:00
Efraim Flashner
e1846928ee
gnu: python-poppler-qt4: Remove variable.
...
* gnu/packages/pdf.scm (python-poppler-qt4): Remove variable.
2018-07-22 20:42:42 +03:00
Pierre Neidhardt
db4c03e249
gnu: emacs-helm-eww: Update to 20180511.
...
* gnu/packages/emacs.scm (emacs-helm-eww): Update to 20180511.
2018-07-22 19:41:59 +02:00
Pierre Neidhardt
b9231c5c0c
gnu: emacs-exwm: Update to 0.19.
...
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.19.
2018-07-22 19:30:45 +02:00
Pierre Neidhardt
812929a42c
gnu: emacs-xelb: Update to 0.15.
...
* gnu/packages/emacs.scm (emacs-xelb): Update to 0.15.
2018-07-22 19:30:25 +02:00
Pierre Neidhardt
0cfc168b37
gnu: Add ccrypt.
...
* gnu/packages/crypto.scm (ccrypt): New variable.
2018-07-22 19:17:49 +02:00
Marius Bakke
4b7e861b59
gnu: gst-libav: Delete bundled ffmpeg.
...
* gnu/packages/gstreamer.scm (gst-libav)[source](modules, snippet): New fields.
[arguments]: Remove #:phases.
2018-07-22 18:23:43 +02:00
Marius Bakke
81cd8bf870
gnu: gstreamer: Update to 1.14.2.
...
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.14.2.
2018-07-22 18:23:43 +02:00
Marius Bakke
57ba8d0673
gnu: double-conversion: Update to 3.0.0.
...
* gnu/packages/maths.scm (double-conversion): Update to 3.0.0.
2018-07-22 18:23:43 +02:00
Marius Bakke
b343850ea3
gnu: double-conversion: Update home page.
...
* gnu/packages/maths.scm (double-conversion)[home-page]: Update to redirected.
2018-07-22 18:23:42 +02:00
Marius Bakke
19c269d3d4
gnu: libgsf: Update to 1.14.43.
2018-07-22 18:23:42 +02:00
Marius Bakke
b74348077b
gnu: libpsl: Update to 0.20.2.
...
* gnu/packages/web.scm (libpsl): Update to 0.20.2.
2018-07-22 18:23:42 +02:00
Marius Bakke
df3f99af76
gnu: xf86-video-r128: Update to 6.11.0.
...
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.11.0.
[source]: Use URL-FETCH.
[arguments]: Remove.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
2018-07-22 18:14:34 +02:00
Marius Bakke
08b87ab0df
gnu: pcre: Update to 8.42.
...
* gnu/packages/pcre.scm (pcre): Update to 8.42.
2018-07-22 17:54:54 +02:00
Brendan Tildesley
4febfdd0f3
gnu: ffmpegthumbnailer: New variable.
...
* gnu/packages/video.scm (ffmpegthumbnailer): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-22 16:44:53 +02:00
Stefan Stefanović
706a6ff154
gnu: sddm: Update to 0.18.0.
...
* gnu/packages/display-managers.scm (sddm): Update to 0.18.0.
* gnu/packages/patches/sddm-fix-build-with-qt-5.11-1024.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-22 16:25:59 +02:00
Marius Bakke
0c468cb52d
gnu: chemistry.scm: Add missing import.
...
This is a follow-up to commit eb5ece73a8
.
* gnu/packages/chemistry.scm: Import (gnu packages).
2018-07-22 16:19:22 +02:00
Julien Lepiller
a7d5ce94ba
gnu: Add u-boot-cubietruck.
...
* gnu/packages/bootloaders.scm (u-boot-cubietruck): New variable.
2018-07-22 09:52:15 +02:00
Kei Kebreau
8eb49ec527
gnu: minetest: Update to 0.4.17.
...
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.17.
2018-07-21 23:00:57 -04:00
Kei Kebreau
eb5ece73a8
gnu: openbabel: Fix crash when opening NWChem output files.
...
* gnu/packages/patches/openbabel-fix-crash-on-nwchem-output.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/chemistry.scm (openbabel)[source]: Use it.
2018-07-21 22:28:51 -04:00
Björn Höfling
889e7fab3c
gnu: youtube-dl: Update to 2018.07.10.
...
* gnu/packages/video.scm (youtube-dl): Update to 2018.07.10.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-21 14:12:12 -04:00
Andreas Enge
e4351015ec
gnu: calibre: Update to 3.28.0.
...
* gnu/packages/ebook.scm (calibre): Update to 3.28.0.
2018-07-21 19:24:14 +02:00
Marius Bakke
0d517c073d
gnu: util-linux: Update to 2.32.1.
...
* gnu/packages/linux.scm (util-linux): Update to 2.32.1.
2018-07-21 02:45:56 +02:00
Marius Bakke
7da8ba2eae
gnu: pango: Update to 1.42.2.
...
* gnu/packages/gtk.scm (pango): Update to 1.42.2.
2018-07-21 02:45:56 +02:00
Marius Bakke
c956653413
gnu: harfbuzz: Update to 1.8.4.
...
* gnu/packages/gtk.scm (harfbuzz): Update to 1.8.4.
2018-07-21 02:45:56 +02:00
Marius Bakke
f2ca4fa5c3
gnu: cmake: Update to 3.12.0.
...
* gnu/packages/cmake.scm (cmake): Update to 3.12.0.
2018-07-21 02:45:55 +02:00
Marius Bakke
d64edd2c81
gnu: libuv: Drop redundant 'autogen' phase.
...
* gnu/packages/libevent.scm (libuv)[arguments]: Remove #:phases.
2018-07-21 02:45:55 +02:00
Marius Bakke
56cd03d686
gnu: libuv: Update to 1.22.0.
...
* gnu/packages/libevent.scm (libuv): Update to 1.22.0.
2018-07-21 02:45:55 +02:00
Marius Bakke
78a9a2501d
gnu: texinfo: Fix FTBFS with Perl 5.28.
...
* gnu/packages/patches/texinfo-perl-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/texinfo.scm (texinfo)[source](patches): New field.
2018-07-21 02:45:55 +02:00
Marius Bakke
463ad503b1
gnu: readline: Update to 7.0.5.
...
* gnu/packages/readline.scm (%patch-series-7.0): Add patch 4 and 5.
2018-07-21 02:13:45 +02:00
Marius Bakke
f94a8654d6
gnu: perl: Update to 5.28.0.
...
* gnu/packages/patches/perl-deterministic-ordering.patch: Adjust path.
* gnu/packages/patches/perl-archive-tar-CVE-2018-12015.patch,
gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/perl.scm (perl): Update to 5.28.0.
[source](patches): Remove obsolete.
2018-07-21 02:12:33 +02:00
Brendan Tildesley
56e533929f
gnu: libgaiagraphics: Fix typo.
...
* gnu/packages/geo.scm: (libgaiagraphics)[inputs]: Fix typo.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-20 15:34:57 -04:00
Leo Famulari
5dc53092c6
gnu: vdirsyncer: Update to 0.16.7.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.7.
2018-07-20 15:30:22 -04:00
Ludovic Courtès
264967c883
install: Add service for the loopback device.
...
Lack of a loopback device prevented the system from building starting
from commit 363c946b36
.
* gnu/system/install.scm (%installation-services): Add
'static-networking-service-type' instance for 'lo'.
2018-07-20 18:03:11 +02:00
Marius Bakke
eb9c0d20f9
gnu: ffmpeg: Update to 4.0.2.
...
* gnu/packages/video.scm (ffmpeg): Update to 4.0.2.
2018-07-20 17:08:13 +02:00
Marius Bakke
0a08ea2a50
gnu: ffmpeg@3.4: Update to 3.4.4.
...
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.4.
2018-07-20 17:08:12 +02:00
Marius Bakke
134189e26f
gnu: feh: Update to 2.27.1.
...
* gnu/packages/image-viewers.scm (feh): Update to 2.27.1.
2018-07-20 17:08:12 +02:00
Andreas Enge
a2662bfe9c
gnu: gp2c: Update to 0.0.11.
...
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11.
2018-07-20 10:45:54 +02:00
Andreas Enge
03d5f73e96
gnu: pari-gp: Update to 2.11.0.
...
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.0.
2018-07-20 10:44:21 +02:00
Leo Famulari
5a3bf25526
gnu: borg: Update the list of Cython-generated files to delete.
...
Reported by: Efraim Flashner <efraim@flashner.co.il>
* gnu/packages/backup.scm (borg)[source]: Update the snippet.
2018-07-19 18:28:29 -04:00
Leo Famulari
c69d11c593
gnu: Cython: Update to 0.28.4.
...
* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.28.4.
[arguments]: Use invoke.
2018-07-19 18:28:29 -04:00
Marius Bakke
1d3de97967
gnu: libgc: Update to 7.6.6.
...
* gnu/packages/bdw-gc.scm (libgc): Update to 7.6.6.
[source](uri): Change to the new download location, as noted on the home page.
2018-07-19 23:25:06 +02:00
Marius Bakke
ebd551705c
gnu: fftw: Update to 3.3.8.
...
* gnu/packages/algebra.scm (fftw): Update to 3.3.8.
2018-07-19 23:25:05 +02:00
Andreas Enge
6f88285ab1
gnu: bitcoin-core: Update to 0.16.1.
...
* gnu/packages/finance.scm (bitcoin-core): Update to 0.16.1.
2018-07-19 23:22:36 +02:00
Julien Lepiller
fbf9274b94
gnu: php: Update to 7.2.8.
...
* gnu/packages/php.scm (php): Update to 7.2.8.
2018-07-19 21:29:41 +02:00
Efraim Flashner
e9ab4b40a8
gnu: busybox: Update to 1.29.1.
...
* gnu/packages/busybox.scm (busybox): Update to 1.29.1.
[arguments]: Add custom phase to change the default value of TASKSET.
2018-07-19 21:29:14 +03:00
Eric Brown
ec83abad85
gnu: Add r-txtplot.
...
* gnu/packages/statistics.scm (r-txtplot): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-19 11:47:21 +02:00
Rouby Pierre-Antoine
d4c06f3280
gnu: julia: Fix 'llvm' version.
...
Fixes a build failure with LLVM 6.0.x.
* gnu/packages/julia.scm (julia)[inputs]: Use LLVM-3.9.1 instead of
LLVM.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-19 11:46:43 +02:00
Mark H Weaver
7da1db5b57
gnu: linux-libre: Update to 4.17.8.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.8.
(%linux-libre-hash): Update hash.
(linux-libre): Remove patch.
2018-07-18 22:14:39 -04:00
Leo Famulari
324c049ff6
gnu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].
...
* gnu/packages/video.scm (vlc): Update to 3.0.3-1.
2018-07-18 19:50:09 -04:00
Marius Bakke
50849734e9
gnu: pcre: Install static libraries to separate output.
...
* gnu/packages/pcre.scm (pcre)[outputs]: Add "static".
[arguments]: Add 'move-static-libs' phase.
2018-07-19 00:53:10 +02:00
Marius Bakke
6c4709889c
gnu: binutils: Update to 2.31.1.
...
* gnu/packages/base.scm (binutils): Update to 2.31.1.
(binutils/fixed): Remove variable
* gnu/packages/linux.scm (make-linux-libre): Remove AArch64 workaround.
* gnu/packages/patches/binutils-aarch64-symbol-relocation.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-07-19 00:52:22 +02:00
Marius Bakke
45719c1dfb
gnu: bzip2: Add static output.
...
* gnu/packages/compression.scm (bzip2)[arguments]: Add phase for moving static
library.
[outputs]: New field.
2018-07-19 00:52:21 +02:00
Marius Bakke
5212c52ce5
gnu: bzip2: Simplify phase.
...
* gnu/packages/compression.scm (bzip2)[arguments]: Use SCANDIR instead of
FIND-FILES when locating the shared library.
2018-07-19 00:52:21 +02:00
Julien Lepiller
363c946b36
gnu: services: Fix openssh service start error.
...
* gnu/services/ssh.scm (openssh-shepherd-service): Require loopback.
2018-07-18 21:17:15 +02:00
Mark H Weaver
46978ff64f
gnu: linux-libre: Update to 4.17.7.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.7.
(%linux-libre-hash): Update hash.
(linux-libre)[source]: Add upstream patch to fix i686.
2018-07-18 13:55:47 -04:00
Leo Famulari
16c0902587
gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].
...
* gnu/packages/web.scm (httpd): Update to 2.4.34.
2018-07-18 13:34:02 -04:00
Leo Famulari
770d1f2464
gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].
...
* gnu/packages/messaging.scm (znc): Update to 1.7.1.
2018-07-18 13:32:24 -04:00
Rouby Pierre-Antoine
661e8a62f7
gnu: Add emacs-rust-mode.
...
* gnu/packages/emacs.scm (emacs-rust-mode): New variable.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2018-07-18 11:38:22 -04:00
Mark H Weaver
208df8ba8a
gnu: linux-libre@4.14: Update to 4.14.56.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.56.
(%linux-libre-4.14-hash): Update hash.
2018-07-18 00:24:01 -04:00
Mark H Weaver
431936f22a
gnu: linux-libre@4.9: Update to 4.9.113.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.113.
2018-07-18 00:23:16 -04:00
Mark H Weaver
06f06142a3
gnu: linux-libre@4.4: Update to 4.4.141.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.141.
2018-07-18 00:22:24 -04:00
Kei Kebreau
348edd91ef
gnu: Add openbabel.
...
* gnu/packages/chemistry.scm (openbabel): New variable.
2018-07-17 20:53:57 -04:00
Leo Famulari
a1e3da63cb
gnu: ghostscript: Fix CVE-2018-10194.
...
* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field.
(ghostscript/fixed): New variable.
* gnu/packages/patches/ghostscript-CVE-2018-10194.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-07-17 20:44:52 -04:00
Leo Famulari
276598b69b
gnu: certbot, python-acme: Update to 0.26.1.
...
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.26.1.
2018-07-17 20:44:52 -04:00
Leo Famulari
d212b9d4d0
gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].
...
* gnu/packages/cups.scm (cups-minimal)[replacement]: New field.
(cups-minimal-2.2.8): New variable.
(cups): Use package/inherit.
2018-07-17 20:44:48 -04:00
Marius Bakke
b8b15ea0e9
gnu: whois: Update to 5.3.2.
...
* gnu/packages/networking.scm (whois): Update to 5.3.2.
2018-07-18 01:04:15 +02:00
Marius Bakke
1a149de748
gnu: rng-tools: Update to 6.3.1.
...
* gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
2018-07-18 01:04:15 +02:00
Marius Bakke
7c9e27e8b6
gnu: ffmpeg@2.8: Update to 2.8.15.
...
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.
2018-07-18 01:04:15 +02:00
Marius Bakke
ac83cf22c2
gnu: Add bsdiff.
...
* gnu/packages/compression.scm (bsdiff): New public variable.
2018-07-18 01:04:15 +02:00
Marius Bakke
67c127c9cb
gnu: sfml: Remove all bundled dependencies.
...
* gnu/packages/game-development.scm (sfml)[source](snippet): New field.
[inputs]: Add STB-IMAGE and STB-IMAGE-WRITE.
2018-07-18 01:04:14 +02:00
Marius Bakke
ecb1194bbc
gnu: Add stb-image-write.
...
* gnu/packages/stb.scm (stb-image-write): New public variable.
2018-07-18 01:04:14 +02:00
Marius Bakke
cada868c2a
gnu: Add stb-image.
...
* gnu/packages/stb.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2018-07-18 01:04:14 +02:00
Marius Bakke
0bc2724800
gnu: sfml: Update to 2.5.0.
...
* gnu/packages/game-development.scm (sfml): Update to 2.5.0.
[arguments]: Specify pkg-config dir in #:configure-flags.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Move FLAC, FREETYPE, LIBVORBIS and OPENAL ...
[propagated-inputs]: ... here. New field.
2018-07-18 00:36:08 +02:00
Marius Bakke
08e977d291
gnu: physfs: Update to 3.0.1.
...
* gnu/packages/game-development.scm (physfs): Update to 3.0.1.
[arguments]: Add phase to ensure RUNPATH is set.
2018-07-18 00:36:08 +02:00
Marius Bakke
2495012709
gnu: libspiro: Update to 0.5.20150702.
...
* gnu/packages/fontutils.scm (libspiro): Update to 0.5.20150702.
[source]: Change URI to maintained repository.
[arguments]: Remove.
2018-07-18 00:36:07 +02:00
Marius Bakke
06446a7d03
gnu: libmodplug: Update to 0.8.9.0.
...
* gnu/packages/audio.scm (libmodplug): Update to 0.8.9.0.
2018-07-18 00:36:07 +02:00
Marius Bakke
fa3b93d6a7
gnu: libmikmod: Update to 3.3.11.1.
...
* gnu/packages/sdl.scm (libmikmod): Update to 3.3.11.1.
2018-07-18 00:36:07 +02:00
Marius Bakke
67c18a03d4
gnu: libextractor: Update to 1.7.
...
* gnu/packages/gnunet.scm (libextractor): Update to 1.7.
2018-07-18 00:36:07 +02:00
Marius Bakke
05fcb98d10
gnu: libcue: Update to 2.2.1.
...
* gnu/packages/cdrom.scm (libcue): Update to 2.2.1.
[arguments]: Add #:configure-flags for building shared library, since the
package defaults to static since this version.
2018-07-18 00:36:07 +02:00
Marius Bakke
e9997e471d
gnu: libb2: Update to 0.98.
...
* gnu/packages/crypto.scm (libb2): Update to 0.98.
[source]: Use URL-FETCH.
[native-inputs]: Remove.
2018-07-18 00:36:06 +02:00
Marius Bakke
5939188e72
gnu: rapidjson: Remove non-free code.
...
* gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.
2018-07-18 00:36:06 +02:00
Marius Bakke
f8ac203928
gnu: libusb: Update home page.
...
* gnu/packages/libusb.scm (libusb, libusb-compat)[home-page]: Use HTTPS.
2018-07-18 00:36:06 +02:00
Ludovic Courtès
799dc53e9b
gnu: guix-daemon: Fix file name of 'guix' command.
...
Fixes <https://bugs.gnu.org/32183 >.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>.
* gnu/packages/package-management.scm (guix-daemon)[arguments]: In
'install' phase, fix file name of 'guix' command.
2018-07-18 00:25:06 +02:00
Ludovic Courtès
df35e71542
gnu: nethack: Make builds bit-reproducible.
...
* gnu/packages/games.scm (nethack)[arguments]: In 'patch-paths' phase,
define REPRODUCIBLE_BUILD in config.h and set SOURCE_DATE_EPOCH.
2018-07-18 00:22:33 +02:00
Anonymous
3bd0d18661
gnu: Add nethack.
...
* gnu/packages/games.scm (nethack): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-18 00:22:33 +02:00
Jack Hill
36a71ce04d
gnu: Add emacs-adoc-mode
...
* gnu/packages/emacs.scm (emacs-adoc-mode): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-17 17:58:18 -04:00
Jack Hill
5691898f28
gnu: Add emacs-markup-faces
...
* gnu/packages/emacs.scm (emacs-markup-faces): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-17 17:58:18 -04:00
Julien Lepiller
16dc5ed039
gnu: php: Update to 7.2.7.
...
* gnu/packages/php.scm (php): Update to 7.2.7.
2018-07-17 23:36:56 +02:00
Andreas Enge
3078002716
gnu: handbrake: Compile with ffmpeg-3.4.
...
* gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
2018-07-17 22:59:56 +02:00
Andreas Enge
21e6428dc7
gnu: mplayer: Compile with ffmpeg-3.4.
...
* gnu/packages/video.scm (mplayer)[inputs]: Replace ffmpeg by ffmpeg-3.4.
2018-07-17 22:59:56 +02:00
Kei Kebreau
c215fa2135
gnu: octave: Add qhull support.
...
* gnu/packages/maths.scm (octave)[inputs]: Add qhull.
2018-07-17 15:29:05 -04:00
Kei Kebreau
d65f0661f3
gnu: Add qhull.
...
* gnu/packages/maths.scm (qhull): New variable.
2018-07-17 12:49:20 -04:00
43317
700987f72c
gnu: Add luakit.
...
* gnu/packages/web-browsers.scm (luakit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-17 15:13:48 +02:00
Jovany Leandro G.C
4fa335949a
gnu: twinkle: Add missing headers
...
* gnu/packages/patches/twinkle-include-qregexpvalidator-explicity.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (twinkle)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-17 15:13:48 +02:00
Nils Gillmann
e345274adb
gnu: elixir: Update to 1.6.6.
...
* gnu/packages/elixir.scm (elixir): Update to 1.6.6.
Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-17 15:13:48 +02:00
Nils Gillmann
39eec9881d
gnu: erlang: Update to 21.0.
...
* gnu/packages/erlang.scm (erlang): Update to 21.0.
Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-17 15:13:48 +02:00
Ludovic Courtès
86da991f41
gnu: guix: Update to 8bbb79c
.
...
* gnu/packages/package-management.scm (guix): Update to 8bbb79c
.
2018-07-17 15:13:48 +02:00
Ludovic Courtès
4e80516c0c
gnu: guix: Build with Guile 2.2.4.
...
* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.4.
2018-07-17 15:13:47 +02:00
Marius Bakke
8e2c0ce4ee
gnu: jack: Don't install to "lib64" on 64-bit platforms.
...
* gnu/packages/audio.scm (jack-1)[arguments]: New field.
2018-07-17 14:40:13 +02:00
Marius Bakke
eeda24e199
gnu: pulseaudio: Update to 12.2.
...
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 12.2.
2018-07-17 14:40:13 +02:00
Marius Bakke
7136f3e64f
gnu: pulseaudio: Adjust inputs.
...
* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Remove obsolete
LIBSAMPLERATE. Replace SPEEX with SPEEXDSP. Move CHECK, INTLTOOL and M4 ...
[native-inputs]: ... here.
2018-07-17 14:39:26 +02:00
Efraim Flashner
9a0d324a16
gnu: angband: Update to 4.1.2.
...
* gnu/packages/games.scm (angband): Update to 4.1.2.
[source]: Parameterize source uri.
[arguments]: Use custom 'autogen.sh phase to replace 'bootstrap phase.
2018-07-17 10:49:18 +03:00
Efraim Flashner
2d4514e92c
gnu: assimp: Update to 4.1.0.
...
* gnu/packages/graphics.scm (assimp): Update to 4.1.0.
[source]: Don't use unstable tarball.
[home-page]: Update home-page.
2018-07-17 10:34:32 +03:00
Efraim Flashner
3bb3d7f371
gnu: aspell-dict-en: Update to 2018.04.16-0.
...
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0.
2018-07-17 10:34:29 +03:00
Efraim Flashner
9af7469c5b
gnu: vdirsyncer: Return #t from all phases.
...
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Substitute invoke for
system*.
2018-07-17 10:08:01 +03:00
Efraim Flashner
c5b63846b8
gnu: vdirsyncer: Update home-page.
...
* gnu/packages/dav.scm (vdirsyncer)[home-page]: Update to new upstream
home-page.
2018-07-17 10:03:16 +03:00
Leo Famulari
ce91d95f0d
gnu: mutt: Update to 1.10.1.
...
* gnu/packages/mail.scm (mutt): Update to 1.10.1.
2018-07-16 22:26:30 -04:00
Leo Famulari
e967f72648
gnu: libtorrent-rasterbar: Update to 1.1.8.
...
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.8.
2018-07-16 21:38:11 -04:00
Danny Milosavljevic
a545090ce5
gnu: python-cairocffi: Fix loading of shared libraries.
...
Fixes <https://bugs.gnu.org/32170 >.
* gnu/packages/patches/python-cairocffi-dlopen-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-cairocffi)[inputs]: Add glib, gtk+, pango.
[native-inputs]: Add python-pytest.
[arguments]: Enable tests.
[arguments]<#:phases>[patch-paths]: New phase.
2018-07-16 23:51:38 +02:00
Leo Famulari
8e632a6435
gnu: python-pyasn1-modules: Update to 0.2.2.
...
* gnu/packages/python.scm (python-pyasn1-modules, python2-pyasn1-modules):
Update to 0.2.2.
2018-07-16 16:47:55 -04:00
Leo Famulari
90f38fb661
gnu: python-pyasn1: Update to 0.4.3.
...
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.4.3.
2018-07-16 16:47:52 -04:00
Clément Lassieur
cd62e5d368
services: cuirass: Remove the LOAD-PATH option.
...
* gnu/services/cuirass.scm (<cuirass-configuration>,
cuirass-shepherd-service): Remove the LOAD-PATH option.
2018-07-16 22:08:58 +02:00
Clément Lassieur
68a653ab64
gnu: cuirass: Update to 7b2f9e0.
...
* gnu/packages/ci.scm (cuirass): Update to 7b2f9e0.
2018-07-16 22:08:56 +02:00
Efraim Flashner
49b92a2414
gnu: tk: Add symlink for 'wish' binary.
...
* gnu/packages/tcl.scm (tk)[arguments]: Add custom phase to create a
symlink from 'wish' to 'wish8.6'.
[home-page]: Use https.
2018-07-16 22:39:52 +03:00
Leo Famulari
36bbac734f
gnu: Remove leftover patch.
...
* gnu/packages/patches/file-CVE-2017-1000249.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.patch'.
2018-07-16 15:03:31 -04:00
Ludovic Courtès
d3095f34a3
gnu: emacs-bash-completion: Fix spelling of "Bash".
...
* gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]:
Fix spelling of "Bash".
2018-07-16 17:14:39 +02:00
Ludovic Courtès
a14a80da2e
gnu: emacs-pulseaudio-control: Record the file name of 'pactl'.
...
* gnu/packages/emacs.scm (emacs-pulseaudio-control)[arguments, inputs]:
New fields.
2018-07-16 17:14:39 +02:00
Brendan Tildesley
17a21bcf31
gnu: ecryptfs-utils: Patch hardcoded-paths.
...
* gnu/packages/linux.scm: (ecryptfs-utils): Patch hardcoded-paths.
[arguments]: Add the phase patch-hardcoded-paths to replace various hardcoded
references to /bin, /sbin, ... with direct references to the store.
[inputs]: Add missing inputs util-linux, cryptsetup, and lvm2 so that the
correct paths can be found and the resulting code works.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:51:27 +02:00
Theodoros Foradis
f7e248396b
gnu: monero-core: Rename package to "monero-gui".
...
* gnu/packages/finance.scm (monero-core): Define in terms of
'deprecated-package'.
(monero-gui): New variable, formerly known as "monero-core".
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:47:05 +02:00
Theodoros Foradis
88d5ee44ed
gnu: monero-core: Return #t from phases.
...
* gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for system*.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:44:44 +02:00
Theodoros Foradis
3902bc5c23
gnu: monero-core: Update to 0.12.2.0.
...
* gnu/packages/finance.scm (monero-core): Update to 0.12.2.0.
[source]: Use 'git-fetch'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:44:33 +02:00
Theodoros Foradis
797445be47
gnu: monero: Return #t from phases.
...
* gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for system*.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:40:54 +02:00
Theodoros Foradis
0a551443ae
gnu: monero: Update to 0.12.3.0.
...
* gnu/packages/patches/monero-use-system-miniupnpc.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/finance.scm (monero): Update to 0.12.3.0.
[source]: Add patch. Remove snippet because miniupnpc, rapidjson
and unbound are no longer bundled in-tree.
[inputs]: Add zeromq, cppzmq, libsodium. Use monero-miniupnpc.
[arguments]: Change build-type to "release".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 16:40:37 +02:00
Vagrant Cascadian
a0bb021785
gnu: Add electron-cash.
...
* gnu/packages/finance.scm (electron-cash): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-16 15:34:31 +02:00
Efraim Flashner
66b9c643d5
gnu: kodi: Build with mariadb.
...
* gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb.
2018-07-16 11:02:25 +03:00
Leo Famulari
248a9e163b
gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].
...
* gnu/packages/java.scm (java-bouncycastle): Update to 1.60.
2018-07-16 03:07:49 -04:00
Efraim Flashner
0728f60074
gnu: fltk: Update to 1.3.4-2.
...
* gnu/packages/fltk.scm (fltk): Update to 1.3.4-2.
[source]: Remove patches.
[inputs]: Switch from libjpeg-8 to libjpeg.
* gnu/packages/patches/fltk-shared-lib-defines.patch,
gnu/packages/patches/fltk-xfont-on-demand.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2018-07-16 10:02:28 +03:00
Leo Famulari
cfe255684c
gnu: botan: Update to 2.7.0 [fixes CVE-2018-12435].
...
* gnu/packages/crypto.scm (botan): Update to 2.7.0.
2018-07-16 02:17:50 -04:00
Christopher Baines
fe27238cea
gnu: ruby-options: Return #t from set-LIB phase.
...
* gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the set-LIB
phase.
2018-07-15 22:19:39 +01:00
Efraim Flashner
ae608622f3
gnu: tor.scm: Fix copyright line.
...
This is a follow-up to 2c6f0438d8
.
2018-07-15 23:14:03 +03:00
Efraim Flashner
5041d03a41
gnu: libraw: Use libjpeg@9.
...
* gnu/packages/photo.scm (libraw)[inputs]: Replace libjpeg@8 with
libjpeg.
2018-07-15 23:00:25 +03:00
Efraim Flashner
0998278519
gnu: openimageio: Use libjpeg@9.
...
* gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8
with libjpeg.
2018-07-15 22:59:26 +03:00
Efraim Flashner
1cd968e854
gnu: openimageio: Don't use unstable tarball.
...
* gnu/packages/graphics.scm (openimageio)[source]: Download the source
from a git repository.
2018-07-15 22:59:26 +03:00
Efraim Flashner
22f003880c
gnu: podofo: Update to 0.9.6.
...
* gnu/packages/pdf.scm (podofo): Update to 0.9.6.
[native-inputs]: Add cppunit, pkg-config.
[inputs]: Replace libjpeg@8 with libjpeg. Order alphabetically.
2018-07-15 22:59:26 +03:00
Efraim Flashner
74f99ee42a
gnu: gimp: Use libjpeg@9.
...
* gnu/packages/gimp.scm (gimp)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15 22:59:25 +03:00
Efraim Flashner
cb570156b6
gnu: gegl: Use libjpeg@9.
...
* gnu/packages/gimp.scm (gegl)[inputs]: Replace libjpeg@8 with libjpeg.
2018-07-15 22:59:25 +03:00
Efraim Flashner
080e11b48e
gnu: rust@1.25: Fix build on aarch64-linux.
...
* gnu/packages/rust.scm (rust@1.25 )[arguments]: Replace inherited custom
'patch-aarch64-test phase. Make sure all phases return #t.
2018-07-15 22:59:25 +03:00
Efraim Flashner
4f963b6f29
gnu: rust@1.19: Don't make public.
...
* gnu/packages/rust.scm (rust@1.19 ): Don't make it a public variable.
2018-07-15 22:59:25 +03:00
Efraim Flashner
97dd1b154b
gnu: postgresql@9.6: Update to 9.6.9.
...
* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.9.
2018-07-15 22:59:24 +03:00
Efraim Flashner
71e304ed28
gnu: emacs: Build with libjpeg@9.
...
* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with
libjpeg.
2018-07-15 22:59:21 +03:00
Efraim Flashner
2c6f0438d8
gnu: tor: Update to 0.3.3.9.
...
* gnu/packages/tor.scm (tor): Update to 0.3.3.9.
2018-07-15 21:16:32 +03:00
Pierre Langlois
d5e60a2a93
gnu: pulseaudio: Add jack input.
...
Depending on jack allows building the jack-sink and jack-source modules for
routing the audio through the jack server.
* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add jack-1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-15 19:04:08 +02:00
Efraim Flashner
9bb98f6425
gnu: lcms: Use libjpeg.
...
* gnu/packages/ghostscript.scm (lcms)[inputs]: Replace libpjeg@8 with
libjpeg.
2018-07-15 11:24:18 +03:00
Rutger Helling
f579af3d3e
gnu: wayland-protocols: Update to 1.15.
...
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.15.
2018-07-15 09:56:04 +02:00
Efraim Flashner
6c10675928
gnu: python-xenon: Update to 0.5.4.
...
* gnu/packages/python.scm (python-xenon): Update to 0.5.4.
[arguments]: Remove part of custom 'patch-test-requirements phase.
2018-07-14 23:19:42 +03:00
Efraim Flashner
90e2535883
gnu: mesa: Update to 18.1.4.
...
* gnu/packages/gl.scm (mesa): Update to 18.1.4.
2018-07-14 22:52:02 +03:00
Efraim Flashner
5743ba4979
gnu: debootstrap: Update to 1.0.106.
...
* gnu/packages/debian.scm (debootstrap): Update to 1.0.106.
[source]: Download from git repository.
[home-page]: Update to new home-page.
2018-07-14 22:51:34 +03:00
Efraim Flashner
f52ddd6236
gnu: gnu-pw-mgr: Update to 2.3.3.
...
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.3.
2018-07-14 22:10:09 +03:00
Efraim Flashner
0a34402b19
Merge remote-tracking branch 'origin/master' into qt-updates
2018-07-14 20:56:03 +03:00
Ben Woodcroft
5908818e30
gnu: python-h5py: Update to 2.8.0.
...
* gnu/packages/python.scm (python-h5py): Update to 2.8.0.
2018-07-15 00:43:57 +10:00
Julien Lepiller
daf823ad27
gnu: services: Export virtlog-configuration.
...
* gnu/services/virtualization.scm (virtlog-configuration): Export.
2018-07-14 13:19:37 +02:00
Mark H Weaver
f3c9a5d2d4
gnu: linux-libre: Update to 4.17.6.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.6.
(%linux-libre-hash): Update hash.
2018-07-14 01:44:54 -04:00
Mark H Weaver
be9bab8654
gnu: linux-libre@4.14: Update to 4.14.55.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.55.
(%linux-libre-4.14-hash): Update hash.
2018-07-14 01:44:01 -04:00
Mark H Weaver
16e2bb5cd5
gnu: linux-libre@4.9: Update to 4.9.112.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.112.
2018-07-14 01:43:11 -04:00
Mark H Weaver
df74221a22
gnu: linux-libre@4.4: Update to 4.4.140.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.140.
2018-07-14 01:42:20 -04:00
Kei Kebreau
a49eb85c34
gnu: Add inchi.
...
* gnu/packages/chemistry.scm (inchi): New variable.
2018-07-13 22:21:45 -04:00
Julien Lepiller
82da291abe
gnu: faba-icon-theme: Fix build.
...
* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Disable running
gtk-update-icon-cache after installation.
2018-07-13 20:52:26 +02:00
Jan Nieuwenhuizen
00c86a8884
gnu: mes: Update to 0.16.1.
...
* gnu/packages/mes.scm (mes): Update to 0.16.1.
2018-07-13 19:43:38 +02:00
Julien Lepiller
34aff57c82
gnu: antlr3: Fix compilation.
...
* gnu/packages/java.scm (antlr3)[arguments]: Fix 'generate-grammar' phase.
2018-07-13 18:39:28 +02:00
Theodoros Foradis
a811bca289
gnu: Add miniupnpc-monero.
...
* gnu/packages/upnp.scm (monero-miniupnpc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 17:28:40 +02:00
Theodoros Foradis
f6c8771463
gnu: Add cppzmq.
...
* gnu/packages/networking.scm (cppzmq): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 17:28:40 +02:00
Oleg Pykhalov
0bc2d3e42b
gnu: Add ddclient.
...
* gnu/packages/dns.scm (ddclient): New variable.
2018-07-13 17:49:37 +03:00
Julien Lepiller
e3ebfe6ca0
gnu: bind: Update to 9.12.2.
...
* gnu/packages/dns.scm (bind): Update to 9.12.2.
* gnu/packages/patches/bind-CVE-2018-5738.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-07-13 15:01:08 +02:00
Julien Lepiller
d4b8fa5d3a
gnu: hunspell-dict-fr: Update to 6.2.
...
* gnu/packages/libreoffice.scm (dicollecte-french-dictionary): Update to 6.2.
2018-07-13 14:16:07 +02:00
Marius Bakke
486cddcd8b
gnu: libva: Update to 2.2.0.
...
* gnu/packages/video.scm (libva): Update to 2.2.0.
2018-07-13 13:10:47 +02:00
Marius Bakke
bf77a2c87a
gnu: pulseaudio: Update to 12.0.
...
* gnu/packages/patches/pulseaudio-glibc-2.27.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 12.0.
[source](patches): Remove 'pulseaudio-glibc-2.27.patch'.
[arguments]: Remove related 'bootstrap' phase.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL. Add GLIB:BIN.
2018-07-13 12:53:31 +02:00
Marius Bakke
19bb999a50
gnu: openblas: Update to 0.3.1.
...
* gnu/packages/patches/openblas-fix-tests-i686.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/maths.scm (openblas): Update to 0.3.1.
[arguments, native-inputs]: Don't apply 'openblas-fix-tests-i686.patch'.
2018-07-13 12:31:49 +02:00
Marius Bakke
e90f1d5fa2
gnu: pciutils: Update to 3.6.1.
...
* gnu/packages/pciutils.scm (pciutils): Update to 3.6.1.
2018-07-13 01:05:56 +02:00