guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 4841f2088a5f3a4788742d978dd8428a052218b8
Author: Noé Lopez <[email protected]>
AuthorDate: Mon Dec 15 16:10:32 2025 +0100

    gnu: Add gnome-circle module.
    
    * gnu/packages/gnome-circle.scm: New file.
    * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
    * etc/teams.scm (gnome): Add it to gnome team.
    * CODEOWNERS: Add it.
    * po/packages/POTFILES.in: Add it.
    
    Change-Id: I26eb22689d894eccad031db7e494c937dd45bffc
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 CODEOWNERS                    |  1 +
 etc/teams.scm                 |  1 +
 gnu/local.mk                  |  1 +
 gnu/packages/gnome-circle.scm | 26 ++++++++++++++++++++++++++
 po/packages/POTFILES.in       |  1 +
 5 files changed, 30 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index 52d718f4c0..c9f281f0d4 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -184,6 +184,7 @@ gnu/packages/glib\.scm                             
@guix/gnome
 gnu/packages/gstreamer\.scm                        @guix/gnome
 gnu/packages/gtk\.scm                              @guix/gnome
 gnu/packages/gnome\.scm                            @guix/gnome
+gnu/packages/gnome-circle\.scm                     @guix/gnome
 gnu/packages/gnome-xyz\.scm                        @guix/gnome
 gnu/packages/webkit\.scm                           @guix/gnome
 gnu/services/desktop\.scm                          @guix/gnome
diff --git a/etc/teams.scm b/etc/teams.scm
index d077dedc09..a86ebe8b2e 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -696,6 +696,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
                       "gnu/packages/gstreamer.scm"
                       "gnu/packages/gtk.scm"
                       "gnu/packages/gnome.scm"
+                      "gnu/packages/gnome-circle.scm"
                       "gnu/packages/gnome-xyz.scm"
                       "gnu/packages/webkit.scm"
                       "gnu/services/desktop.scm"
diff --git a/gnu/local.mk b/gnu/local.mk
index e3e04de214..efd5e769ec 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -322,6 +322,7 @@ GNU_SYSTEM_MODULES =                                \
   %D%/packages/gl.scm                          \
   %D%/packages/glib.scm                                \
   %D%/packages/gnome.scm                       \
+  %D%/packages/gnome-circle.scm                        \
   %D%/packages/gnome-xyz.scm                   \
   %D%/packages/gnu-doc.scm                     \
   %D%/packages/gnucash.scm                     \
diff --git a/gnu/packages/gnome-circle.scm b/gnu/packages/gnome-circle.scm
new file mode 100644
index 0000000000..d70e31a9aa
--- /dev/null
+++ b/gnu/packages/gnome-circle.scm
@@ -0,0 +1,26 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2025 Noé Lopez <[email protected]>
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or (at
+;;; your option) any later version.
+;;;
+;;; GNU Guix is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
+
+;;; Comment:
+
+;;; This module is for packages that are part of GNOME Circle
+;;; <https://circle.gnome.org/>.
+
+;;; Code:
+
+(define-module (gnu packages gnome-circle))
diff --git a/po/packages/POTFILES.in b/po/packages/POTFILES.in
index 68055e36c7..d730e1a510 100644
--- a/po/packages/POTFILES.in
+++ b/po/packages/POTFILES.in
@@ -171,6 +171,7 @@ gnu/packages/gdb.scm
 gnu/packages/genimage.scm
 gnu/packages/gettext.scm
 gnu/packages/gkrellm.scm
+gnu/packages/gnome-circle.scm
 gnu/packages/gnome-xyz.scm
 gnu/packages/gnome.scm
 gnu/packages/gnu-doc.scm

Reply via email to