summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2019-07-31gnu: Remove workarounds for missing libarchive nettle propagation.Marius Bakke
* gnu/packages/gnome.scm (brasero, libgxps, aisleriot, grilo, grilo-plugins, totem, rhythmbox, gvfs, d-feet, gnome-session, gnome-autoar, tracker, nautilus)[inputs]: Remove NETTLE. * gnu/packages/linux.scm (singularity)[inputs]: Likewise. * gnu/packages/mate.scm (atril)[inputs]: Likewise. * gnu/packages/package-management.scm (rpm, libostree, flatpak)[inputs]: Likewise.
2019-07-31Merge branch 'master' into core-updatesMarius Bakke
2019-07-24gnu: terminator: Propagate gsettings-desktop-schemas.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (terminator)[propagated-inputs]: Add gsettings-desktop-schemas.
2019-07-19gnu: gnome-session: Do not patch in absolute paths.Timothy Sample
This is no longer needed as upstream is now using absolute paths. * gnu/packages/gnome.scm (gnome-session): Remove phase that patches absolute paths into the session desktop entry files.
2019-07-19gnu: evolution-data-server: Use a proper patch for locales.Timothy Sample
See <https://lists.gnu.org/archive/html/guix-devel/2019-07/msg00265.html>. * gnu/packages/patches/evolution-data-server-locales.patch: New file. * gnu/local.mk: Add it. * gnu/packages/gnome.scm (evolution-data-server): Replace the 'patch-locale-canonicalization' phase with the new patch.
2019-07-17gnu: gnome-control-center: Shorten patch file name.Ludovic Courtès
* gnu/packages/patches/gnome-control-center-use-udisks-to-get-disk-size.patch: Rename to... * gnu/packages/patches/gnome-control-center-udisks.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (gnome-control-center)[source]: Likewise.
2019-07-17Merge branch 'master' into core-updatesLudovic Courtès
2019-07-17gnu: Add network-manager-vpnc.Jelle Licht
* gnu/packages/gnome.scm (network-manager-vpnc): New variable.
2019-07-17gnu: network-manager-openvpn: Patch hardcoded paths.Jelle Licht
* gnu/packages/gnome.scm (network-manager-openvpn)[arguments]: Add custom 'patch-path' phase to replace references to openvpn and modprobe. [inputs]: Add kmod.
2019-07-17gnu: network-manager-openvpn: Pass '--localstatedir=/var'.Jelle Licht
* gnu/packages/gnome.scm (network-manager-openvpn)[arguments]: Pass '--localstatedir=/var' to #:configure-flags.
2019-07-17gnu: network-manager: Fix plugin loading problem.Tomáš Čech
* gnu/packages/patches/nm-plugin-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (network-manager)[source](patches): New field. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
2019-07-16gnu: evolution-data-server: Remove obsolete workaround.Marius Bakke
* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Do not pass "-DU_USING_ICU_NAMESPACE" in <#:configure-flags>.
2019-07-16gnu: evolution-data-server: Update to 3.30.5.Kei Kebreau
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.30.5. [arguments]: Remove "-std=gnu++11" configure flag. Disable more failing tests.
2019-07-16gnu: evolution: Update to 3.30.5.Kei Kebreau
* gnu/packages/gnome.scm (evolution): Update to 3.30.5. [arguments]: Add "patch-ui-module-dir", "glib-or-gtk-compile-schemas" and "glib-or-gtk-wrap" phases.
2019-07-16gnu: evolution-data-server: Fix locale handling.Timothy Sample
* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add a phase that patches the source code to fix a locale handling issue.
2019-07-15gnu: libgweather: Update to 3.28.3.Kei Kebreau
* gnu/packages/gnome.scm (libgweather): Update to 3.28.3.
2019-07-15gnu: dconf-editor: Update to 3.30.2.Kei Kebreau
* gnu/packages/gnome.scm (dconf-editor): Update to 3.30.2.
2019-07-15gnu: gnome-clocks: Update to 3.30.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.30.1.
2019-07-15gnu: gnome-calendar: Update to 3.30.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.30.1.
2019-07-15gnu: gnome-shell-extensions: Update to 3.30.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.30.1.
2019-07-15gnu: orca: Update to 3.30.2.Kei Kebreau
* gnu/packages/gnome.scm (orca): Update to 3.30.2.
2019-07-15gnu: gnome-screenshot: Update to 3.30.0.Kei Kebreau
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.30.0. [home-page]: Update URI.
2019-07-15gnu: cheese: Update to 3.30.0.Kei Kebreau
* gnu/packages/gnome.scm (cheese): Update to 3.30.0.
2019-07-15gnu: shotwell: Update to 0.30.4.Kei Kebreau
* gnu/packages/gnome.scm (shotwell): Update to 0.30.4. [build-system]: Use meson-build-system. [arguments]: Set glib-or-gtk? flag. [native-inputs]: Add desktop-file-utils. Remove itstool duplicate. Order inputs alphabetically.
2019-07-15gnu: gexiv2: Update to 0.12.0.Kei Kebreau
* gnu/packages/gnome.scm (gexiv2): Update to 0.12.0. [native-inputs]: Add gcr and vala.
2019-07-15gnu: gdm: Update to 3.30.3.Kei Kebreau
* gnu/packages/gnome.scm (gdm): Update to 3.30.3.
2019-07-15gnu: devhelp: Update to 3.30.1.Kei Kebreau
* gnu/packages/gnome.scm (devhelp): Update to 3.30.1. [build-system]: Use meson-build-system. [native-inputs]: Add gobject-introspection, glib:bin and gtk+:bin. [inputs]: Add amtk.
2019-07-15gnu: Add amtk.Kei Kebreau
* gnu/packages/gnome.scm (amtk): New variable.
2019-07-15gnu: gjs: Update to 1.56.2.Kei Kebreau
* gnu/packages/gnome.scm (gjs): Update to 1.56.2. [arguments]: Adjust pre-check phase. [propagated-inputs]: Replace mozjs-52 with mozjs-60.
2019-07-15gnu: gnome-tweaks: Update to 3.30.2.Kei Kebreau
* gnu/packages/gnome.scm (gnome-tweaks): Update to 3.30.2.
2019-07-15gnu: gcr: Update to 3.28.1.Kei Kebreau
* gnu/packages/gnome.scm (gcr): Update to 3.28.1. [native-inputs]: Add vala.
2019-07-15gnu: totem: Update to 3.30.0.Kei Kebreau
* gnu/packages/gnome.scm (totem): Update to 3.30.0.
2019-07-15gnu: shared-mime-info: Update to 1.10.Kei Kebreau
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.10.
2019-07-15gnu: nautilus: Update to 3.30.5.Kei Kebreau
* gnu/packages/gnome.scm (nautilus): Update to 3.30.5.
2019-07-15gnu: gvfs: Update to 1.40.1.Kei Kebreau
* gnu/packages/gnome.scm (gvfs): Update to 1.40.1.
2019-07-15gnu: gucharmap: Update to 12.0.1.Kei Kebreau
* gnu/packages/gnome.scm (gucharmap): Update to 12.0.1. [native-inputs]: Update unicode-files.
2019-07-15gnu: gnome-terminal: Update to 3.30.3.Kei Kebreau
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.30.3.
2019-07-15gnu: gnome-settings-daemon: Update to 3.30.2.Kei Kebreau
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.30.2.
2019-07-15gnu: gnome-session: Update to 3.30.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-session): Update to 3.30.1.
2019-07-15gnu: gnome-online-accounts: Update to 3.30.2.Kei Kebreau
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.30.2.
2019-07-15gnu: gnome-control-center: Update to 3.30.3.Kei Kebreau
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.30.3. [source](patches): New field. [arguments]: Adjust "patch-paths" phase. [inputs]: Add libsecret and udisks. * gnu/packages/patches/gnome-control-center-use-udisks-to-get-disk-size.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it.
2019-07-14gnu: gnome-backgrounds: Update to 3.30.0.Kei Kebreau
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.30.0.
2019-07-14gnu: zenity: Update to 3.30.0.Kei Kebreau
* gnu/packages/gnome.scm (zenity): Update to 3.30.0.
2019-07-14gnu: gedit: Update to 3.30.2.Kei Kebreau
* gnu/packages/gnome.scm (gedit): Update to 3.30.2.
2019-07-14gnu: file-roller: Update to 3.30.1.Kei Kebreau
* gnu/packages/gnome.scm (file-roller): Update to 3.30.1.
2019-07-14gnu: epiphany: Update to 3.30.4.Kei Kebreau
* gnu/packages/gnome.scm (epiphany): Update to 3.30.4.
2019-07-14gnu: baobab: Update to 3.30.0.Kei Kebreau
* gnu/packages/gnome.scm (baobab): Update to 3.30.0.
2019-07-13gnu: gexiv2: Enable tests on all platforms.Marius Bakke
* gnu/packages/gnome.scm (gexiv2)[arguments]: Remove.
2019-07-12gnu: gnome-online-accounts: Fix cyclic reference in outputs.Marius Bakke
This exploits a new feature of 'gobject-introspection-absolute-shlibs.patch'. * gnu/packages/gnome.scm (gnome-online-accounts)[arguments]: Set the "outputs" variable before building.
2019-07-12gnu: libgnomekbd: Update to 3.26.1.Marius Bakke
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.1.