[PATCH] gnu: xfce4-screenshooter: Update to 1.10.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20230114025208.18055-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.3.
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f8409c4e0f..a0654983d8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
-;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020-2023 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
;;;
@@ -1336,7 +1336,7 @@ (define-public mousepad
(define-public xfce4-screenshooter
(package
(name "xfce4-screenshooter")
- (version "1.10.0")
+ (version "1.10.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1346,7 +1346,7 @@ (define-public xfce4-screenshooter
version ".tar.bz2"))
(sha256
(base32
- "0lvv6iam348n7l3md94lanxyyn87xmrivzdvfi0fa3vgjfk88j56"))))
+ "061qixpz8krvpixs6ickl9ha5m0pb078rdd5fjifrkxy8yc1am54"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool
--
2.38.1
Maxim Cournoyer wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 60801-done@debbugs.gnu.org)
87o7qy5rlb.fsf@gmail.com
Hi,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (18 lines)
> * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.3.
> ---
> gnu/packages/xfce.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
> index f8409c4e0f..a0654983d8 100644
> --- a/gnu/packages/xfce.scm
> +++ b/gnu/packages/xfce.scm
> @@ -13,7 +13,7 @@
> ;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
> ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
> -;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
> +;;; Copyright © 2020-2023 Michael Rohleder <mike@rohleder.de>
> ;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
> ;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>

I've dropped the above hunk (< 10 lines changes are not copyrightable)
and pushed!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60801@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60801
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help