* [bug#69665] [PATCH 02/12] gnu: garcon: Update to 4.18.2.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
@ 2024-03-09 5:17 ` iyzsong--- via Guix-patches via
2024-03-09 5:17 ` [bug#69665] [PATCH 03/12] gnu: tumbler: " iyzsong--- via Guix-patches via
` (9 subsequent siblings)
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:17 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (garcon): Update to 4.18.2.
Change-Id: I45cfb8bca3556849cc08c00053696b077553f4f6
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 4c089360a6..9f2e17f532 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -332,7 +332,7 @@ (define-public exo
(define-public garcon
(package
(name "garcon")
- (version "4.18.1")
+ (version "4.18.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -340,7 +340,7 @@ (define-public garcon
"garcon-" version ".tar.bz2"))
(sha256
(base32
- "02y2nkxwx5mp1w6x2ydi3hpgymk7159zvyzk70afp5dcdlm96ypy"))))
+ "0ka35nxqhl4cbmyf9x2ysinihixsqmibqywqr2zqz5iiw699530v"))))
(build-system gnu-build-system)
(native-inputs
(list `(,glib "bin") gobject-introspection intltool pkg-config))
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 03/12] gnu: tumbler: Update to 4.18.2.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
2024-03-09 5:17 ` [bug#69665] [PATCH 02/12] gnu: garcon: Update to 4.18.2 iyzsong--- via Guix-patches via
@ 2024-03-09 5:17 ` iyzsong--- via Guix-patches via
2024-03-09 5:17 ` [bug#69665] [PATCH 04/12] gnu: xfce4-panel: Update to 4.18.6 iyzsong--- via Guix-patches via
` (8 subsequent siblings)
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:17 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (tumbler): Update to 4.18.2.
Change-Id: I99c65a09b5fe4b02e4d678f64721a713cde09b87
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 9f2e17f532..6e162ef71a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -359,7 +359,7 @@ (define-public garcon
(define-public tumbler
(package
(name "tumbler")
- (version "4.18.1")
+ (version "4.18.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -367,7 +367,7 @@ (define-public tumbler
"tumbler-" version ".tar.bz2"))
(sha256
(base32
- "1833qnfw2c9wv7iw5cad5x5scj1rsqmmbwfld33zxx8akhd9hqgz"))))
+ "0ymy6a0hbv5iainphgpd7dfi8snpg7zs7lyqq2cgiiza6p3fwc5m"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 04/12] gnu: xfce4-panel: Update to 4.18.6.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
2024-03-09 5:17 ` [bug#69665] [PATCH 02/12] gnu: garcon: Update to 4.18.2 iyzsong--- via Guix-patches via
2024-03-09 5:17 ` [bug#69665] [PATCH 03/12] gnu: tumbler: " iyzsong--- via Guix-patches via
@ 2024-03-09 5:17 ` iyzsong--- via Guix-patches via
2024-03-09 5:17 ` [bug#69665] [PATCH 05/12] gnu: xfce4-appfinder: Update to 4.18.1 iyzsong--- via Guix-patches via
` (7 subsequent siblings)
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:17 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.6.
Change-Id: I29a0372692fc9896cdfa083e07c0e4a0255108c5
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 6e162ef71a..e4d4058209 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -398,7 +398,7 @@ (define-public tumbler
(define-public xfce4-panel
(package
(name "xfce4-panel")
- (version "4.18.4")
+ (version "4.18.6")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -406,7 +406,7 @@ (define-public xfce4-panel
name "-" version ".tar.bz2"))
(sha256
(base32
- "0m7vmk7rc2sjfqba0flgnw77kn1j222xqs7r86bpg8sf1614yc1j"))
+ "0qkw1msrvq7hc4mjg9iai0kymgkrpj1nijv04zjbdfcbymhp2cr1"))
(patches (search-patches "xfce4-panel-plugins.patch"))))
(build-system gnu-build-system)
(arguments
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 05/12] gnu: xfce4-appfinder: Update to 4.18.1.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
` (2 preceding siblings ...)
2024-03-09 5:17 ` [bug#69665] [PATCH 04/12] gnu: xfce4-panel: Update to 4.18.6 iyzsong--- via Guix-patches via
@ 2024-03-09 5:17 ` iyzsong--- via Guix-patches via
2024-03-09 5:17 ` [bug#69665] [PATCH 06/12] gnu: xfce4-settings: Update to 4.18.4 iyzsong--- via Guix-patches via
` (6 subsequent siblings)
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:17 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.18.1.
Change-Id: Ice902179d6991d9e887aeb2d9dfe144530c5dcf7
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index e4d4058209..44ab0c748d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -605,7 +605,7 @@ (define-public xfce4-xkb-plugin
(define-public xfce4-appfinder
(package
(name "xfce4-appfinder")
- (version "4.18.0")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -614,7 +614,7 @@ (define-public xfce4-appfinder
"/" name "-" version ".tar.bz2"))
(sha256
(base32
- "136137w2xc78jq0xcbymjwdxapllwyy7h3ydshz0gli7ngbrhaln"))))
+ "1yck11y86d45yxsppd1yqk894k3cf5vh91a5sm559gl175jylm4q"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 06/12] gnu: xfce4-settings: Update to 4.18.4.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
` (3 preceding siblings ...)
2024-03-09 5:17 ` [bug#69665] [PATCH 05/12] gnu: xfce4-appfinder: Update to 4.18.1 iyzsong--- via Guix-patches via
@ 2024-03-09 5:17 ` iyzsong--- via Guix-patches via
2024-03-09 5:17 ` [bug#69665] [PATCH 07/12] gnu: thunar: Update to 4.18.10 iyzsong--- via Guix-patches via
` (5 subsequent siblings)
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:17 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.4.
Change-Id: If945317a90a0e0325bac352024c98920b8c6c86c
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 44ab0c748d..b993496149 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -682,7 +682,7 @@ (define-public xfce4-session
(define-public xfce4-settings
(package
(name "xfce4-settings")
- (version "4.18.3")
+ (version "4.18.4")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -690,7 +690,7 @@ (define-public xfce4-settings
name "-" version ".tar.bz2"))
(sha256
(base32
- "18giyc190i7b3nc3l745p6fqpnqivwxm0yc7l0whfa03wndykf9d"))
+ "1p513i8zwc3glv2cf3x2abwm4hvdb7clamj19yadj2036v85a37i"))
(patches (search-patches "xfce4-settings-defaults.patch"))))
(build-system gnu-build-system)
(arguments
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 07/12] gnu: thunar: Update to 4.18.10.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
` (4 preceding siblings ...)
2024-03-09 5:17 ` [bug#69665] [PATCH 06/12] gnu: xfce4-settings: Update to 4.18.4 iyzsong--- via Guix-patches via
@ 2024-03-09 5:17 ` iyzsong--- via Guix-patches via
2024-03-09 5:18 ` [bug#69665] [PATCH 08/12] gnu: xfce4-terminal: Update to 1.1.3 iyzsong--- via Guix-patches via
` (4 subsequent siblings)
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:17 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (thunar): Update to 4.18.10.
Change-Id: I170cfa24d0086d6c1d2707d4c5693f28678adf3e
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b993496149..8ccf3a8fbe 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -727,7 +727,7 @@ (define-public xfce4-settings
(define-public thunar
(package
(name "thunar")
- (version "4.18.7") ;stable version = even minor
+ (version "4.18.10") ;stable version = even minor
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -735,7 +735,7 @@ (define-public thunar
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "0shbbih2l6h3sda2221h7gsskv2lnchnmypk76cdgf51iafafxi2"))))
+ "020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 08/12] gnu: xfce4-terminal: Update to 1.1.3.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
` (5 preceding siblings ...)
2024-03-09 5:17 ` [bug#69665] [PATCH 07/12] gnu: thunar: Update to 4.18.10 iyzsong--- via Guix-patches via
@ 2024-03-09 5:18 ` iyzsong--- via Guix-patches via
2024-03-09 5:18 ` [bug#69665] [PATCH 09/12] gnu: xfce4-power-manager: Update to 4.18.3 iyzsong--- via Guix-patches via
` (3 subsequent siblings)
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:18 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.1.3.
Change-Id: Ic6589ee48f8e406f4d6b7b12ead165119b904e7f
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 8ccf3a8fbe..beee0cb452 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1082,7 +1082,7 @@ (define-public parole
(define-public xfce4-terminal
(package
(name "xfce4-terminal")
- (version "1.1.0")
+ (version "1.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@@ -1090,7 +1090,7 @@ (define-public xfce4-terminal
name "-" version ".tar.bz2"))
(sha256
(base32
- "18yl792x617qa90g6caw4cy1arfl847majjxkxs0k6rb4ivk70j0"))))
+ "0i9xgd0rgw0j59hlp9kyxndw2b35nhxjls09c20rzdj1sj4dak91"))))
(build-system gnu-build-system)
(arguments
(list
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 09/12] gnu: xfce4-power-manager: Update to 4.18.3.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
` (6 preceding siblings ...)
2024-03-09 5:18 ` [bug#69665] [PATCH 08/12] gnu: xfce4-terminal: Update to 1.1.3 iyzsong--- via Guix-patches via
@ 2024-03-09 5:18 ` iyzsong--- via Guix-patches via
2024-03-09 5:18 ` [bug#69665] [PATCH 10/12] gnu: xfce4-dev-tools: Update to 4.18.1 iyzsong--- via Guix-patches via
` (2 subsequent siblings)
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:18 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.3.
Change-Id: I64cb289730b4fea2af5e3cbffef5500e1bfe1382
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index beee0cb452..39190a19f0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1250,7 +1250,7 @@ (define-public xfce
(define-public xfce4-power-manager
(package
(name "xfce4-power-manager")
- (version "4.18.2")
+ (version "4.18.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -1258,7 +1258,7 @@ (define-public xfce4-power-manager
"xfce4-power-manager-" version ".tar.bz2"))
(sha256
(base32
- "0kfzvhb1hnr16fcplm7bdpp4fcxr3irzq3w4q0lpbc5n6kaqyq71"))))
+ "1w445v3911cf7l6w5c0f84aphv8s579f8srnhjrhf3drd07xsy8d"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 10/12] gnu: xfce4-dev-tools: Update to 4.18.1.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
` (7 preceding siblings ...)
2024-03-09 5:18 ` [bug#69665] [PATCH 09/12] gnu: xfce4-power-manager: Update to 4.18.3 iyzsong--- via Guix-patches via
@ 2024-03-09 5:18 ` iyzsong--- via Guix-patches via
2024-03-09 5:18 ` [bug#69665] [PATCH 11/12] gnu: Add xfwm4-themes iyzsong--- via Guix-patches via
2024-03-09 5:18 ` [bug#69665] [PATCH 12/12] gnu: xfce: " iyzsong--- via Guix-patches via
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:18 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-dev-tools): Update to 4.18.1.
Change-Id: I4e5b30d2dc70ba50b560d777a8b10ecb421dcbd9
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 39190a19f0..c5d61ba0d5 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2200,7 +2200,7 @@ (define-public xfce4-weather-plugin
(define-public xfce4-dev-tools
(package
(name "xfce4-dev-tools")
- (version "4.18.0")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -2208,7 +2208,7 @@ (define-public xfce4-dev-tools
"xfce4-dev-tools-" version ".tar.bz2"))
(sha256
(base32
- "0dxyfsx70nddkkv0ygkl02wv4p99g62zjkw68sf4bqzhap4lznzf"))))
+ "10bnb8q7sj60ahzfwrb3av4ngr17wk1p6jsnfv0yn8l90kksnb41"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 11/12] gnu: Add xfwm4-themes.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
` (8 preceding siblings ...)
2024-03-09 5:18 ` [bug#69665] [PATCH 10/12] gnu: xfce4-dev-tools: Update to 4.18.1 iyzsong--- via Guix-patches via
@ 2024-03-09 5:18 ` iyzsong--- via Guix-patches via
2024-03-09 5:18 ` [bug#69665] [PATCH 12/12] gnu: xfce: " iyzsong--- via Guix-patches via
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:18 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* 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 @@ (define-public xfwm4
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")
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#69665] [PATCH 12/12] gnu: xfce: Add xfwm4-themes.
2024-03-09 5:17 ` [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3 iyzsong--- via Guix-patches via
` (9 preceding siblings ...)
2024-03-09 5:18 ` [bug#69665] [PATCH 11/12] gnu: Add xfwm4-themes iyzsong--- via Guix-patches via
@ 2024-03-09 5:18 ` iyzsong--- via Guix-patches via
10 siblings, 0 replies; 14+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 5:18 UTC (permalink / raw)
To: 69665; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce)[inputs]: Add xfwm4-themes.
Change-Id: If68db115691bdb0dc324ca502f1853d51e9d52b8
---
gnu/packages/xfce.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 351ec24217..593226a740 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1246,6 +1246,7 @@ (define-public xfce
xfconf
xfdesktop
xfwm4
+ xfwm4-themes
xkill
;; Panel plugins.
xfce4-battery-plugin
--
2.41.0
^ permalink raw reply related [flat|nested] 14+ messages in thread