summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvalo <me@valo.space>2018-01-02 12:26:18 +0100
committersvalo <me@valo.space>2018-01-02 12:26:18 +0100
commitacbc393a77465f6292d1983a940563a03845579c (patch)
tree8b2a5e66974c64ea2cdfffbd8f6ea3dfd067cc2b
parent906c80b19e2ee8bfd0d0f808c687bcef0c9d68ff (diff)
downloaddino-git-acbc393a77465f6292d1983a940563a03845579c.tar.gz
dino-git-acbc393a77465f6292d1983a940563a03845579c.tar.bz2
dino-git-acbc393a77465f6292d1983a940563a03845579c.zip
Raises minimum Vala version + various code updates
* [PKGBUILD] Minimum Vala version is 0.34 * [DINO] Update translations * [DINO] Restore window state (size, maximized, position) * [DINO] Place time+encryption+read directly right of name * [DINO] Clear chat states on own/contact disconnect fixes #197 * [DINO] Show subscription request in conversation summary * [DINO] Fallback display for all file types * [DINO] Load messages for conversation view from cache * [DINO] Match message with previously arrived marker * [DINO] Repopulate message TextView context menu, include "Copy URL" (#219) * [DINO] Rename resources to have a reverse DNS prefix * [DINO] Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221) * [DINO] ConversationView: Date separator * [DINO] http-files: async file download * [DINO] Update translations * [DINO] Reword some strings (#215) * [DINO] Fix memory leak * [DINO] Async service lookup, connect and write * [DINO] Disconnect stanza listeners from pipeline * [DINO] ConversationView: Split merged messages when an in-between one is added * [DINO] Update translations * [DINO] Fix unit tests using async + read message marker * [DINO] fixup 3f531d6 * [DINO] Read+(write) stream async * [DINO] Replace deprecated function usages * [DINO] small fixes * [DINO] small fixes * [DINO] Go offline before quiting application fixes #141 * [DINO] Fix warnings * [DINO] Move DatabaseError handling into Qlite * [DINO] Keep MUC join dialog open until joined, show errors * [DINO] Blocking setting in Contact Details * [DINO] xmpp-vala: Add support for XEP-0191: Blocking Command * [DINO] fixup 8c0a44e (Added a confirmation dialog before removing an account) * [DINO] Added a confirmation dialog before removing an account. Fixes #51 * [DINO] Added luxembourgish translation * [DINO] Remove new from struct initialisation, as it is deprecated (#180) * [DINO] Update translations * [DINO] Add oob tag to http-upload messages fixes #166 * [DINO] Directly start chat from xmpp uri if only one account is active fixes #160 * [DINO] Offline messages for MUCs fixes #187 * [DINO] Only match full words as mentions for notifications fixes #185 * [DINO] PGP encrypted file transfers * [DINO] Handle file uploading in libdino & main, have http upload as provider * [DINO] http-files: max-file-size handling
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e059c8..7767aa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 22 07:56:02 UTC 2017
+# Tue Jan 2 11:25:15 UTC 2018
pkgbase = dino-git
pkgdesc = Simple and modern Jabber/XMPP client written in vala
- pkgver = r179.9d8e1e8
- pkgrel = 2
+ pkgver = r222.b482c57
+ pkgrel = 1
url = https://github.com/dino/dino
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = dino-git
license = GPL3
makedepends = git
makedepends = cmake
- makedepends = vala>=0.30
+ makedepends = vala>=0.34
makedepends = ninja
depends = glib2>=2.38
depends = glib-networking
diff --git a/PKGBUILD b/PKGBUILD
index 8158216..6d9d6bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: svalo <me@valo.space>
pkgname=dino-git
-pkgver=r179.9d8e1e8
-pkgrel=2
+pkgver=r222.b482c57
+pkgrel=1
pkgdesc="Simple and modern Jabber/XMPP client written in vala"
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/dino/dino"
license=('GPL3')
depends=('glib2>=2.38' 'glib-networking' 'gtk3>=3.22' 'gpgme' 'libgee>=0.10' 'libgcrypt' 'libsoup' 'sqlite')
-makedepends=('git' 'cmake' 'vala>=0.30' 'ninja')
+makedepends=('git' 'cmake' 'vala>=0.34' 'ninja')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('dino::git+https://github.com/dino/dino')