guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: Merge branch 'gnome-team'


From: guix-commits
Subject: 01/02: Merge branch 'gnome-team'
Date: Sat, 30 Mar 2024 05:04:47 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit a915a57d91c54e926b625f98833dead8263607b0
Merge: 4b23fd7adb 704e09f162
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Mar 30 09:47:43 2024 +0100

    Merge branch 'gnome-team'

 doc/guix.texi                                      |   57 +-
 etc/news.scm                                       |   75 +
 gnu/local.mk                                       |   20 +-
 gnu/packages/accessibility.scm                     |   10 +-
 gnu/packages/animation.scm                         |    4 +-
 gnu/packages/backup.scm                            |   11 +-
 gnu/packages/calendar.scm                          |    4 +-
 gnu/packages/disk.scm                              |   59 +-
 gnu/packages/display-managers.scm                  |   65 +-
 gnu/packages/electronics.scm                       |    2 +-
 gnu/packages/freedesktop.scm                       |  127 +-
 gnu/packages/geo.scm                               |    7 +-
 gnu/packages/gimp.scm                              |   34 +-
 gnu/packages/glib.scm                              |  532 ++---
 gnu/packages/gnome-xyz.scm                         |  660 +++---
 gnu/packages/gnome.scm                             | 2299 ++++++++++++--------
 gnu/packages/gnupg.scm                             |    2 +-
 gnu/packages/gnuzilla.scm                          |    1 +
 gnu/packages/graphics.scm                          |    4 +-
 gnu/packages/gstreamer.scm                         |   32 +-
 gnu/packages/gtk.scm                               |  206 +-
 gnu/packages/guile-xyz.scm                         |    2 +-
 gnu/packages/kde-frameworks.scm                    |    6 +
 gnu/packages/kde-games.scm                         |    2 +-
 gnu/packages/kde-multimedia.scm                    |    1 +
 gnu/packages/kde-pim.scm                           |    1 +
 gnu/packages/kde-utils.scm                         |    1 +
 gnu/packages/linux.scm                             |   57 +-
 gnu/packages/mastodon.scm                          |    4 +-
 gnu/packages/maths.scm                             |    1 +
 gnu/packages/mp3.scm                               |    1 +
 gnu/packages/ocaml.scm                             |    6 +-
 gnu/packages/package-management.scm                |    2 +
 .../patches/accountsservice-extensions.patch       |    5 +-
 .../patches/appstream-force-reload-stemmer.patch   |   89 +
 .../patches/calls-disable-application-test.patch   |   72 +
 gnu/packages/patches/calls-disable-sip-test.patch  |   44 +
 gnu/packages/patches/cogl-fix-double-free.patch    |   32 +
 gnu/packages/patches/duc-fix-test-sh.patch         |   70 +
 gnu/packages/patches/eudev-rules-directory.patch   |    9 +-
 .../patches/feedbackd-use-system-gmobile.patch     |   42 +
 gnu/packages/patches/gdm-elogind-support.patch     |   93 +-
 .../patches/gegl-compatibility-old-librsvg.patch   |   80 +
 .../patches/gitg-fix-positional-argument.patch     |   36 -
 .../patches/glib-networking-gnutls-binding.patch   |   21 -
 gnu/packages/patches/glib-skip-failing-test.patch  |    3 +-
 .../patches/gmobile-make-it-installable.patch      |   89 +
 .../gnome-control-center-firmware-security.patch   |   33 +
 gnu/packages/patches/gtk2-harden-list-store.patch  |   42 +
 .../patches/libcall-ui-make-it-installable.patch   |   81 +
 .../patches/libgda-disable-data-proxy-test.patch   |   59 +
 .../patches/mm-common-reproducible-tarball.patch   |   40 -
 .../patches/mutter-fix-inverted-test.patch         |  290 ---
 .../patches/nautilus-extension-search-path.patch   |   64 +-
 .../orbit2-fix-array-allocation-32bit.patch        |   40 +
 .../patches/pdfpc-build-with-vala-0.56.patch       |   40 +
 .../patches/shared-mime-info-xdgmime-path.patch    |   22 +
 .../patches/zathura-use-struct-initializers.patch  |   68 +
 gnu/packages/pcre.scm                              |   16 +-
 gnu/packages/pdf.scm                               |   73 +-
 gnu/packages/polkit.scm                            |    2 +-
 gnu/packages/python-xyz.scm                        |   74 +-
 gnu/packages/ruby.scm                              |    1 +
 gnu/packages/suckless.scm                          |    2 +-
 gnu/packages/task-management.scm                   |   32 +-
 gnu/packages/telegram.scm                          |   10 +-
 gnu/packages/telephony.scm                         |  105 +
 gnu/packages/text-editors.scm                      |   11 +-
 gnu/packages/tor-browsers.scm                      |    1 +
 gnu/packages/virtualization.scm                    |    2 +-
 gnu/packages/web-browsers.scm                      |    2 +-
 gnu/packages/xml.scm                               |    6 +-
 gnu/services/base.scm                              |  116 +-
 gnu/services/dbus.scm                              |   37 +-
 gnu/services/desktop.scm                           |  129 +-
 gnu/services/xorg.scm                              |    2 +-
 guix/profiles.scm                                  |    2 +-
 77 files changed, 4002 insertions(+), 2380 deletions(-)

diff --cc gnu/services/base.scm
index cd61df718e,2340cf1696..5104b3d104
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@@ -83,8 -83,8 +83,9 @@@
    #:use-module ((gnu build file-systems)
                  #:select (mount-flags->bit-mask
                            swap-space->flags-bit-mask))
 +  #:autoload   (guix channels) (%default-channels channel->code)
    #:use-module (guix gexp)
+   #:use-module ((guix packages) #:select (package-version))
    #:use-module (guix records)
    #:use-module (guix modules)
    #:use-module (guix pki)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]