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
This commit is contained in:
parent
bf20cfc49f
commit
81edc0a4d2
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue