Package Details: dino-git 0.4.1.r49.g2fba24c-1

Git Clone URL: https://aur.archlinux.org/dino-git.git (read-only, click to copy)
Package Base: dino-git
Description: Simple and modern Jabber/XMPP client written in vala
Upstream URL: https://dino.im/
Keywords: jabber omemo xmpp
Licenses: GPL3
Conflicts: dino
Provides: dino
Submitter: seppia
Maintainer: seppia (svalo)
Last Packager: svalo
Votes: 40
Popularity: 0.004776
First Submitted: 2017-03-16 10:05 (UTC)
Last Updated: 2023-09-18 09:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

kinseytamsin commented on 2020-01-30 23:28 (UTC) (edited on 2020-01-30 23:30 (UTC) by kinseytamsin)

Also I noticed Dino has a proper website and the url for this package still just goes to the GitHub project so here's something for that too!


The following changes since commit e51fb6525b85:

Corrects the pkgver number wrongly generated (2020-01-28 11:23:18 +0100)

are available in the Git repository at:

https://gitlab.com/kinseytamsin/dino-git.git url

for you to fetch changes up to 6b475aa89f76073cedafa2235108614f0bc93bef:

Change url to dino.im website (2020-01-30 17:29:37 -0600)


Kinsey Favre (1): Change url to dino.im website

.SRCINFO | 2 +- PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)

kinseytamsin commented on 2020-01-30 20:25 (UTC) (edited on 2020-01-30 23:30 (UTC) by kinseytamsin)

Hey y'all, Dino just recently released version 0.1.0 so the repo has tags now. I made some changes for you to account for this :)


The following changes since commit e51fb6525b85:

Corrects the pkgver number wrongly generated (2020-01-28 11:23:18 +0100)

are available in the Git repository at:

https://gitlab.com/kinseytamsin/dino-git.git v0.1.0-release

for you to fetch changes up to 19c75fb8e827fb2c1d654b82cf96248dffbff3de:

Change pkgver() to use tags and update pkgver (2020-01-30 17:14:28 -0600)


Kinsey Favre (1): Change pkgver() to use tags and update pkgver

.SRCINFO | 2 +- PKGBUILD | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-)

svalo commented on 2020-01-28 10:23 (UTC)

@fifr: Thank you for noticing, something strange was happening and I don't fully understood what. I removed the original source code folder I had in my build dir and rebuilt, the pkgver is now correct. It's strange because the hash had a single digit more than what you reported. As I build the package in clean chroots I tought no error could come from that but it turns out that the clean chroot only builds the package and don't recalculate the pkgver.

fifr commented on 2020-01-28 09:51 (UTC)

The pkgver seems to be wrong: it should be r640.3b0a27e (remove the trailing 1), which is the hash returned by git rev-parse --short HEAD. Otherwise yay constantly tries to update the package because the two versions do not match.

svalo commented on 2020-01-22 08:24 (UTC)

As of today the package requires the libsignal-protocol-c package from AUR. This change was done following the direction took upstream, moreover it is in general better to use a shared library if available IMHO. I've been testing this setup since quite some time with no issues.

svalo commented on 2019-12-27 08:47 (UTC)

ajeremias: I tried to build it this morning and got no issues, do you still have that segfault?

ajeremias commented on 2019-12-23 22:53 (UTC) (edited on 2019-12-23 22:53 (UTC) by ajeremias)

I got a segmentation fault...

dino-git/PKGBUILD: line 44: 6546 Segmentation fault (core dumped) build/xmpp-vala-test ==> ERROR: A failure occurred in check(). Aborting... :: Unable to build dino-git - makepkg exited with code: 4

svalo commented on 2019-12-21 10:29 (UTC)

Jbehmel: what OS and how are you installing the package? gtk.h is provided by gtk3 which is already a dependency while xorgproto doesn't have any gtk related content. Moreover I dont'think that this package should depend on Xorg linked package as it runs perfectly under wayland

How did you come to the conclusion that xorgproto was required? Thank you

jbehmel commented on 2019-12-20 17:38 (UTC) (edited on 2019-12-20 18:14 (UTC) by jbehmel)

Build failed with this message: main/src/main.c:9:10: serious mistake: gtk/gtk.h: File or directory not found 9 | #include <gtk/gtk.h>

Solved: had to install package 'xorgproto' maybe make it a dependency?