summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2017-12-01gnu: gnome-default-applications: Add Evince for PDF and PS.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-default-applications)[propagated-inputs]: Add EVINCE. [arguments]: Associate Evince with application/pdf and application/postscript.
2017-11-27gnu: rhythmbox: Update to 3.4.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.2.
2017-11-27gnu: libgweather: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgweather): Update to 3.26.1.
2017-11-27gnu: glade@3: Update to 3.20.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (glade3): Update to 3.20.2.
2017-11-26gnu: shotwell: Update to 0.27.1.Leo Famulari
* gnu/packages/gnome.scm (shotwell): Update to 0.27.1.
2017-11-22gnu: gnumeric: Update to 1.12.36.Ludovic Courtès
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.36.
2017-11-22gnu: goffice: Update to 0.10.36.Ludovic Courtès
* gnu/packages/gnome.scm (goffice): Update to 0.10.36.
2017-11-21gnu: Patch path to locale in gnome-desktop.Christopher Baines
* gnu/packages/gnome.scm (gnome-desktop)[arguments]: Add 'patch-path phase to get libgnome-desktop to use the full path to the locale binary.
2017-11-18gnu: Move date/time packages from python.scm to time.scm.Ricardo Wurmus
* gnu/packages/python.scm (python-pytz, python2-pytz, python-dateutil, python2-dateutil, python-parsedatetime, python2-parsedatetime, python-tzlocal, python-isodate, python2-isodate, python-iso8601, python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339, python2-pyrfc3339, python-arrow, python2-arrow, python-aniso8601, python2-aniso8601): Move from here... * gnu/packages/time.scm: ...to here. * gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/django.scm, gnu/packages/ebook.scm, gnu/packages/gnome.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/mail.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/rdf.scm, gnu/packages/statistics.scm, gnu/packages/tls.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm: Adjust accordingly.
2017-11-17gnu: eolie: Update to 0.9.12.Ricardo Wurmus
* gnu/packages/gnome.scm (eolie): Update to 0.9.12. [inputs]: Add python-dateutil.
2017-11-17gnu: cheese: Update to 3.26.0.Rutger Helling
* gnu/packages/gnome.scm (cheese): Update to 3.26.0 Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-17gnu: eog: Update to 3.26.2.Rutger Helling
* gnu/packages/gnome.scm (eog): Update to 3.26.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-17gnu: gnome-disk-utility: Update to 3.26.2.Rutger Helling
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.26.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-15gnu: geoclue: Use HTTPS for home page.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (geoclue)[home-page]: Use HTTPS.
2017-11-15gnu: geoclue: Update to 2.4.7.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (geoclue): Update to 2.4.7.
2017-11-14gnu: devhelp: Update to 3.26.0.Kei Kebreau
* gnu/packages/gnome.scm (devhelp): Update to 3.26.0.
2017-11-14gnu: gnome-calculator: Update to 3.26.0.Kei Kebreau
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.26.0.
2017-11-14gnu: gnome-system-monitor: Update to 3.26.0.Kei Kebreau
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.26.0.
2017-11-13Revert "gnu: totem: Enable parallel build."Kei Kebreau
This reverts commit e5f748a6c0c774265f52c7246ee7b80bec6d3522.
2017-11-12gnu: libsoup: Update to 2.60.2.Kei Kebreau
* gnu/packages/gnome.scm (libsoup): Update to 2.60.2.
2017-11-12gnu: glib-networking: Update to 2.54.1.Kei Kebreau
* gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.
2017-11-09gnu: libwnck: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (libwnck): Update to 3.24.1.
2017-11-08gnu: totem: Enable parallel build.Kei Kebreau
* gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t implicitly.
2017-11-07gnu: gdm: Add configure flags for better defaults.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]<#:configure-flags>: Add --with-initial-vt=7 and --enable-gdm-xsession. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07gnu: gdm: Fix config file path.Timothy Sample
* gnu/packages/gnome.scm (gdm)[arguments]<#:phases>: Fix the 'pre-configure phase so that GDM finds its config file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07gnu: moka-icon-theme: Fix license.Brendan Tildesley
* gnu/packages/gnome.scm (moka-icon-theme): Add cc-by-sa4.0 to license field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07gnu: moka-icon-theme: Add faba-icon-theme as propagated input.Brendan Tildesley
* gnu/packages/gnome.scm (moka-icon-theme)[propagated-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07gnu: moka-icon-theme: Simplify package definition.Brendan Tildesley
* gnu/packages/gnome.scm (moka-icon-theme): Inherit faba-icon-theme to avoid duplicating similar package definition. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07gnu: Add faba-icon-theme.Brendan Tildesley
* gnu/packages/gnome.scm (faba-icon-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-05gnu: lollypop: Update to 0.9.304.rennes
* gnu/packages/gnome.scm (lollypop): Update to 0.9.304. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: gnome-terminal: Update to 3.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.2.
2017-11-05gnu: vte: Update to 0.50.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (vte): Update to 0.50.2.
2017-11-02gnu: vte-ng: Update to 0.50.2.a.Marius Bakke
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.2.a.
2017-11-02gnu: gnome-todo: Update to 3.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-todo): Update to 3.26.2.
2017-11-02gnu: dconf-editor: Update to 3.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.2.
2017-11-02gnu: gnome-clocks: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.26.1.
2017-11-02gnu: file-roller: Update to 3.26.2.Tobias Geerinckx-Rice
gnu/packages/gnome.scm (file-roller): Update to 3.26.2.
2017-11-02gnu: aisleriot: Update to 3.22.4.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.4.
2017-11-02gnu: libgweather: Update to 3.26.0.Kei Kebreau
* gnu/packages/gnome.scm (libgweather): Update to 3.26.0.
2017-11-02gnu: five-or-more: Update to 3.26.0.Kei Kebreau
* gnu/packages/gnome.scm (five-or-more): Update to 3.26.0.
2017-11-01gnu: gnome-mines: Update to 3.26.0.Kei Kebreau
* gnu/packages/gnome.scm (gnome-mines): Update to 3.26.0.
2017-10-21gnu: rest: Update to 0.8.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (rest): Update to 0.8.1.
2017-10-21gnu: gnome-disk-utility: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.26.1. [build-system]: Use meson-build-system. [native-inputs]: Add gtk+:bin.
2017-10-18Revert "gnu: python-pyatspi: Update to 2.26.0."Tobias Geerinckx-Rice
This reverts commit 629f33e233c34235ed74a1b12ac38a3f58a99eea, which breaks orca@3.26.0.
2017-10-18gnu: eog-plugins: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.1.
2017-10-18gnu: eog: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (eog): Update to 3.26.1.
2017-10-18gnu: python-pyatspi: Update to 2.26.0.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0.
2017-10-16gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813Adam Van Ymeren
Fixes <http://bugs.gnu.org/28813>. * gnu/packages/gnome.scm (totem)[arguments]: Add #:parallel-build?. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-15gnu: baobab: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (baobab): Update to 3.26.1.
2017-10-13gnu: file-roller: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (file-roller): Update to 3.26.1.