From 83c2c18505e314315b9c858231d07ebd958993a6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 26 Oct 2020 17:39:12 +0100 Subject: [PATCH] dino: Add version from git (0.1.0_p152_5954f77) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In an effort, to propagate XMPP, a client is needed. We currently have Pidgin, but that is based on GTK 2, and, therefore, does not integrated so well and hurts the user desktop experience. Dino is the default client in GNOME, so let’s try it. [Description][1]: > Dino is a modern open-source chat client for the desktop. It focuses > on providing a clean and reliable Jabber/XMPP experience while having > your privacy in mind. [1]: https://dino.im/ --- dino.be0 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 dino.be0 diff --git a/dino.be0 b/dino.be0 new file mode 100755 index 000000000..43cd9a57e --- /dev/null +++ b/dino.be0 @@ -0,0 +1,36 @@ +#!/usr/bin/env beesh + +# BEE_VERSION dino-0.1.0_p152_5954f77-0 + +# https://github.com/dino/dino/ +SRCURL[0]="/src/mariux/beeroot/downloads/dino-${PKGFULLVERSION}.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}