Hi ports@,

This is an update of net/dino to its latest version 0.2.2

Changes on the software are few, just a maintenance release
See here:
https://github.com/dino/dino/releases/tag/v0.2.2

On the port side, I removed a patch merged upstream and took maintainer.

Works fine for me on amd64.  Tested with other accounts with gajim and
Conversation clients.

OK ?

diff 984013e10837cb5bbf0e985486d1b5266326ff33 /usr/ports
blob - 579de8abd737fb4c8c2c3538213dc157b49cd711
file + net/dino/Makefile
--- net/dino/Makefile
+++ net/dino/Makefile
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.4 2021/08/30 14:40:05 kn Exp $
 
 COMMENT=       XMPP desktop client
-VERSION=       0.2.1
+VERSION=       0.2.2
 DISTNAME=      dino-${VERSION}
 CATEGORIES=    net x11
 
@@ -13,6 +13,8 @@ HOMEPAGE=     https://dino.im/
 
 MASTER_SITES=  https://github.com/dino/dino/releases/download/v${VERSION}/
 
+MAINTAINER=    Paco Esteban <p...@openbsd.org>
+
 # GPLv3 only
 PERMIT_PACKAGE=        Yes
 
blob - 10be31b7660cdaaf00895634fb0fe8503a64615d
file + net/dino/distinfo
--- net/dino/distinfo
+++ net/dino/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dino-0.2.1.tar.gz) = L/Rz/YVoeGnKpJIsX7kKQ3Ce3jghRsDE+KoMqcFCM48=
-SIZE (dino-0.2.1.tar.gz) = 514504
+SHA256 (dino-0.2.2.tar.gz) = PgdvUcZZZ8/VHLq/C3JJp+o25hr6Jfk/grk0hGayuGQ=
+SIZE (dino-0.2.2.tar.gz) = 514648
blob - 7c876aa2e1a396fe1fd6dc18b9b40b599b6b271d
file + /dev/null
--- net/dino/patches/patch-main_src_emojichooser_c
+++ /dev/null
@@ -1,18 +0,0 @@
-$OpenBSD: patch-main_src_emojichooser_c,v 1.1 2021/08/29 12:59:17 solene Exp $
-
-"Fix custom emoji picker for gtk >= 3.24.30", backported from
-https://github.com/dino/dino/commit/7cedb64d3f550908b85b776dc8db49746c55e291
-
-Index: main/src/emojichooser.c
---- main/src/emojichooser.c.orig
-+++ main/src/emojichooser.c
-@@ -437,6 +437,9 @@ populate_emoji_chooser (gpointer data)
-   if (!chooser->data)
-     {
-       bytes = g_resources_lookup_data ("/org/gtk/libgtk/emoji/emoji.data", 0, 
NULL);
-+      if (bytes == NULL) {
-+        bytes = g_resources_lookup_data ("/org/gtk/libgtk/emoji/en.data", 0, 
NULL);
-+      }
-       chooser->data = g_variant_ref_sink (g_variant_new_from_bytes 
(G_VARIANT_TYPE ("a(auss)"), bytes, TRUE));
-     }
- 

-- 
Paco Esteban.
0x5818130B8A6DBC03

Reply via email to