[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/15: gnu: Add xfwm4-themes.
From: |
guix-commits |
Subject: |
11/15: gnu: Add xfwm4-themes. |
Date: |
Tue, 12 Mar 2024 06:17:10 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 671acb67abc3805a2968f4af8327c63cf2bd442c
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 9 12:51:44 2024 +0800
gnu: Add xfwm4-themes.
* gnu/packages/xfce.scm (xfwm4-themes): New package.
Change-Id: I01f7c7e095234c408c40cf344f6332753289d55f
---
gnu/packages/xfce.scm | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c5d61ba0d5..351ec24217 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com>
+;;; Copyright © 2014, 2015, 2024 宋文武 <iyzsong@envs.net>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Florian Paul Schmidt <mista.tapas@gmx.net>
@@ -949,6 +949,26 @@ menu.")
on the screen.")
(license gpl2+)))
+(define-public xfwm4-themes
+ (package
+ (name "xfwm4-themes")
+ (version "4.10.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://archive.xfce.org/src/art/xfwm4-themes/"
+ (version-major+minor version) "/"
+ "xfwm4-themes-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "0xfmdykav4rf6gdxbd6fhmrfrvbdc1yjihz7r7lba0wp1vqda51j"))))
+ (build-system gnu-build-system)
+ (home-page "https://www.xfce.org/")
+ (synopsis "Themes for the Xfce window manager")
+ (description "This package provides a set of additional themes for the Xfce
+window manager.")
+ (license gpl3+)))
+
(define-public xfdesktop
(package
(name "xfdesktop")
- branch master updated (0547fe862c -> a52701a4d3), guix-commits, 2024/03/12
- 02/15: gnu: garcon: Update to 4.18.2., guix-commits, 2024/03/12
- 01/15: gnu: xfconf: Update to 4.18.3., guix-commits, 2024/03/12
- 03/15: gnu: tumbler: Update to 4.18.2., guix-commits, 2024/03/12
- 04/15: gnu: xfce4-panel: Update to 4.18.6., guix-commits, 2024/03/12
- 06/15: gnu: xfce4-settings: Update to 4.18.4., guix-commits, 2024/03/12
- 10/15: gnu: xfce4-dev-tools: Update to 4.18.1., guix-commits, 2024/03/12
- 13/15: gnu: ltris: Update to 1.3., guix-commits, 2024/03/12
- 08/15: gnu: xfce4-terminal: Update to 1.1.3., guix-commits, 2024/03/12
- 11/15: gnu: Add xfwm4-themes.,
guix-commits <=
- 14/15: gnu: manaplus: Update to 2.1.3.17., guix-commits, 2024/03/12
- 05/15: gnu: xfce4-appfinder: Update to 4.18.1., guix-commits, 2024/03/12
- 07/15: gnu: thunar: Update to 4.18.10., guix-commits, 2024/03/12
- 12/15: gnu: xfce: Add xfwm4-themes., guix-commits, 2024/03/12
- 15/15: gnu: cagebreak: Update to 2.3.1., guix-commits, 2024/03/12
- 09/15: gnu: xfce4-power-manager: Update to 4.18.3., guix-commits, 2024/03/12