GNU bug report logs - #61365
[PATCH] gnu: dino: Update to 0.4.0.

Previous Next

Package: guix-patches;

Reported by: Parnikkapore <poomklao <at> yahoo.com>

Date: Wed, 8 Feb 2023 09:19:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61365: closed ([PATCH] gnu: dino: Update to 0.4.0.)
Date: Sun, 19 Feb 2023 07:39:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 19 Feb 2023 08:38:41 +0100
with message-id <c6d765f9fc81d286d55a387f615c54cc87cbd2b3.camel <at> gmail.com>
and subject line Re: [PATCH] gnu: dino: Update to 0.4.0.
has caused the debbugs.gnu.org bug report #61365,
regarding [PATCH] gnu: dino: Update to 0.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
61365: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61365
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Parnikkapore <poomklao <at> yahoo.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: dino: Update to 0.4.0.
Date: Wed,  8 Feb 2023 17:17:30 +0800
* gnu/packages/messaging.scm (dino): Update to 0.4.0.
[inputs]: Remove gtk+ and pango; add bash-minimal, gtk, libadwaita, and
pango-next.
---
 gnu/packages/messaging.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 404596c553..95d357c2ee 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1375,7 +1375,7 @@ (define-public gajim-openpgp
 (define-public dino
   (package
     (name "dino")
-    (version "0.3.1")
+    (version "0.4.0")
     (source
      (origin
        (method url-fetch)
@@ -1383,7 +1383,7 @@ (define-public dino
         (string-append "https://github.com/dino/dino/releases/download/v"
                        version "/dino-" version ".tar.gz"))
        (sha256
-        (base32 "1rs6qpkidiww805cd91q059r2lm5lzblrkyn01zz4g1mls8ghk5a"))))
+        (base32 "115p7mjk0q68nvv8asrm6hsv0dzsz7hy2bnvhwhxmcfbilr8fq68"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))
     (arguments
@@ -1422,12 +1422,13 @@ (define-public dino
      (list gettext-minimal
            `(,glib "bin")
            gobject-introspection
-           `(,gtk+ "bin")
+           `(,gtk "bin")
            pkg-config
            vala))
     (inputs
      (list adwaita-icon-theme
            atk
+           bash-minimal
            cairo
            librsvg
            glib
@@ -1438,8 +1439,9 @@ (define-public dino
            gstreamer                    ;for A/V support
            gst-plugins-base
            gst-plugins-good
-           gtk+
+           gtk
            icu4c                        ;for emoji support
+           libadwaita
            libcanberra                  ;for sound-notification support
            libgcrypt
            libgee
@@ -1447,7 +1449,7 @@ (define-public dino
            libsignal-protocol-c
            libsoup
            libsrtp                      ;for calls support
-           pango
+           pango-next                   ;gtk4 wants pango 1.5+
            qrencode
            sqlite
            webrtc-audio-processing))    ;for A/V support

base-commit: 99c1c7a30c59c3514a4ced6e0cad0e5c2860331d
-- 
2.39.1



[Message part 3 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Parnikkapore <poomklao <at> yahoo.com>, 61365-done <at> debbugs.gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>,
 Morgan Smith <Morgan.J.Smith <at> outlook.com>,
 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: Re: [PATCH] gnu: dino: Update to 0.4.0.
Date: Sun, 19 Feb 2023 08:38:41 +0100
Am Mittwoch, dem 08.02.2023 um 17:17 +0800 schrieb Parnikkapore:
> * gnu/packages/messaging.scm (dino): Update to 0.4.0.
> [inputs]: Remove gtk+ and pango; add bash-minimal, gtk, libadwaita,
> and pango-next.
Pushed.  A lot of GTK-related bugs were raised in this thread, which
imho should be raised/fixed in their own threads specifically.
@Morgan: Same goes for jingle support in Dino.  Could you send a patch
to add it?

Cheers


This bug report was last modified 2 years and 145 days ago.

Previous Next


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