aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2017-07-13gnu: evince: Fix CVE-2017-1000083.Marius Bakke
* gnu/packages/patches/evince-CVE-2017-1000083.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (evince)[source]: Use it.
2017-07-11gnu: Add lollypop.rennes
* gnu/packages/gnome.scm (lollypop): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-03gnu: gcr: Enable working tests.Kei Kebreau
* gnu/packages/patches/gcr-disable-failing-tests.patch, gnu/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch: New files. * gnu/local.mk (dist_patch_DATA): Add patches. * gnu/packages/gnome.scm (gcr)[source]: Use patches. [arguments]: Enable tests.
2017-06-26gnu: evolution-data-server: Update to 3.24.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.24.3.
2017-06-26gnu: gnome-tweak-tool: Update to 3.24.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.1.
2017-06-24gnu: Add eog-plugins.Ludovic Courtès
* gnu/packages/gnome.scm (eog-plugins): New variable.
2017-06-24gnu: libpeas: Propagate gobject-introspection.Ludovic Courtès
* gnu/packages/gnome.scm (libpeas)[propagated-inputs]: New field.
2017-06-24gnu: epiphany: Add gdk-pixbuf input.rennes
* gnu/packages/gnome.scm (epiphany)[inputs]: Add gdk-pixbuf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-20gnu: Move contents of zip module into compression module.Arun Isaac
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
2017-06-19gnu: gnome-planner: Fix building on aarch64.Efraim Flashner
* gnu/packages/gnome.scm (gnome-planner)[arguments]: Add configure-flag to set build-target when building on aarch64.
2017-06-17gnu: gnome-planner: Correct license.Marius Bakke
This is a followup to d1d739fab0f44408438720c20877d62a280484ae. * gnu/packages/gnome.scm (gnome-planner)[license]: Change GPL2 to GPL2+.
2017-06-17gnu: Add gnome-planner.Chris Marusich
* gnu/packages/gnome.scm (gnome-planner): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-16gnu: gnome-calendar: Update to 3.24.3.Kei Kebreau
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.3.
2017-06-16gnu: grilo: Add liboauth support.Kei Kebreau
* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
2017-06-16gnu: grilo: Update to 0.3.3.Kei Kebreau
* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
2017-06-16gnu: gnome-online-accounts: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.1.
2017-06-15gnu: gspell: Update to 1.4.1.Kei Kebreau
* gnu/packages/gnome.scm (gspell): Update to 1.4.1. * gnu/packages/patches/gspell-dash-test.patch: Adjust accordingly.
2017-06-15gnu: network-manager-applet: Update to 1.8.2.Kei Kebreau
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.2. [arguments]: Remove "--without-wwan" configure flag. [inputs]: Add libselinux and modem-manager.
2017-06-15gnu: Move desktop-file-utils to (gnu packages freedesktop).Danny Milosavljevic
* gnu/packages/gnome.scm (desktop-file-utils): Move from here ... * gnu/packages/freedesktop.scm (desktop-file-utils): ... to here. * gnu/packages/engineering.scm: Import (gnu packages freedesktop). * gnu/packages/game-development.scm: Import (gnu packages freedesktop). * gnu/packages/xfce.scm: Import (gnu packages freedesktop).
2017-06-15gnu: network-manager: Update to 1.8.0.Kei Kebreau
* gnu/packages/gnome.scm (network-manager): Update to 1.8.0. [inputs]: Add curl, cyrus-sasl and eudev.
2017-06-11gnu: libgweather: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (libgweather): Update to 3.24.1.
2017-06-11gnu: Add five-or-more.nee
* gnu/packages/gnome.scm (five-or-more): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-10gnu: libgxps: Add "/" before name in source URL.djwj
* gnu/packages/gnome.scm (libgxps)[source]: Add "/". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-09gnu: evince: Enable XPS document support.Kei Kebreau
* gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
2017-06-09gnu: Add libgxps.Kei Kebreau
* gnu/packages/gnome.scm (libgxps): New variable.
2017-06-08gnu: gnome-shell: Fix startup failure.Marius Bakke
Fixes <https://bugs.gnu.org/27264>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
2017-06-08gnu: geoclue: Create typelib files.Marius Bakke
* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
2017-06-05Merge branch 'staging'Marius Bakke
2017-05-31gnu: gnumeric: Update to 1.12.34.Kei Kebreau
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.34. [native-inputs]: Add docbook-xml and itstool.
2017-05-30gnu: shotwell: Update to 0.26.1.Kei Kebreau
* gnu/packages/gnome.scm (shotwell): Update to 0.26.1. [inputs]: Add libgdata.
2017-05-30gnu: Add libgdata.Kei Kebreau
* gnu/packages/gnome.scm (libgdata): New variable. * gnu/packages/patches/libgdata-fix-tests.patch, gnu/packages/patches/libgdata-glib-duplicate-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
2017-05-29byzanz: Add file-name for source.Efraim Flashner
* gnu/packages/gnome.scm (byzanz)[source]: Add file-name field.
2017-05-25gnu: gnome-desktop: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.2.
2017-05-25gnu: gnome-disk-utility: Update to 3.24.1.Marius Bakke
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.24.1.
2017-05-25gnu: gnome-mines: Update to 3.24.0.Marius Bakke
* gnu/packages/gnome.scm (gnome-mines): Update to 3.24.0.
2017-05-25gnu: gnome-sudoku: Update to 3.24.0.Marius Bakke
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.24.0.
2017-05-25gnu: gnome-terminal: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.24.2.
2017-05-25gnu: libgweather: Update to 3.24.0.Marius Bakke
* gnu/packages/gnome.scm (libgweather): Update to 3.24.0.
2017-05-25gnu: gnome-settings-daemon: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.24.2.
2017-05-25gnu: devhelp: Update to 3.24.0.Marius Bakke
* gnu/packages/gnome.scm (devhelp): Update to 3.24.0.
2017-05-25gnu: totem: Update to 3.24.0.Marius Bakke
* gnu/packages/gnome.scm (totem): Update to 3.24.0.
2017-05-25gnu: epiphany: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (epiphany): Update to 3.24.2.
2017-05-25gnu: zenity: Update to 3.24.0.Marius Bakke
* gnu/packages/gnome.scm (zenity): Update to 3.24.0.
2017-05-25gnu: mutter: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (mutter): Update to 3.24.2.
2017-05-25gnu: evolution-data-server: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.24.2. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]<#:configure-flags>: Adjust accordingly. Enable introspection. <#:phases>: Patch tests after unpack. [native-inputs]: Change PYTHON to PYTHON-WRAPPER. [inputs]: Add MIT-KRB5 and OPENLDAP.
2017-05-24gnu: gdm: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (gdm): Update to 3.24.2.
2017-05-24gnu: gnome-control-center: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.2.
2017-05-24gnu: gnome-shell: Update to 3.24.2.Marius Bakke
* gnu/packages/patches/gnome-shell-CVE-2017-8288.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnome.scm (gnome-shell): Update to 3.24.2. [source]: Remove patch.
2017-05-24gnu: nautilus: Update to 3.24.1.Marius Bakke
* gnu/packages/gnome.scm (nautilus): Update to 3.24.1.
2017-05-24gnu: gnome-calendar: Update to 3.24.2.Marius Bakke
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.2.