emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61365: closed ([PATCH] gnu: dino: Update to 0.4.0.)


From: GNU bug Tracking System
Subject: bug#61365: closed ([PATCH] gnu: dino: Update to 0.4.0.)
Date: Sun, 19 Feb 2023 07:39:01 +0000

Your message dated Sun, 19 Feb 2023 08:38:41 +0100
with message-id <c6d765f9fc81d286d55a387f615c54cc87cbd2b3.camel@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@gnu.org.)


-- 
61365: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61365
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: dino: Update to 0.4.0. Date: Sun, 19 Feb 2023 08:38:41 +0100 User-agent: Evolution 3.46.0
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]