* [bug#72991] [PATCH 01/11] gnu: libxfce4util: Update to 4.18.2.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 02/11] gnu: libxfce4ui: Update to 4.18.6 iyzsong--- via Guix-patches via
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (libxfce4util): Update to 4.18.2.
Change-Id: Idbc7bdef940ddc6feff4b60832326ebe779192ba
---
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 001fd8ca79..5e2f06c6a4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -111,7 +111,7 @@ (define-public gtk-xfce-engine
(define-public libxfce4util
(package
(name "libxfce4util")
- (version "4.18.1")
+ (version "4.18.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -119,7 +119,7 @@ (define-public libxfce4util
"/" name "-" version ".tar.bz2"))
(sha256
(base32
- "07xhs4lpirn5hgmpf76j7sc5k6whjxlyxnfa70i2arnwb8x0clla"))))
+ "0ly3i4w2xb9rcmkr34d8yrig3fvb4yxzranl1i9f5xvq5cc2k8yr"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config gobject-introspection intltool vala))
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 02/11] gnu: libxfce4ui: Update to 4.18.6.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 01/11] gnu: libxfce4util: Update to 4.18.2 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 03/11] gnu: elementary-xfce-icon-theme: Update to 0.19 iyzsong--- via Guix-patches via
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.6.
Change-Id: If392f88d81f406a3022e1d445b6339922dc0b9fe
---
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 5e2f06c6a4..1b61750549 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -185,7 +185,7 @@ (define-public xfconf
(define-public libxfce4ui
(package
(name "libxfce4ui")
- (version "4.18.4")
+ (version "4.18.6")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -193,7 +193,7 @@ (define-public libxfce4ui
name "-" version ".tar.bz2"))
(sha256
(base32
- "0k6b8al8cy2w5zi8iywkzjsz2cgiz9r8ir2dflzxw9kdgiwzxvl7"))))
+ "1k9hrq4mlpknv6kb32aakp57n0vaxv3q7716kkvcgin8dhh9kpbp"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 03/11] gnu: elementary-xfce-icon-theme: Update to 0.19.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 01/11] gnu: libxfce4util: Update to 4.18.2 iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 02/11] gnu: libxfce4ui: Update to 4.18.6 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 04/11] gnu: xfce4-whiskermenu-plugin: Update to 2.8.3 iyzsong--- via Guix-patches via
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.19.
Change-Id: I4cfd6b480806b7e9ec090f5dd1ebe2e1b1ed0f7f
---
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 1b61750549..11becd38d2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -270,7 +270,7 @@ (define-public catfish
(define-public elementary-xfce-icon-theme
(package
(name "elementary-xfce-icon-theme")
- (version "0.18")
+ (version "0.19")
(source (origin
(method git-fetch)
(uri
@@ -280,7 +280,7 @@ (define-public elementary-xfce-icon-theme
(file-name (git-file-name name version))
(sha256
(base32
- "124bdgghkjkpcsfn9a2ad6zqy233pi9jqmv8w8a3ha6q3al2s11s"))))
+ "0yvn8s7z18g4far37xyq6d5hw9x89injkdcy21sibpwjkv2cy6kv"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no check target
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 04/11] gnu: xfce4-whiskermenu-plugin: Update to 2.8.3.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (2 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 03/11] gnu: elementary-xfce-icon-theme: Update to 0.19 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 05/11] gnu: xfce4-session: Update to 4.18.4 iyzsong--- via Guix-patches via
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.8.3.
[inputs]: Add accountsservice and gtk-layer-shell.
[arguments]: Remove 'fix-shell-script phase.
Change-Id: I87fc277c5e32674a505a532ad129c75d24d854a5
---
gnu/packages/xfce.scm | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 11becd38d2..99a6fd7503 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -525,7 +525,7 @@ (define-public xfce4-pulseaudio-plugin
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
- (version "2.7.3")
+ (version "2.8.3")
(source
(origin
(method url-fetch)
@@ -533,28 +533,21 @@ (define-public xfce4-whiskermenu-plugin
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
- (base32 "1sg6kx52c5j1l7y6z156gxk4b0ppj210i40hzbvqqf35jvn9j9ns"))))
+ (base32 "1l4wzirqk754cliwyhl28f460xkqzqi9a9s7jirx164gcn3w4xp7"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config intltool))
(inputs
- (list xfce4-panel
+ (list accountsservice
+ xfce4-panel
garcon
gettext-minimal
exo
gtk
+ gtk-layer-shell
libxfce4ui))
(arguments
- `(#:tests? #f ; no tests
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-shell-script
- (lambda* (#:key inputs #:allow-other-keys)
- (substitute* (string-append "panel-plugin/xfce4-popup-whiskermenu.in")
- (("@CMAKE_INSTALL_FULL_BINDIR@")
- (string-append (assoc-ref inputs "xfce4-panel") "/bin"))
- (("gettext") (which "gettext")))
- #t)))))
+ (list #:tests? #f)) ; no tests
(home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin")
(synopsis "Application menu panel plugin for Xfce")
(description
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 05/11] gnu: xfce4-session: Update to 4.18.4.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (3 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 04/11] gnu: xfce4-whiskermenu-plugin: Update to 2.8.3 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 06/11] gnu: xfce4-settings: Update to 4.18.6 iyzsong--- via Guix-patches via
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.4.
Change-Id: I249be00123d32fdadd79b6ac716ea8fe5d98f337
---
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 99a6fd7503..f6d4559a6b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -623,7 +623,7 @@ (define-public xfce4-appfinder
(define-public xfce4-session
(package
(name "xfce4-session")
- (version "4.18.3")
+ (version "4.18.4")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -631,7 +631,7 @@ (define-public xfce4-session
"xfce4-session-" version ".tar.bz2"))
(sha256
(base32
- "1v4lfgz7az8iqp01a1ww8sxxjfmr676bijhrhw4r6r7cjvh96brq"))
+ "05k5w3n3hyb93a74f0qc6q0lky4vc51vdlsra8d8i2rkqxs5174s"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 06/11] gnu: xfce4-settings: Update to 4.18.6.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (4 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 05/11] gnu: xfce4-session: Update to 4.18.4 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 07/11] gnu: thunar: Update to 4.18.11 iyzsong--- via Guix-patches via
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.6.
Change-Id: I7aa5b4937f7402ac86058eb8d8b9c4366f8eadc8
---
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 f6d4559a6b..5de57d853c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -675,7 +675,7 @@ (define-public xfce4-session
(define-public xfce4-settings
(package
(name "xfce4-settings")
- (version "4.18.4")
+ (version "4.18.6")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -683,7 +683,7 @@ (define-public xfce4-settings
name "-" version ".tar.bz2"))
(sha256
(base32
- "1p513i8zwc3glv2cf3x2abwm4hvdb7clamj19yadj2036v85a37i"))
+ "1zkvcsgx3bnk8gwcgwg7656pw5p9a4xl1fv4divddv96c0dhbafr"))
(patches (search-patches "xfce4-settings-defaults.patch"))))
(build-system gnu-build-system)
(arguments
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 07/11] gnu: thunar: Update to 4.18.11.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (5 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 06/11] gnu: xfce4-settings: Update to 4.18.6 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 08/11] gnu: xfce4-power-manager: Update to 4.18.4 iyzsong--- via Guix-patches via
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (thunar): Update to 4.18.11.
Change-Id: I80189eeef2f4d1278bffef7568e2894866eef3fd
---
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 5de57d853c..22a8f8637c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -720,7 +720,7 @@ (define-public xfce4-settings
(define-public thunar
(package
(name "thunar")
- (version "4.18.10") ;stable version = even minor
+ (version "4.18.11") ;stable version = even minor
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -728,7 +728,7 @@ (define-public thunar
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78"))))
+ "04nnfnm1913vva3d8515l3vs99q61rhbafj0gl9qqmka0zidl2vx"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 08/11] gnu: xfce4-power-manager: Update to 4.18.4.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (6 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 07/11] gnu: thunar: Update to 4.18.11 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 09/11] gnu: xfce4-notifyd: Update to 0.9.6 iyzsong--- via Guix-patches via
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.4.
Change-Id: Ib28b1edcdb91a7aaedabe439c9d470ed6b8bbfee
---
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 22a8f8637c..ddc37da998 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1265,7 +1265,7 @@ (define-public xfce
(define-public xfce4-power-manager
(package
(name "xfce4-power-manager")
- (version "4.18.3")
+ (version "4.18.4")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -1273,7 +1273,7 @@ (define-public xfce4-power-manager
"xfce4-power-manager-" version ".tar.bz2"))
(sha256
(base32
- "1w445v3911cf7l6w5c0f84aphv8s579f8srnhjrhf3drd07xsy8d"))))
+ "0x6qychcgqxc5dwwxzypqw2da35y6cd25ngg42zxndnrvixqz4bn"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 09/11] gnu: xfce4-notifyd: Update to 0.9.6.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (7 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 08/11] gnu: xfce4-power-manager: Update to 4.18.4 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 10/11] gnu: xfburn: Update to 0.7.2 iyzsong--- via Guix-patches via
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.6.
Change-Id: I6a478f9b40d3a4b72100cee0b820e48da14788e9
---
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 ddc37da998..5aeefd2f7d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1382,7 +1382,7 @@ (define-public orage
(define-public xfce4-notifyd
(package
(name "xfce4-notifyd")
- (version "0.9.4")
+ (version "0.9.6")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1390,7 +1390,7 @@ (define-public xfce4-notifyd
name "-" version ".tar.bz2"))
(sha256
(base32
- "063qxbcy8djijsb0clzkai3mwg43mmlswwrg403vsi2w0n614v5f"))))
+ "0w967np9ik74lg63sn7g7448f10pjspd7h62ncqmr0vxr9f2clwy"))))
(build-system glib-or-gtk-build-system)
(arguments
(list #:phases
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 10/11] gnu: xfburn: Update to 0.7.2.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (8 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 09/11] gnu: xfce4-notifyd: Update to 0.9.6 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-03 0:00 ` [bug#72991] [PATCH 11/11] gnu: xfce4-screenshooter: Update to 1.11.1 iyzsong--- via Guix-patches via
2024-09-05 23:37 ` bug#72991: [PATCH 00/11] xfce 4.18 updates 宋文武 via Guix-patches via
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfburn): Update to 0.7.2.
Change-Id: Id6c813830692fe2d692e080d045fac5984de578c
---
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 5aeefd2f7d..ed54ce274a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1424,7 +1424,7 @@ (define-public xfce4-notifyd
(define-public xfburn
(package
(name "xfburn")
- (version "0.7.0")
+ (version "0.7.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/xfburn/"
@@ -1432,7 +1432,7 @@ (define-public xfburn
"xfburn-" version ".tar.bz2"))
(sha256
(base32
- "0i8zpgp4mj78pn2023pdhzb7552r3b52phzp2gjr6jq4kakhx5ms"))))
+ "09crg8vd6vs671lbbhy1ch9hf3d3xvfynh6vj5zlhpikyzch3fy2"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#72991] [PATCH 11/11] gnu: xfce4-screenshooter: Update to 1.11.1.
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (9 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 10/11] gnu: xfburn: Update to 0.7.2 iyzsong--- via Guix-patches via
@ 2024-09-03 0:00 ` iyzsong--- via Guix-patches via
2024-09-05 23:37 ` bug#72991: [PATCH 00/11] xfce 4.18 updates 宋文武 via Guix-patches via
11 siblings, 0 replies; 13+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-09-03 0:00 UTC (permalink / raw)
To: 72991; +Cc: 宋文武, Zhu Zihao, 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.11.1.
Change-Id: I99811c51b9af116181f51ba31b17425a8efbec65
---
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 ed54ce274a..33b8d59051 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1498,7 +1498,7 @@ (define-public mousepad
(define-public xfce4-screenshooter
(package
(name "xfce4-screenshooter")
- (version "1.10.5")
+ (version "1.11.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1508,7 +1508,7 @@ (define-public xfce4-screenshooter
version ".tar.bz2"))
(sha256
(base32
- "0732f1v6s1zkflq47rgdsimq73k7q94gwag1y9sza5smd8m1ywgs"))))
+ "0kfk6x6g1y49wqs8vvhv257dwkjac9ac5g8l6bbzc9lvmhvllk6r"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool
--
2.45.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* bug#72991: [PATCH 00/11] xfce 4.18 updates
2024-09-02 23:57 [bug#72991] [PATCH 00/11] xfce 4.18 updates iyzsong--- via Guix-patches via
` (10 preceding siblings ...)
2024-09-03 0:00 ` [bug#72991] [PATCH 11/11] gnu: xfce4-screenshooter: Update to 1.11.1 iyzsong--- via Guix-patches via
@ 2024-09-05 23:37 ` 宋文武 via Guix-patches via
11 siblings, 0 replies; 13+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-09-05 23:37 UTC (permalink / raw)
To: 72991-done
iyzsong@envs.net writes:
> From: 宋文武 <iyzsong@member.fsf.org>
>
> Hello, here are some small updates for xfce 4.18.
>
> Sou Bunnbu (宋文武) (11):
> gnu: libxfce4util: Update to 4.18.2.
> gnu: libxfce4ui: Update to 4.18.6.
> gnu: elementary-xfce-icon-theme: Update to 0.19.
> gnu: xfce4-whiskermenu-plugin: Update to 2.8.3.
> gnu: xfce4-session: Update to 4.18.4.
> gnu: xfce4-settings: Update to 4.18.6.
> gnu: thunar: Update to 4.18.11.
> gnu: xfce4-power-manager: Update to 4.18.4.
> gnu: xfce4-notifyd: Update to 0.9.6.
> gnu: xfburn: Update to 0.7.2.
> gnu: xfce4-screenshooter: Update to 1.11.1.
>
> gnu/packages/xfce.scm | 59 +++++++++++++++++++------------------------
> 1 file changed, 26 insertions(+), 33 deletions(-)
>
>
> base-commit: b833aaaee7c95ec0339428a6b602f26831494798
Pushed now, close.
^ permalink raw reply [flat|nested] 13+ messages in thread