summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Remove GCC < 7 workarounds.Marius Bakke2019-02-11
| | | | | | | | | * gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Remove GCC-7. [arguments]: Adjust accordingly. * gnu/packages/games.scm (openrct2): Likewise. * gnu/packages/linux.scm (make-linux-libre): Likewise. * gnu/packages/mpd.scm (mpd): Likewise. * gnu/packages/storage.scm (ceph): Likewise.
* gnu: Remove WebKitGTK@2.20.Marius Bakke2019-02-11
| | | | | | | | | * gnu/packages/gnome.scm (eolie, epiphany)[native-inputs]: Remove GCC-7. [inputs]: Change WEBKITGTK-2.22 to WEBKITGTK. [arguments]: Adjust accordingly. * gnu/packages/web-browsers.scm (next-gtk-webkit): Likewise. * gnu/packages/webkit.scm (webkitgtk): Update to 2.22.6. (webkitgtk-2.22): Remove variable.
* gnu: libreoffice.scm: Fix build failures with GCC7.Marius Bakke2019-02-11
| | | | | * gnu/packages/libreoffice.scm (libwpd, libcmis, libpagemaker)[arguments]: Add "--disable-werror" to #:configure-flags.
* gnu: libxau: Update to 1.0.9.Marius Bakke2019-02-11
| | | | * gnu/packages/xorg.scm (libxau): Update to 1.0.9.
* gnu: libsm: Update to 1.2.3.Marius Bakke2019-02-11
|
* gnu: libx11: Update to 1.6.7.Marius Bakke2019-02-11
| | | | * gnu/packages/xorg.scm (libx11): Update to 1.6.7.
* gnu: poppler: Update to 0.74.0.Marius Bakke2019-02-11
| | | | | | | | | * gnu/packages/patches/scribus-poppler-0.73.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/scribus.scm (scribus)[source](patches): Add it. * gnu/packages/pdf.scm (poppler): Update to 0.74.0. [arguments]: Adjust renamed configure flag. * gnu/packages/tex.scm (texlive-bin)[arguments]: Add phase 'use-code-for-even-newer-poppler'.
* gnu: pixman: Update to 0.38.0.Marius Bakke2019-02-11
| | | | * gnu/packages/xdisorg.scm (pixman): Update to 0.38.0.
* gnu: gdbm: Update to 1.18.1.Marius Bakke2019-02-11
| | | | * gnu/packages/dbm.scm (gdbm): Update to 1.18.1.
* gnu: curl: Remove graft for 7.64.0.Marius Bakke2019-02-11
| | | | | * gnu/packages/curl.scm (curl): Update to 7.64.0. (curl-7.64.0): Remove variable.
* Merge branch 'master' into core-updatesMarius Bakke2019-02-11
|\
| * gnu: pixman: Update source URI.Marius Bakke2019-02-11
| | | | | | | | * gnu/packages/xdisorg.scm (pixman)[source](uri): Use HTTPS.
| * gnu: python-django: Update to 1.11.20 [fixes CVE-2019-6975].Marius Bakke2019-02-11
| | | | | | | | * gnu/packages/django.scm (python-django): Update to 1.11.20.
| * gnu: ffmpeg: Update to 4.1.1.Marius Bakke2019-02-11
| | | | | | | | * gnu/packages/video.scm (ffmpeg): Update to 4.1.1.
| * gnu: miniupnpc: Update to 2.1.20190210.Marius Bakke2019-02-11
| | | | | | | | * gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190210.
| * gnu: lv2: Update to 1.16.0.Marius Bakke2019-02-11
| | | | | | | | | | | | | | * gnu/packages/audio.scm (lv2): Update to 1.16.0. [arguments]: Remove #:python. (lv2-devel): Remove variable. * gnu/packages/music.scm (ingen)[inputs]: Change LV2-DEVEL to LV2.
| * gnu: vlc: Use libvpx-1.7.Danny Milosavljevic2019-02-11
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/34439>. * gnu/packages/video.scm (vlc)[inputs]: Remove libvpx. Add libvpx-1.7.
| * services: docker: Make shepherd service also require "dbus-system",Danny Milosavljevic2019-02-11
| | | | | | | | | | | | | | | | | | "elogind" and "udev". Fixes <https://bugs.gnu.org/34333>. * gnu/services/docker.scm (docker-shepherd-service): Require "dbus-system", "elogind" and "udev".
| * gnu: gama: Update to 2.03.Kei Kebreau2019-02-11
| | | | | | | | * gnu/packages/gps.scm (gama): Update to 2.03.
| * services: docker: Make shepherd service require "networking".Danny Milosavljevic2019-02-11
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/34333>. * gnu/services/docker.scm (docker-shepherd-service): Require "networking".
| * gnu: gloox: Update to 1.0.22.Vagrant Cascadian2019-02-11
| | | | | | | | * gnu/packages/messaging.scm (gloox): Update to 1.0.22.
| * gnu: python-ecpy: Update to 0.10.0.Vagrant Cascadian2019-02-11
| | | | | | | | * gnu/packages/python-crypto.scm (python-ecpy): Update to 0.10.0.
| * gnu: python-pycryptodome: Update to 3.7.3.Vagrant Cascadian2019-02-11
| | | | | | | | * gnu/packages/python-crypto (python-cryptodome): Update to 3.7.3.
| * gnu: u-boot-novena: Allow booting from raw device offset.Vagrant Cascadian2019-02-11
| | | | | | | | | | * gnu/packages/bootloaders.scm (u-boot-novena): Disable loading u-boot.img from a partition.
| * gnu: Add python-pymsgbox.Vagrant Cascadian2019-02-11
| | | | | | | | * gnu/packages/python-xyz.scm (python-pymsgbox): New variable.
| * gnu: Add python-daemon.Vagrant Cascadian2019-02-11
| | | | | | | | * gnu/packages/python-xyz.scm (python-daemon): New variable.
| * gnu: dmenu: Update to 4.9.Leo Famulari2019-02-11
| | | | | | | | * gnu/packages/suckless.scm (dmenu): Update to 4.9.
| * gnu: Dropbear: Add a comment about bundled libraries.Leo Famulari2019-02-10
| | | | | | | | * gnu/packages/ssh.scm (dropbear): Comment.
| * gnu: curl: Update to 7.64.0 [fixes CVE-2018-16890 and CVE-2019-{3822,3823}].Leo Famulari2019-02-10
| | | | | | | | | | * gnu/packages/curl.scm (curl)[replacement]: New field. (curl-7.64.0): New variable.
| * gnu: Dovecot: Update to 2.3.4.1 [fixes CVE-2019-3814].Leo Famulari2019-02-10
| | | | | | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.4.1.
| * gnu: Syncthing: Update to 1.0.1.Leo Famulari2019-02-10
| | | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.0.1.
| * gnu: MPD: Update to 0.21.4.Leo Famulari2019-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer install any systemd unit files for MPD because this is no longer supported upstream as a matter of policy or via MPD's build system. [0] Specifically, they don't support using MPD with systemd unless MPD was linked with libsystemd. The unit files are only built when this is the case. [0] <https://github.com/MusicPlayerDaemon/MPD/issues/124#issuecomment-334930456> * gnu/packages/mpd.scm (mpd): Update to 0.21.4. [build-system]: Use meson-build-system. [native-inputs]: Add gcc-8, gcc-8:lib, and python-sphinx. [arguments]: Add a 'expand-C++-include-path' phase. Remove the 'install-service-files' phase. Make sure to build the documentation.
| * services: gdm: Disable debugging output.Ludovic Courtès2019-02-10
| | | | | | | | | | * gnu/services/xorg.scm (gdm-etc-service)[gdm-configuration-file]: Comment out debugging setting.
| * gnu: gnome-shell: Customize the GDM log-in screen.Ludovic Courtès2019-02-10
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/gnome-shell-theme.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-shell)[source](patches, modules) (snippet): New fields. [arguments]: Add 'rebuild-css' phase. [native-inputs]: Add RUBY-SASS.
| * artwork: Update snapshot to e951905.Ludovic Courtès2019-02-10
| | | | | | | | * gnu/artwork.scm (%artwork-repository): Update to e951905.
| * gnu: gnome: Remove '--disable-acceleration-check' flag from 'gnome.desktop'.Ludovic Courtès2019-02-10
| | | | | | | | | | | | | | | | | | | | | | With this change the GNOME session is now listed in the log-in screen of GDM. * gnu/packages/gnome.scm (gnome-session)[arguments]: Remove 'disable-hardware-acceleration-check' phase. That phase was apparently no longer needed. Furthermore, GDM expects 'TryExec' to be a file name, not a file name followed by arguments; thus, the option led GDM to discard 'gnome.desktop' with "GdmSession: Command not found: TryExec".
| * gnu: qtwebkit: Build sequentially.Ludovic Courtès2019-02-10
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/34062>. * gnu/packages/qt.scm (qtwebkit)[arguments]: Add #:parallel-build? #f.
| * gnu: Add ghc-stylish-haskell.Gabriel Hondet2019-02-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-stylish-haskell): New variable.
| * gnu: Add ghc-base-unicode-symbols.Gabriel Hondet2019-02-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-base-unicode-symbols): New variable.
| * gnu: Add ghc-alsa-core.Gabriel Hondet2019-02-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-alsa-core): New variable.
* | gnu: libidn2: Update to 2.1.1a.Marius Bakke2019-02-10
| | | | | | | | * gnu/packages/libidn.scm (libidn2): Update to 2.1.1a.
* | gnu: harfbuzz: Update to 2.3.1.Marius Bakke2019-02-10
| | | | | | | | * gnu/packages/gtk.scm (harfbuzz): Update to 2.3.1.
* | gnu: graphite2: Update to 1.3.13.Marius Bakke2019-02-10
| | | | | | | | * gnu/packages/fontutils.scm (graphite2): Update to 1.3.13.
* | gnu: nghttp2: Update to 1.36.0.Marius Bakke2019-02-10
| | | | | | | | * gnu/packages/web.scm (nghttp2): Update to 1.36.0.
* | gnu: nghttp2: Remove GCC7 workaround.Marius Bakke2019-02-10
| | | | | | | | | | * gnu/packages/web.scm (nghttp2)[native-inputs]: Remove GCC-7. [arguments]: Remove phase 'work-around-bug-30756'.
* | gnu: RHash: Update to 1.3.8.Marius Bakke2019-02-10
| | | | | | | | | | * gnu/packages/crypto.scm (rhash): Update to 1.3.8. [arguments]: Adjust install target.
* | gnu: libuv: Update to 1.26.0.Marius Bakke2019-02-10
| | | | | | | | * gnu/packages/libevent.scm (libuv): Update to 1.26.0.
* | gnu: OpenLDAP: Update to 2.4.47.Marius Bakke2019-02-10
| | | | | | | | * gnu/packages/openldap.scm (openldap): Update to 2.4.47.
* | gnu: GnuTLS: Update to 3.6.6.Marius Bakke2019-02-10
| | | | | | | | | | * gnu/packages/tls.scm (gnutls): Update to 3.6.6. [source](snippet): Remove.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-02-10
|\ \