summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2017-08-29Update e-mail for Kei Kebreau.Kei Kebreau
* .mailmap: Map kei@openmailbox.org to current address. * gnu/local.mk: Replace kei@openmailbox.org to current address. * gnu/packages/backup.scm: Likewise. * gnu/packages/calendar.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/emacs.scm: Likewise. * gnu/packages/fltk.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gnustep.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/hexedit.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/xfce.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/tcl.scm: Likewise. * gnu/packages/textutils.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/web.scm: Likewise. * gnu/packages/web-browsers.scm: Likewise. * gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch: Likewise.
2017-08-27gnu: Fetch several Git sources over HTTPS.Leo Famulari
* gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL. * gnu/packages/audio.scm (ardour)[source]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise. * gnu/packages/gnome.scm (byzanz)[source]: Likewise. * gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise. * gnu/packages/java.scm (classpath)[source]: Likewise. * gnu/packages/microcom.scm (microcom)[source]: Likewise. * gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[source]: Likewise. * gnu/packages/shells.scm (rc)[source]: Likewise. * gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
2017-08-27gnu: gnome: Install some GStreamer plugins.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add gst-plugins-base and gst-plugins-good. This will allow stock GNOME installs to play Ogg Vorbis files, among other things. It will also ensure that GST_PLUGIN_SYSTEM_PATH is set to a sensible value when GNOME is installed to the system instead of the user profile.
2017-08-27gnu: totem: Wrap environment for thumbnailer.Andy Wingo
* gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that sets GST_PLUGIN_SYSTEM_PATH.
2017-08-26Merge branch 'core-updates'Marius Bakke
2017-08-26gnu: gnome: Depend on xdg-user-dirs.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add xdg-user-dirs dependency. The presence of the autostart file in /run/current-system/profile/etc/xdg should cause xdg-user-dirs to be run when a user logs in, ensuring that they have ~/Pictures and other well-known user directories.
2017-08-25gnu: gdm: Fix environment of worker processes and sessions.Andy Wingo
* gnu/packages/gnome.scm (gdm): Get X server path from GDM_X_SERVER environment variable, and make sure this variable is propagated to internal sub-processes. Launch sessions with a reasonable XDG_CONFIG_DIRS setting. Get the custom GDM conf from the current system's profile.
2017-08-25gnu: gdm: Use proper elogind check, and wrap environment.Andy Wingo
* gnu/packages/gnome.scm (gdm): Use glib-or-gtk-build-system to make sure the schemas are available to GDM. Install gdm to /bin to make this happen. Use a proper elogind check.
2017-08-25gnu: gdm: Look for sessions in /run/current-system.Andy Wingo
* gnu/packages/gnome.scm (gdm): Fix search paths for system sessions. Use /var as localstatedir. Set a more sensible default path for user sessions.
2017-08-24gnu: lollypop: Use pseudo meson build system.Efraim Flashner
* gnu/packages/gnome.scm (lollypop)[arguments]: Disable tests. Delete configure phase, replace build and install phase with custom phases. [native-inputs]: Add ninja. [propagated-inputs]: Move gst-plugins-base ... [inputs]: ... to here. Add meson.
2017-08-21gnu: lollypop: Update to 0.9.244.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (lollypop): Update to 0.9.244.
2017-08-21gnu: gspell: Update to 1.4.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gspell): Update to 1.4.2.
2017-08-21Merge branch 'master' into core-updatesMarius Bakke
2017-08-20gnu: Add gnome-default-applications.Andy Wingo
* gnu/packages/gnome.scm (gnome-default-applications): New public variable. (gnome): Propagate gnome-default-applications so that nautilus is associated with folders, not baobab.
2017-08-20gnu: gnome: Propagate font-dejavu.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add font-dejavu to propagated inputs, to provide a better default for "Monospace". Otherwise the terminal looks horrible and defaults to Nimbus Mono, a Courier-like face.
2017-08-20gnu: gnome: Propagate more packages.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add additional dependencies, inspired by Debian's "gnome-core" package.
2017-08-19gnu: Remove libgames-support.Tobias Geerinckx-Rice
It was simply the old name (and version) of libgnome-games-support. * gnu/packages/gnome.scm (libgames-support): Remove variable. Move the inherited fields... (libgnome-games-support): ...to here.
2017-08-18gnu: gnome-shell: Update to 3.24.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-shell): Update to 3.24.3.
2017-08-18gnu: gnome-control-center: Update to 3.24.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.3.
2017-08-18gnu: gnome-keyring: Update to 3.20.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.20.1.
2017-08-18gnu: libgnome-games-support: Update to 1.2.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.2.2.
2017-08-18gnu: gjs: Update to 1.48.6.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gjs): Update to 1.48.6.
2017-08-18gnu: shotwell: Update to 0.26.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (shotwell): Update to 0.26.3.
2017-08-18gnu: totem-pl-parser: Update to 3.10.8.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.10.8.
2017-08-18gnu: freerdp: Revert to version 1.1.Thomas Danckaert
* gnu/packages/rdesktop.scm (freerdp) [version, source]: Revert to upstream branch 1.1. [inputs]: Use ffmpeg-2.8. * gnu/packages/gnome.scm (vinagre): Add patches required to build against freerdp branch 1.1. * gnu/packages/patches/vinagre-revert-1.patch, gnu/packages/patches/vinagre-revert-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
2017-08-11Merge branch 'master' into core-updatesMark H Weaver
2017-08-10gnu: libsoup: Update to 2.58.2 (fixes CVE-2017-2885).Leo Famulari
* gnu/packages/gnome.scm (libsoup): Update to 2.58.2.
2017-08-09Merge branch 'master' into core-updatesMark H Weaver
2017-08-09gnu: libgdata: Disable failing tests.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgdata)[arguments]: Add ‘disable-failing-tests’ phase.
2017-08-09gnu: epiphany: Update to 3.24.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (epiphany): Update to 3.24.3.
2017-08-09gnu: tracker: Update to 1.12.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (tracker): Update to 1.12.2.
2017-08-09gnu: gnome-online-accounts: Update to 3.24.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.2.
2017-08-09gnu: mutter: Update to 3.24.4.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (mutter): Update to 3.24.4.
2017-08-09gnu: gedit: Support gspell.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gedit)[arguments]: Remove #:configure-flags. [inputs]: Add gspell.
2017-08-09gnu: gedit: Update to 3.22.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gedit): Update to 3.22.1.
2017-08-09gnu: gspell: Propagate enchant dependency.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gspell)[inputs]: Move enchant from here... [propagated-inputs]: ...to here.
2017-08-09gnu: gspell: Order inputs alphabetically.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gspell)[inputs, native-inputs]: Re-order.
2017-08-09gnu: gnumeric: Update to 1.12.35.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.35.
2017-08-09gnu: brasero: Update to 3.12.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (brasero): Update to 3.12.2.
2017-08-09gnu: Use HTTPS for gnome.org and subdomains.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-bitstream-vera)[home-page]: Use HTTPS. * gnu/packages/glib.scm (glib)[home-page]: Likewise. * gnu/packages/gnome.scm (gcr, libgnome-keyring, gnome-keyring, evince) (gnome-icon-theme, libgsf, gnome-mime-data, vala, vte, python2-rsvg) (glib-networking, gnome-settings-daemon, libchamplain, grilo, grilo-plugins) (gjs, zenity, mutter, network-manager, network-manager-applet, gdm) [home-page]: Likewise. * gnu/packages/gtk.scm (gtk-engines, murrine)[home-page]: Likewise.
2017-08-01Merge branch 'master' into core-updatesMarius Bakke
2017-07-31gnu: network-manager: Add dependency on Newt.Ludovic Courtès
Suggested by Mark H Weaver. * gnu/packages/gnome.scm (network-manager)[inputs]: Add NEWT.
2017-07-28gnu: nautilus: Update to 3.24.2.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (nautilus): Update to 3.24.2.1.
2017-07-28gnu: goffice: Update to 3.24.2.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (goffice): Update to 3.24.2.1.
2017-07-28gnu: shotwell: Update to 0.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (shotwell): Update to 0.26.2.
2017-07-28Merge branch 'master' into core-updatesMarius Bakke
2017-07-25gnu: evince: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (evince): Update to 3.24.1. [source]: Remove obsolete patch. * gnu/packages/patches/evince-CVE-2017-1000083.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-24gnu: gnome: Add deja-dup.Christopher Baines
* gnu/packages/gnome.scm (deja-dup): New variable. * gnu/packages/patches/deja-dup-use-ref-keyword-for-iter.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch file entry.
2017-07-24gnu: gnome-mime-data: Do not use the bundled intltool.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-mime-data)[arguments]: New field.
2017-07-23Merge branch 'master' into core-updatesLeo Famulari