summary refs log tree commit diff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2019-09-24Merge branch 'master' into core-updatesLudovic Courtès
2019-09-21gnu: libgnomekbd: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgnomekbd)[source]: Hard-code NAME.
2019-09-21gnu: libgnomekbd: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.1.
2019-09-20gnu: python-libxml2, itstool: Provide crash-free variants.Ludovic Courtès
Fixes <https://bugs.gnu.org/37468>. * gnu/packages/patches/python-libxml2-utf8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (python-libxml2/fixed): New variable. * gnu/packages/glib.scm (itstool/fixed): New variable. * gnu/packages/gnome.scm (gnumeric)[native-inputs]: Use ITSTOOL/FIXED instead of ITSTOOL.
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-16gnu: libgtop: Update to 2.40.0.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgtop): Update to 2.40.0.
2019-09-16gnu: libgtop: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgtop)[source]: Hard-code NAME.
2019-09-16gnu: evolution: Wrap with required path variables.Martin Becze
Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36896>. * gnu/packages/gnome.scm (evolution)[arguments]: Add a ‘wrap-program’ phase. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-09-12gnu: gfbgraph: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gfbgraph)[source]: Hard-code NAME.
2019-09-11gnu: workrave: Correct the types of inputs used.Maxim Cournoyer
* gnu/packages/gnome.scm (workrave)[propagated-inputs]: Move them all to... [inputs]: ...here. [native-inputs]: Move libxscrnsaver to the 'inputs' field.
2019-09-11gnu: workrave: Update to version 1.10.34.Maxim Cournoyer
* gnu/packages/gnome.scm (workrave): Update version and hash strings. [inputs]: Remove python-cheetah. [native-inputs]: Add boost, python-3 and python-jinja2; remove the "bin" output of glib.
2019-09-11gnu: libsoup: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libsoup)[source]: Hard-code NAME.
2019-09-11gnu: tracker: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (tracker)[source]: Hard-code NAME.
2019-09-11gnu: gvfs: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gvfs)[source]: Hard-code NAME.
2019-09-10gnu: aisleriot: Update to 3.22.9.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.9.
2019-09-09gnu: libsecret: Update to 0.19.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libsecret): Update to 0.19.1.
2019-09-09gnu: libsecret: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.
2019-09-09gnu: glib-networking: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (glib-networking)[source]: Hard-code NAME.
2019-09-06Merge branch 'master' into core-updatesMark H Weaver
2019-09-01gnu: libxklavier: Update to 5.4.L p R n d n
* gnu/packages/gnome.scm (libxklavier): Update to 5.4. [source] Switch to git source. [arguments] Add no-configure phase. Disable xmodmap in #:configure-flags. [inputs] Add which, intltool, gtk-doc, which, automake, autoconf and libtool. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-30gnu: libhandy: Update to 0.0.11.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libhandy): Update to 0.0.11. [arguments]: Remove ‘disable-broken-test’ phase. [native-inputs]: Add hicolor-icon-theme.
2019-08-30gnu: eolie: Update to 0.9.63.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (eolie): Update to 0.9.63.
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-23gnu: libdazzle: Update to 3.33.90.Giacomo Leidi
* gnu/packages/gnome.scm (libdazzle): Update to 3.33.90. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-22Merge branch 'master' into core-updatesMark H Weaver
2019-08-20gnu: gnome-control-center: Fix info-overview panel issues.Kei Kebreau
GNOME Control Center should now display the correct GNOME version and graphics information in the "Details > About" panel. * gnu/packages/gnome.scm (gnome-control-center)[arguments]: Add configure flag. Adjust 'patch-paths' phase accordingly. [inputs]: Add gnome-session.
2019-08-16gnu: Add libgit2-glib.Giacomo Leidi
* gnu/packages/gnome.scm (libgit2-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-13Merge branch 'master' into core-updatesMarius Bakke
2019-08-08gnu: Add network-manager-openconnect.Efraim Flashner
* gnu/packages/gnome.scm (network-manager-openconnect): New variable.
2019-08-05gnu: terminator: Wrap instead of propagating GSettings schemas.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (terminator)[inputs]: Move gsettings-desktop-schemas back here… [propagated-inputs]: …from here. [arguments]: Add the glib-or-gtk-build-system's ‘glib-or-gtk-wrap’ phase.
2019-08-05gnu: Add libhandy.Jonathan Frederickson
* gnu/packages/gnome.scm (libhandy): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
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.