GNU bug report logs -
#60801
[PATCH] gnu: xfce4-screenshooter: Update to 1.10.3.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sat, 14 Jan 2023 02:54:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#60801: [PATCH] gnu: xfce4-screenshooter: Update to 1.10.3.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 60801 <at> debbugs.gnu.org.
--
60801: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60801
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Michael Rohleder <mike <at> rohleder.de> writes:
> * 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 <at> gmail.com>
> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
> ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
> -;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike <at> rohleder.de>
> +;;; Copyright © 2020-2023 Michael Rohleder <mike <at> rohleder.de>
> ;;; Copyright © 2021, 2022 Brendan Tildesley <mail <at> brendan.scot>
> ;;; Copyright © 2021 André A. Gomes <andremegafone <at> gmail.com>
I've dropped the above hunk (< 10 lines changes are not copyrightable)
and pushed!
--
Thanks,
Maxim
[Message part 3 (message/rfc822, inline)]
* 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 <at> gmail.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
-;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2020-2023 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2021, 2022 Brendan Tildesley <mail <at> brendan.scot>
;;; Copyright © 2021 André A. Gomes <andremegafone <at> 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
This bug report was last modified 2 years and 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.