[PATCH 00/11] xfce 4.18 updates

  • Done
  • quality assurance status badge
Details
One participant
  • iyzsong
Owner
unassigned
Submitted by
iyzsong
Severity
normal

Debbugs page

I
I
iyzsong wrote on 2 Sep 16:57 -0700
(address . guix-patches@gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
cover.1725321401.git.iyzsong@member.fsf.org
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
--
2.45.2
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 01/11] gnu: libxfce4util: Update to 4.18.2.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
3c53aa1840d389a9061c74ba569f581b915d26c3.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 03/11] gnu: elementary-xfce-icon-theme: Update to 0.19.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
01fbbb2e5697816cbad99743a7f74916f2ea9ad7.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 02/11] gnu: libxfce4ui: Update to 4.18.6.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
c565585f9b5680a6a753d330331a60bc27bcd0f4.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 04/11] gnu: xfce4-whiskermenu-plugin: Update to 2.8.3.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
4b95c67acef66eff2c9a921d933d9a92cdc09372.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (49 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 05/11] gnu: xfce4-session: Update to 4.18.4.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
b12be86b9a193c4bbdb6161474df23c857f78087.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 06/11] gnu: xfce4-settings: Update to 4.18.6.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
bb731625c32aeba1af4ddfd834402f218d38fcd1.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 07/11] gnu: thunar: Update to 4.18.11.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
9729d6a95b1ae66da75c284871af0de877eec52a.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 08/11] gnu: xfce4-power-manager: Update to 4.18.4.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
77202527551c3bf12e05e00b42b9ed2bf448d837.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 09/11] gnu: xfce4-notifyd: Update to 0.9.6.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
d8175b9539090892ce0416fba95e6c34980009e6.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 10/11] gnu: xfburn: Update to 0.7.2.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
42acdd8112b0ed69bc316b02f73786defdd032db.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
I
I
iyzsong wrote on 2 Sep 17:00 -0700
[PATCH 11/11] gnu: xfce4-screenshooter: Update to 1.11.1.
(address . 72991@debbugs.gnu.org)(name . 宋文武)(address . iyzsong@member.fsf.org)
fc6a59066d7912933d138577538f934ead076737.1725321401.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
宋
宋文武 wrote on 5 Sep 16:37 -0700
Re: [bug#72991] [PATCH 00/11] xfce 4.18 updates
(address . 72991-done@debbugs.gnu.org)
87a5glekpt.fsf@envs.net
iyzsong@envs.net writes:

Toggle quote (23 lines)
> 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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72991@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72991
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch