Commit graph

49284 commits

Author SHA1 Message Date
Danny Milosavljevic ee623903b1
gnu: python-binaryornot: Fix typo.
Follow-up to 86723f98ab.

* gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-test]:
Rename to...
[patch-test]: ...this.
2019-10-10 11:04:14 +02:00
Brian Leung 0091853199
gnu: emacs-org-ql: Patch for Helm users.
The package has a Helm component that is missing the relevant `require` statements.
* gnu/packages/patches/emacs-helm-org-ql.patch: Add.
* gnu/local.mk (emacs-helm-org-ql): Add entry.
* gnu/packages/emacs-xyz.scm: Update and add dependencies.
2019-10-10 07:01:30 +02:00
Brian Leung c2acf8f32b
gnu: emacs-gif-screencast: Update to 1.0-2.248d1e1.
* gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.0-2.248d1e1.
2019-10-10 06:50:29 +02:00
Brian Leung aa694009c7
gnu: emacs-org-ql: Update to 0.3.1-2.949a06c.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.1-2.949a06c.
2019-10-10 02:22:25 +02:00
Brian Leung 8ff62eeb95
gnu: emacs-org-sidebar: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.2.
2019-10-09 22:35:53 +02:00
Brian Leung 7a268eadbe
gnu: emacs-org-ql: Update to 0.3-1.af0ef30.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3-1.af0ef30.
2019-10-09 22:35:53 +02:00
Brian Leung ca19d88d0a
gnu: emacs-org-super-agenda: Update to 1.1.1-3.a87ca11.
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to 1.1.1-3.a87ca11.
2019-10-09 22:29:41 +02:00
Marius Bakke 03f0b5e2c6
gnu: wesnoth: Update to 1.14.9.
Fixes a build failure reported by reepca on #guix.

* gnu/packages/games.scm (wesnoth): Update to 1.14.9.
[arguments]: Add phase to disable compiler warnings from Boost headers.
2019-10-09 21:54:57 +02:00
Maxim Cournoyer 7f486d25d2
gnu: vinagre: Fix build.
* gnu/packages/gnome.scm (vinagre): Set the '--enable-compile-warnings'
configure flag to 'minimum', to prevent build failures on compilation
warnings.
2019-10-10 04:41:13 +09:00
Joseph LaFreniere 081fe5ca97
gnu: Add emacs-ssh-agency.
* gnu/packages/emacs-xyz.scm (emacs-ssh-agency): New variable.
2019-10-09 21:11:07 +02:00
Brian Leung dc3cd70d20
gnu: emacs-deft: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-deft)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-10-09 21:11:07 +02:00
Brian Leung dc6a1a8b48
gnu: emacs-emmet-mode: Update to 1.0.8-1.1acb821.
* gnu/packages/emacs-xyz.scm (emacs-emmet-mode): Update to 1.0.8-1.1acb821.
2019-10-09 21:11:07 +02:00
Tobias Geerinckx-Rice 8325e1f8c4
gnu: fcgiwrap: Fix build with newer GCCs.
* gnu/packages/web.scm (fcgiwrap)[arguments]: Add ‘fix-CFLAGS’ phase.
2019-10-09 19:21:05 +02:00
Tobias Geerinckx-Rice e65bbec98f
gnu: perl-mail-dkim: Update to 0.57.
* gnu/packages/mail.scm (perl-mail-dkim): Update to 0.57.
2019-10-09 19:21:05 +02:00
Tobias Geerinckx-Rice 9cd100b659
gnu: python-ecdsa: Update to 0.13.3.
* gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.13.3.
2019-10-09 19:21:05 +02:00
Tobias Geerinckx-Rice 1329910511
gnu: opensm: Update to 3.3.22.
* gnu/packages/fabric-management.scm (opensm): Update to 3.3.22.
2019-10-09 19:21:05 +02:00
Marius Bakke 636037fd0a
gnu: espeak: Build with the C++ 98 standard.
Fixes <https://bugs.gnu.org/37672>.
Reported by Bradley Haggerty <bradigger@gmail.com>.

