GNU bug report logs - #72991
[PATCH 00/11] xfce 4.18 updates

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Mon, 2 Sep 2024 23:59:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72991 in the body.
You can then email your comments to 72991 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Mon, 02 Sep 2024 23:59:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> envs.net:
New bug report received and forwarded. Copy sent to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Mon, 02 Sep 2024 23:59:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 00/11] xfce 4.18 updates
Date: Tue,  3 Sep 2024 07:57:41 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:01 GMT) Full text and rfc822 format available.

Message #8 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 01/11] gnu: libxfce4util: Update to 4.18.2.
Date: Tue,  3 Sep 2024 08:00:08 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:02 GMT) Full text and rfc822 format available.

Message #11 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 03/11] gnu: elementary-xfce-icon-theme: Update to 0.19.
Date: Tue,  3 Sep 2024 08:00:10 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:02 GMT) Full text and rfc822 format available.

Message #14 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 02/11] gnu: libxfce4ui: Update to 4.18.6.
Date: Tue,  3 Sep 2024 08:00:09 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:03 GMT) Full text and rfc822 format available.

Message #17 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 04/11] gnu: xfce4-whiskermenu-plugin: Update to 2.8.3.
Date: Tue,  3 Sep 2024 08:00:11 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:03 GMT) Full text and rfc822 format available.

Message #20 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 05/11] gnu: xfce4-session: Update to 4.18.4.
Date: Tue,  3 Sep 2024 08:00:12 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:04 GMT) Full text and rfc822 format available.

Message #23 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 06/11] gnu: xfce4-settings: Update to 4.18.6.
Date: Tue,  3 Sep 2024 08:00:13 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:04 GMT) Full text and rfc822 format available.

Message #26 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 07/11] gnu: thunar: Update to 4.18.11.
Date: Tue,  3 Sep 2024 08:00:14 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:05 GMT) Full text and rfc822 format available.

Message #29 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 08/11] gnu: xfce4-power-manager: Update to 4.18.4.
Date: Tue,  3 Sep 2024 08:00:15 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:05 GMT) Full text and rfc822 format available.

Message #32 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 09/11] gnu: xfce4-notifyd: Update to 0.9.6.
Date: Tue,  3 Sep 2024 08:00:16 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:06 GMT) Full text and rfc822 format available.

Message #35 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 10/11] gnu: xfburn: Update to 0.7.2.
Date: Tue,  3 Sep 2024 08:00:17 +0800
From: 宋文武 <iyzsong <at> 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





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72991; Package guix-patches. (Tue, 03 Sep 2024 00:01:06 GMT) Full text and rfc822 format available.

Message #38 received at 72991 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 72991 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 11/11] gnu: xfce4-screenshooter: Update to 1.11.1.
Date: Tue,  3 Sep 2024 08:00:18 +0800
From: 宋文武 <iyzsong <at> 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





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Thu, 05 Sep 2024 23:38:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> envs.net:
bug acknowledged by developer. (Thu, 05 Sep 2024 23:38:02 GMT) Full text and rfc822 format available.

Message #43 received at 72991-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: 72991-done <at> debbugs.gnu.org
Subject: Re: [bug#72991] [PATCH 00/11] xfce 4.18 updates
Date: Fri, 06 Sep 2024 07:37:02 +0800
iyzsong <at> envs.net writes:

> From: 宋文武 <iyzsong <at> 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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 04 Oct 2024 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 310 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.