aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: red-eclipse: Fix build.fix-red-eclipseChristopher Baines2019-02-11
| | | | | | | | | | | | Add a patch from the upstream repository [1] that resolves some errors that prevent the package from building [2]. 1: https://github.com/red-eclipse/base/commit/b16b4963c1ad81bb9ef784bc49 2: error: ‘____gammal_r_finite’ was not declared in this scope * gnu/packages/games.scm (red-eclipse)[source] Add patch. * gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: New file * gnu/local.mk (dist_patch_DATA): Add new patch.
* gnu: linux-libre@4.4: Update to 4.4.174.Mark H Weaver2019-02-09
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.174.
* gnu: emacs-pdf-tools: Update to 0.90.Nicolas Goaziou2019-02-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 0.90. [source]: Remove patch. * gnu/packages/patches/emacs-pdf-tools-poppler.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove reference to deleted file.
* gnu: electrum: Update to 3.3.3.Vagrant Cascadian2019-02-09
| | | | | | | | * gnu/packages/finance.scm (electrum): Update to 3.3.3. [inputs]: Add python-aiohttp, python-aiohttp-socks, python-aiorpcx and python-certifi. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-aiorpcx.Vagrant Cascadian2019-02-09
| | | | | | * gnu/packages/python-web.scm (python-aiorpcx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-aiohttp-socks.Vagrant Cascadian2019-02-09
| | | | | | * gnu/packages/python-web.scm (python-aiohttp-socks): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lookingglass: Build with spice-protocol@0.12.14.Rutger Helling2019-02-09
| | | | | * gnu/packages/virtualization.scm (lookingglass)[inputs]: Use spice-protocol@0.12.14 instead of spice-protocol.
* gnu: Add spice-protocol@0.12.14.Rutger Helling2019-02-09
| | | | * gnu/packages/spice.scm (spice-protocol@0.12.14): New variable.
* gnu: python-pytest: Update home page.Marius Bakke2019-02-09
| | | | | * gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to https://docs.pytest.org/en/latest/.
* gnu: python-configparser: Update home page.Marius Bakke2019-02-09
| | | | | * gnu/packages/python-xyz.scm (python-configparser)[home-page]: Set to source repository.
* gnu: notmuch: Update to 0.28.1.Marius Bakke2019-02-09
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.28.1.
* gnu: tracker: Build against the regular SQLite.Marius Bakke2019-02-09
| | | | | | | FTS5 is enabled by default in the current version. * gnu/packages/sqlite.scm (sqlite-with-fts5): Remove variable. * gnu/packages/gnome.scm (tracker)[inputs]: Change from that to SQLITE.
* gnu: webkitgtk: Update to 2.22.6.Marius Bakke2019-02-09
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.6.
* gnu: libvpx: Update to 1.8.0.Marius Bakke2019-02-09
| | | | | | | | | | | * gnu/packages/patches/gst-plugins-good-libvpx-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (libvpx): Update to 1.8.0. [source](patches): Remove obsolete patch. (libvpx-1.7): New public variable. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Use LIBVPX-1.7 instead of LIBVPX. * gnu/packages/gstreamer.scm (gst-plugins-good)[source](patches): New field. [arguments]: Add #:make-flags.
* gnu: offlineimap: Remove redundant wrapper.Marius Bakke2019-02-09
| | | | * gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.
* gnu: Add xbanish.Marius Bakke2019-02-09
| | | | * gnu/packages/xdisorg.scm (xbanish): New public variable.
* Merge branch 'staging'Ludovic Courtès2019-02-09
|\
| * gnu: mariadb: Add comments about failing tests.Marius Bakke2019-02-06
| | | | | | | | * gnu/packages/databases.scm (mariadb): Add comments.
| * gnu: vulkan-headers: Update to 1.1.99.Rutger Helling2019-02-06
| | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.99. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.97.0.
| * gnu: php: Fix test failure.Oleg Pykhalov2019-02-04
| | | | | | | | | | * gnu/packages/php.scm (php)[arguments]: Delete 'ext/curl/tests/curl_basic_009.phpt' file.
| * gnu: gtk-vnc: Update to 0.9.0.Oleg Pykhalov2019-02-04
| | | | | | | | * gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0.
| * gnu: libreoffice: Fix FTBFS with Boost 1.69.0.Marius Bakke2019-02-02
| | | | | | | | | | | | * gnu/packages/patches/libreoffice-boost.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it.
| * Merge branch 'master' into stagingMarius Bakke2019-01-31
| |\
| * | gnu: telepathy-glib: Build sequentially.Ludovic Courtès2019-01-27
| | | | | | | | | | | | | | | * gnu/packages/glib.scm (telepathy-glib)[arguments]: Pass #:parallel-build? #f.
| * | download: Ask not to use TLS 1.3.Ludovic Courtès2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | Works around <https://bugs.gnu.org/34102>. Reported by Marius Bakke <mbakke@fastmail.com>. * guix/build/download.scm (tls-wrap): Add "-VERS-TLS1.3" to the priority string when (gnutls-version) is not prefixed by "3.5".
| * | Merge branch 'master' into stagingRicardo Wurmus2019-01-25
| |\ \
| * \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-25
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-23
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-23
| |\ \ \ \ \
| * | | | | | gnu: mariadb: Disable sporadically failing tests.Carl Dong2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/packages/databases.scm: Disable sporadically failing tests. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| * | | | | | gnu: qscintilla: Update to 2.10.8.Efraim Flashner2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qscintilla): Update to 2.10.8. (python-qscintilla)[arguments]: Update custom 'configure phase.
| * | | | | | gnu: python-pyqt: Update to 5.11.3.Efraim Flashner2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-pyqt): Update to 5.11.3. * gnu/packages/patches/pyqt-public-sip: Update patch.
| * | | | | | gnu: python-sip: Update to 4.19.13.Efraim Flashner2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-sip): Update to 4.19.13.
| * | | | | | gnu: qt: Update to 5.11.3.Efraim Flashner2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qt, qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtscxml, qtgamepad, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.11.3. (qt)[source]: Remove patch. * gnu/packages/patches/qt-5-renameat2.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * | | | | | Merge branch 'master' into stagingLudovic Courtès2019-01-20
| |\ \ \ \ \ \
| * | | | | | | gnu: bitshuffle-for-snappy: Inherit package arguments.Efraim Flashner2019-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/compression.scm (bitshuffle-for-snappy)[arguments]: Inherit package arguments from bitshuffle. Always skip tests.
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2019-01-13
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: vulkan-headers: Update to 1.1.97.Rutger Helling2019-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.97. [source]: Use git-fetch. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. [source]: Use git-fetch. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. [source]: Use git-fetch.
| * | | | | | | | gnu: tzdata: Update to 2018i.Leo Famulari2019-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2018i. (tzdata-for-tests): Keep at version 2018g.
| * | | | | | | | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-09
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: allegro@5.0: Fix building with newer mesa.Efraim Flashner2019-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/game-development.scm (allegro@5.0)[source]: Add patch. (allegro)[patch]: Rename patch file. * gnu/packages/patches/allegro-fix-compiliation-mesa-18.2.5-and-later.patch: Rename to gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | | | | | | | gnu: allegro@4: Fix building with newer mesa.Efraim Flashner2019-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/game-development.scm (allegro@4)[source]: Add patch. * gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | | | | | | | gnu: wesnoth: Fix building with newer boost.Efraim Flashner2018-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (wesnoth)[source]: Add patch. * gnu/packages/patches/wenoth-newer-boost.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | | | | | | | gnu: fbreader: Install desktop file.Efraim Flashner2018-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ebook.scm (fbreader)[arguments]: Add phase to remove hardcoded paths for desktop dir.
| * | | | | | | | | gnu: fbreader: Use 'git-fetch'.Efraim Flashner2018-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ebook.scm (fbreader)[source]: Use 'git-fetch'.
| * | | | | | | | | gnu: fbreader: Fix building with newer curl.Efraim Flashner2018-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ebook.scm (fbreader)[source]: Add patch. * gnu/packages/patches/fbreader-curl-7.62.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-27
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: glib-networking: Work around test failure.Efraim Flashner2018-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (glib-networking)[source]: Add patch. * gnu/packages/patches/glib-networking-connection.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-26
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gnu: efl: Fix build on 32-bit architectures.Marius Bakke2018-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/efl-mesa-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/enlightenment.scm (efl)[source](patches): Use it.