From 81edc0a4d2b4cc6e2fcd27a33e1be41b66b83fe1 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 25 Apr 2022 09:05:28 +0200 Subject: [PATCH] temp/dino: rebuild against new libicuuc.so (MR 3093) Fix for: missing depend(s): so:libicuuc.so.70 While at it, I've checked if this is the most recent version of this mobile fork, and what the upstream stance on this is. Meanwhile there's a feature branch in the official dino.git repository, so I've adjusted the APKBUILD. The commit is still the same, and apparently upstream won't merge it, but rather switch the whole application to libadwaita. Related: https://github.com/dino/dino/issues/178 Related: https://github.com/dino/dino/issues/1182 [ci:skip-build] already built successfully in CI --- temp/dino/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/temp/dino/APKBUILD b/temp/dino/APKBUILD index 652e47207..5f0d22057 100644 --- a/temp/dino/APKBUILD +++ b/temp/dino/APKBUILD @@ -1,7 +1,8 @@ -# Forked from Alpine Linux +# Forked from Alpine Linux: unreleased branch of Dino that has been optimized +# for mobile displays pkgname=dino pkgver=9999_git20211230 -pkgrel=0 +pkgrel=1 # feature/handy branch _commit="c848191a034a920266687002045abc5e1f42b070" pkgdesc="Modern Jabber/XMPP client" @@ -30,7 +31,7 @@ makedepends=" " subpackages="$pkgname-lang" source=" - https://github.com/mimi89999/dino/archive/$_commit.tar.gz + https://github.com/dino/dino/archive/$_commit.tar.gz bump-signal-version.patch " builddir="$srcdir/$pkgname-$_commit"