temp/gtk+3.0: switch to pureos/byzantium branch (MR 2325)

This branch includes a patch to resolve a deadlock when Phosh is
starting up. This patch was merged in aports edge.

The rest of the patches in this branch are minor fixes, so I don't
expect any regressions.

fixes #1142

[ci:skip-build] already built successfully in CI
This commit is contained in:
Clayton Craft 2021-07-07 12:17:50 -07:00
parent b5cdc7603f
commit e405a87b77
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54

View file

@ -1,8 +1,9 @@
# Forked from Alpine to apply Purism's patches for responsivness
pkgname=gtk+3.0
pkgver=9999_git20210319
pkgver=9999_git20210602
pkgrel=0
_commit="f9d568742a919e5bd92ceed4cc2db9f9239cc7fe"
# pureos/byzantium branch
_commit="f05e4021ed82bfbabf566398d0511b6745a5745e"
pkgdesc="The GTK+ Toolkit (v3)"
url="https://www.gtk.org/"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
@ -135,4 +136,6 @@ doc() {
default_doc
}
sha512sums="07f1930033f9e3e399915e862c34c99aa3c2bd46e3f6f3232a7d47d64a48d14dd836e42b5a6970c47e5bc11b3d26535d9b43c1c42c80152bf2b4444f0cc4b547 gtk-f9d568742a919e5bd92ceed4cc2db9f9239cc7fe.tar.gz"
sha512sums="
942d2e24bdb4e9fea7fc5bbd3d41ab203b69f6352566f43164e59842d49163e37d638858032cf2322b9b4c279c8c9a07a63d58fa7ec8554f3194c17ae3185fd7 gtk-f05e4021ed82bfbabf566398d0511b6745a5745e.tar.gz
"