summaryrefslogtreecommitdiff
path: root/gnu
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 /gnu
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/local.mk1
-rw-r--r--gnu/packages/gnome-circle.scm26
2 files changed, 27 insertions, 0 deletions
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 = \
%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 00000000000..d70e31a9aa6
--- /dev/null
+++ b/gnu/packages/gnome-circle.scm
@@ -0,0 +1,26 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2025 Noé Lopez <noelopez@free.fr>
+;;;
+;;; 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))