* gnu/packages/speech.scm (espeak)[arguments]: Add CXXFLAGS to #:make-flags.
2019-10-09 19:09:42 +02:00
Marius Bakke e0dcd84d51
gnu: libsigc++: Update home page.
* gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.
2019-10-09 19:09:41 +02:00
Ingo Ruhnke 52b61e9991
gnu: gtk+: Add libxrandr input.
This fixes multi-monitor issues in XFCE and other Gtk+ apps.

* gnu/packages/gtk.scm (gtk+)[inputs]: Add libxrandr.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-10-09 18:50:45 +02:00
Danny Milosavljevic 86723f98ab
gnu: python-binaryornot: Fix build.
Fixes <https://bugs.gnu.org/37678>.

* gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-tests]:
New phase.
2019-10-09 15:59:52 +02:00
Marius Bakke d1b8ef998d
gnu: gstreamer: Update to 1.16.1.
* gnu/packages/patches/gstreamer-buffer-reset-offset.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.16.1.
[source](patches): Remove.
(gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly,
gst-libav, python-gst): Update to 1.16.1.
2019-10-09 12:58:51 +02:00
Marius Bakke 45b01f2e05
gnu: orc: Update to 0.4.30.
* gnu/packages/gstreamer.scm (orc): Update to 0.4.30.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Adjust phase order to cope with the new out-of-source build.
[native-inputs]: Add GTK-DOC.
2019-10-09 12:57:19 +02:00
Marius Bakke 4442d4dc40
gnu: pulseaudio: Update to 13.0.
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 13.0.
[arguments]: Remove obsolete phase.
2019-10-09 12:56:49 +02:00
Marius Bakke 5ba3ea4211
gnu: CUPS: Update to 2.3.0.
* gnu/packages/cups.scm (cups-minimal): Update to 2.3.0.
[arguments]: Adjust for renamed test file.
[license]: Change to ASL2.0.
2019-10-09 12:55:52 +02:00
Marius Bakke 1e429a8263
gnu: cups-filters: Update to 1.25.7.
* gnu/packages/cups.scm (cups-filters): Update to 1.25.7.
2019-10-09 12:55:26 +02:00
Marius Bakke f855616fff
gnu: qpdf: Update to 9.0.1.
* gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
2019-10-09 12:55:06 +02:00
Marius Bakke 1c10ba3a24
gnu: python-packaging: Update to 19.2.
* gnu/packages/python-xyz.scm (python-packaging): Update to 19.2.
2019-10-09 12:54:39 +02:00
Brian Leung 3cb2d1a556
gnu: emacs-tiny: Update to 0.2.1-1.fd8a6b0.
* gnu/packages/emacs-xyz.scm (emacs-tiny): Update to 0.2.1-1.fd8a6b0.
2019-10-09 08:10:03 +02:00
Brian Leung 525ef21ba0
gnu: emacs-general: Update to 0-3.f38fb22.
* gnu/packages/emacs-xyz.scm (emacs-general): Update to 0-3.f38fb22.
2019-10-09 04:26:57 +02:00
Brian Leung 4928a37624
gnu: emacs-ccls: Update to 0.1-3.b1acc33.
* gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-3.b1acc33.
2019-10-09 03:53:24 +02:00
Brian Leung 9887fc7512
gnu: emacs-dante: Update to 1.5-3.38b5894.
* gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.5-3.38b5894.
2019-10-09 03:31:30 +02:00
Jan Nieuwenhuizen 185152e39e
gnu: mcrl2: Update source url.
* gnu/packages/maths.scm (mcrl2): Update source url.
2019-10-08 23:25:51 +02:00
Pierre Langlois f875d76f16
gnu: python2-tqdm: Depend on python2-functools32.
* gnu/packages/python-xyz.scm (python-tqdm)[properties]: Add python2-variant.
(python2-tqdm): Use 'strip-python2-variant'.
[native-inputs]: Add python2-functools32.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-10-08 23:07:27 +02:00
Pierre Langlois d28c113f6b
gnu: gpodder: Update to 3.10.11.
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.11.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-10-08 23:07:09 +02:00
Pierre Langlois 9d282fb163
gnu: sakura: Update to 3.7.0.
* gnu/packages/terminals.scm (sakura): Update to 3.7.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-10-08 23:06:31 +02:00
Marius Bakke 4ed041d901
gnu: mate-applets: Build with a fixed version of yelp-tools.
Fixes <https://bugs.gnu.org/37668>.
Reported by Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>.

