summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoé Lopez <noelopez@free.fr>2025-12-15 16:10:32 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-06 14:53:16 +0100
commitc5c02d134cb18287c41c9fdf8a0ee58ce85b0d16 (patch)
treecc70b8e9446adc9944437ec76c49886822fb0e70
parent47f83de0c62f02d4dcfc5ab3580e0c8a7941b54e (diff)
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 <liliana.prikler@gmail.com>
-rw-r--r--CODEOWNERS1
-rwxr-xr-xetc/teams.scm1
-rw-r--r--gnu/local.mk1
-rw-r--r--gnu/packages/gnome-circle.scm26
-rw-r--r--po/packages/POTFILES.in1
5 files changed, 30 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 8cc60e1927a..1d234d8b3bd 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -195,6 +195,7 @@ gnu/packages/glib\.scm @guix/gnome
195gnu/packages/gstreamer\.scm @guix/gnome 195gnu/packages/gstreamer\.scm @guix/gnome
196gnu/packages/gtk\.scm @guix/gnome 196gnu/packages/gtk\.scm @guix/gnome
197gnu/packages/gnome\.scm @guix/gnome 197gnu/packages/gnome\.scm @guix/gnome
198gnu/packages/gnome-circle\.scm @guix/gnome
198gnu/packages/gnome-xyz\.scm @guix/gnome 199gnu/packages/gnome-xyz\.scm @guix/gnome
199gnu/packages/webkit\.scm @guix/gnome 200gnu/packages/webkit\.scm @guix/gnome
200gnu/services/desktop\.scm @guix/gnome 201gnu/services/desktop\.scm @guix/gnome
diff --git a/etc/teams.scm b/etc/teams.scm
index dbb7471bbdf..5cca11d0b77 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -709,6 +709,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
709 "gnu/packages/gstreamer.scm" 709 "gnu/packages/gstreamer.scm"
710 "gnu/packages/gtk.scm" 710 "gnu/packages/gtk.scm"
711 "gnu/packages/gnome.scm" 711 "gnu/packages/gnome.scm"
712 "gnu/packages/gnome-circle.scm"
712 "gnu/packages/gnome-xyz.scm" 713 "gnu/packages/gnome-xyz.scm"
713 "gnu/packages/webkit.scm" 714 "gnu/packages/webkit.scm"
714 "gnu/services/desktop.scm" 715 "gnu/services/desktop.scm"
diff --git a/gnu/local.mk b/gnu/local.mk
index 9998343802c..8b36a78776e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -322,6 +322,7 @@ GNU_SYSTEM_MODULES = \
322 %D%/packages/gl.scm \ 322 %D%/packages/gl.scm \
323 %D%/packages/glib.scm \ 323 %D%/packages/glib.scm \
324 %D%/packages/gnome.scm \ 324 %D%/packages/gnome.scm \
325 %D%/packages/gnome-circle.scm \
325 %D%/packages/gnome-xyz.scm \ 326 %D%/packages/gnome-xyz.scm \
326 %D%/packages/gnu-doc.scm \ 327 %D%/packages/gnu-doc.scm \
327 %D%/packages/gnucash.scm \ 328 %D%/packages/gnucash.scm \
diff --git a/gnu/packages/gnome-circle.scm b/gnu/packages/gnome-circle.scm
new file mode 100644
index 00000000000..d70e31a9aa6
--- /dev/null
+++ b/gnu/packages/gnome-circle.scm
@@ -0,0 +1,26 @@
1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2025 Noé Lopez <noelopez@free.fr>
3;;;
4;;; This file is part of GNU Guix.
5;;;
6;;; GNU Guix is free software; you can redistribute it and/or modify it
7;;; under the terms of the GNU General Public License as published by
8;;; the Free Software Foundation; either version 3 of the License, or (at
9;;; your option) any later version.
10;;;
11;;; GNU Guix is distributed in the hope that it will be useful, but
12;;; WITHOUT ANY WARRANTY; without even the implied warranty of
13;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14;;; GNU General Public License for more details.
15;;;
16;;; You should have received a copy of the GNU General Public License
17;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
18
19;;; Comment:
20
21;;; This module is for packages that are part of GNOME Circle
22;;; <https://circle.gnome.org/>.
23
24;;; Code:
25
26(define-module (gnu packages gnome-circle))
diff --git a/po/packages/POTFILES.in b/po/packages/POTFILES.in
index 702e0c6d81e..4496be63a2a 100644
--- a/po/packages/POTFILES.in
+++ b/po/packages/POTFILES.in
@@ -171,6 +171,7 @@ gnu/packages/gdb.scm
171gnu/packages/genimage.scm 171gnu/packages/genimage.scm
172gnu/packages/gettext.scm 172gnu/packages/gettext.scm
173gnu/packages/gkrellm.scm 173gnu/packages/gkrellm.scm
174gnu/packages/gnome-circle.scm
174gnu/packages/gnome-xyz.scm 175gnu/packages/gnome-xyz.scm
175gnu/packages/gnome.scm 176gnu/packages/gnome.scm
176gnu/packages/gnu-doc.scm 177gnu/packages/gnu-doc.scm