[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: Add guix-backgrounds.
From: |
guix-commits |
Subject: |
02/09: gnu: Add guix-backgrounds. |
Date: |
Thu, 7 Mar 2024 09:19:34 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit f7fcddef52e5d167922e0225a3a22c900a14cb5b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 7 11:29:20 2024 +0200
gnu: Add guix-backgrounds.
* gnu/packages/package-management.scm (guix-backgrounds): New variable.
Change-Id: If6159ed955877c42452b5ab6d853d3bf8687cde0
---
gnu/packages/package-management.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index f392c737fe..c40f90ecfc 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -120,6 +120,7 @@
#:use-module (gnu packages xorg)
#:use-module (gnu packages version-control)
#:autoload (guix build-system channel) (channel-build-system)
+ #:use-module (guix build-system copy)
#:use-module (guix build-system glib-or-gtk)
#:use-module (guix build-system gnu)
#:use-module (guix build-system guile)
@@ -742,6 +743,23 @@ the Icon Theme Specification. They can be used by
applications querying the
GTK icon cache for instance.")
(license license:cc-by-sa4.0)))
+(define-public guix-backgrounds
+ (package
+ (name "guix-backgrounds")
+ (version "0.1")
+ (source %artwork-repository)
+ (build-system copy-build-system)
+ (arguments
+ (list #:install-plan
+ #~'(("backgrounds" "share/backgrounds/guix" #:exclude ("README")))))
+ (home-page "https://www.gnu.org/software/guix/")
+ (synopsis "Background images for GNU Guix")
+ (description "The SVG files in this directory are intended to be used as
+backgrounds for different components of the GNU system like login managers and
+desktop environments. The backgrounds are available in different aspect ratios
+which are indicated in the file name.")
+ (license (list license:public-domain license:cc-by-sa4.0))))
+
(define-public guix-modules
(package
(name "guix-modules")
- branch master updated (0f2eede9f1 -> e8c9043183), guix-commits, 2024/03/07
- 02/09: gnu: Add guix-backgrounds.,
guix-commits <=
- 03/09: gnu: opus: Mark as tunable., guix-commits, 2024/03/07
- 04/09: gnu: libvorbis: Mark as tunable., guix-commits, 2024/03/07
- 05/09: cpu: Be consistent with x86_64 micro-architecture names., guix-commits, 2024/03/07
- 06/09: cpu: Rename x86-64-v1 to x86-64., guix-commits, 2024/03/07
- 07/09: cpu: Enable tuning for i686-linux., guix-commits, 2024/03/07
- 08/09: gnu: clang-properties: Update x86_64 micro-architectures., guix-commits, 2024/03/07
- 01/09: gnu: guix-icons: Clean-up package., guix-commits, 2024/03/07
- 09/09: gnu: clang-properties: Add micro-architecture support for powerpc64le., guix-commits, 2024/03/07