From b5cad094cb5633b0cb9b3823e02728a165da544e Mon Sep 17 00:00:00 2001 From: ImperatorStorm Date: Wed, 3 May 2023 12:55:29 -0700 Subject: [PATCH] everything broke --- .SRCINFO | 4 +++- PKGBUILD | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b8ae987..26c6ebe 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = aseprite pkgdesc = Create animated sprites and pixel art pkgver = 1.2.40 - pkgrel = 7 + pkgrel = 8 url = https://www.aseprite.org/ arch = x86_64 license = custom @@ -38,6 +38,7 @@ pkgbase = aseprite source = skia-m102.tar.gz::https://github.com/aseprite/skia/archive/refs/tags/m102-861e4743af.tar.gz source = IXWebSocket-GCC13pt1.patch::https://patch-diff.githubusercontent.com/raw/machinezone/IXWebSocket/pull/389.patch source = IXWebSocket-GCC13pt2.patch::https://patch-diff.githubusercontent.com/raw/machinezone/IXWebSocket/pull/443.patch + source = laf-GCC13.patch::https://patch-diff.githubusercontent.com/raw/aseprite/laf/pull/55.patch source = desktop.patch source = shared-fmt.patch source = shared-libarchive.patch @@ -48,6 +49,7 @@ pkgbase = aseprite sha256sums = 8d76c1ad3693e1fc019eb14d806082148eb4ed7d601474aeeaae601b05a9b3ad sha256sums = 540bdd2985ec1295137deab99b95cb484934ab5d6d3b080fbc21d15e50a5e429 sha256sums = 5c188f30ebf15013f346ef2868d6cfeb84f7ee8ac68f837fee6269aabfa4ae59 + sha256sums = 1eba75501a0b1635a379499d930a66dd83d8bdb6b251c62c89f3cfab9c13213e sha256sums = 8b14e36939e930de581e95abf0591645aa0fcfd47161cf88b062917dbaaef7f9 sha256sums = 821f1354dbbc0bb3fa700e63037ed3c89b0d32bd2ab253450f91eeacd7d47c06 sha256sums = d7f2f8c43d24382453273ed17b1c0e05928980a36ad0b7c988da3aa0fe32de53 diff --git a/PKGBUILD b/PKGBUILD index 7840824..6c7cad3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ pkgname=aseprite pkgver=1.2.40 _skiaver=m102 _skiahash=861e4743af -pkgrel=7 +pkgrel=8 pkgdesc='Create animated sprites and pixel art' arch=('x86_64') url="https://www.aseprite.org/" @@ -44,6 +44,7 @@ source=("https://github.com/aseprite/aseprite/releases/download/v$pkgver/Aseprit "skia-$_skiaver.tar.gz::https://github.com/aseprite/skia/archive/refs/tags/$_skiaver-$_skiahash.tar.gz" IXWebSocket-GCC13pt1.patch::https://patch-diff.githubusercontent.com/raw/machinezone/IXWebSocket/pull/389.patch IXWebSocket-GCC13pt2.patch::https://patch-diff.githubusercontent.com/raw/machinezone/IXWebSocket/pull/443.patch + laf-GCC13.patch::https://patch-diff.githubusercontent.com/raw/aseprite/laf/pull/55.patch desktop.patch shared-fmt.patch # Based on https://patch-diff.githubusercontent.com/raw/aseprite/aseprite/pull/2535.patch @@ -58,6 +59,7 @@ sha256sums=('cd67eaf34ee19ae5584f9052f3b385dcfa41232f38016baf08723b987ae583fb' '8d76c1ad3693e1fc019eb14d806082148eb4ed7d601474aeeaae601b05a9b3ad' '540bdd2985ec1295137deab99b95cb484934ab5d6d3b080fbc21d15e50a5e429' '5c188f30ebf15013f346ef2868d6cfeb84f7ee8ac68f837fee6269aabfa4ae59' + '1eba75501a0b1635a379499d930a66dd83d8bdb6b251c62c89f3cfab9c13213e' '8b14e36939e930de581e95abf0591645aa0fcfd47161cf88b062917dbaaef7f9' '821f1354dbbc0bb3fa700e63037ed3c89b0d32bd2ab253450f91eeacd7d47c06' 'd7f2f8c43d24382453273ed17b1c0e05928980a36ad0b7c988da3aa0fe32de53' @@ -82,8 +84,10 @@ prepare() { # Their "FindSkia" module forcefully tries to use Skia's FreeType and HarfBuzz, # but we don't clone those because we use the shared ones. Avoid overwriting the settings instead. env -C aseprite patch -tp1