* gnu/packages/gnome.scm (yelp-tools/fixed): New public variable.
* gnu/packages/mate.scm (mate-applets)[native-inputs]: Replace YELP-TOOLS with
YELP-TOOLS/FIXED.
2019-10-08 22:04:12 +02:00
Vagrant Cascadian 1ea8b3b1a0
gnu: electron-cash: Update to 4.0.10.
* gnu/packages/finance (electron-cash): Update to 4.0.10.
  [inputs]: Add python-dateutil and python-dnspython.
2019-10-08 12:41:44 -07:00
Marius Bakke 2ea095300a
gnu: OpenBLAS: Update to 0.3.7.
* gnu/packages/maths.scm (openblas): Update to 0.3.7.
2019-10-08 21:23:06 +02:00
Marius Bakke a4384dc970
gnu: OpenBLAS: Incorporate grafted changes.
* gnu/packages/maths.scm (openblas)[replacement]: Remove.
[arguments]: Add NUM_THREADS in #:make-flags.
(openblas/fixed-num-threads): Remove variable.
2019-10-08 21:23:06 +02:00
Marius Bakke 969aea1f03
gnu: libical: Update to 3.0.6.
* gnu/packages/calendar.scm (libical): Update to 3.0.6.
2019-10-08 21:23:05 +02:00
Marius Bakke cb15ad775d
gnu: libgit2: Update to 0.28.3.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.3.
2019-10-08 21:23:05 +02:00
Marius Bakke 18b804c40f
gnu: libinput: Update to 1.14.1.
* gnu/packages/freedesktop.scm (libinput): Update to 1.14.1.
2019-10-08 21:23:05 +02:00
Marius Bakke 605b7f42cf
gnu: gtk+: Update to 3.24.12.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.12.
2019-10-08 21:23:05 +02:00
Marius Bakke 080edbe949
gnu: gdk-pixbuf: Update to 2.40.0.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.40.0.
[arguments]: Remove obsolete phase.
2019-10-08 21:23:05 +02:00
Marius Bakke 3572b3904f
gnu: libogg: Update to 1.3.4.
* gnu/packages/xiph.scm (libogg): Update to 1.3.4.
2019-10-08 21:23:04 +02:00
Marius Bakke 9205f45107
gnu: lz4: Update to 1.9.2.
* gnu/packages/compression.scm (lz4): Update to 1.9.2.
[native-inputs]: Add PYTHON.
2019-10-08 21:23:04 +02:00
Marius Bakke 72fbea3fef
gnu: bluez: Update to 5.51.
* gnu/packages/linux.scm (bluez): Update to 5.51.
2019-10-08 21:23:04 +02:00
Marius Bakke d45c75fc57
gnu: nss, nss-certs: Update to 3.46.1.
* gnu/packages/nss.scm (nss): Update to 3.46.1.
* gnu/packages/certs.scm (nss-certs): Likewise.
2019-10-08 21:23:04 +02:00
Marius Bakke c29bdd54a7
gnu: nspr: Update to 4.22.
* gnu/packages/nss.scm (nspr): Update to 4.22.
2019-10-08 21:23:03 +02:00
Marius Bakke a40416f2bf
gnu: imagemagick: Update to 6.9.10-68.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-68.
2019-10-08 21:23:03 +02:00