generated from archlinux/template
upgpkg: aseprite 1.3.13-6
try to fix skia
This commit is contained in:
parent
18db0ba033
commit
3e97bcb3d8
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = aseprite
|
pkgbase = aseprite
|
||||||
pkgdesc = Create animated sprites and pixel art
|
pkgdesc = Create animated sprites and pixel art
|
||||||
pkgver = 1.3.13
|
pkgver = 1.3.13
|
||||||
pkgrel = 5
|
pkgrel = 6
|
||||||
url = https://www.aseprite.org/
|
url = https://www.aseprite.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LicenseRef-Aseprite-EULA
|
license = LicenseRef-Aseprite-EULA
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@ -13,7 +13,7 @@ pkgname=aseprite
|
|||||||
pkgver=1.3.13
|
pkgver=1.3.13
|
||||||
_skiaver=m102
|
_skiaver=m102
|
||||||
_skiahash=861e4743af
|
_skiahash=861e4743af
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc='Create animated sprites and pixel art'
|
pkgdesc='Create animated sprites and pixel art'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.aseprite.org/"
|
url="https://www.aseprite.org/"
|
||||||
@ -130,7 +130,8 @@ is_official_build=true skia_build_fuzzers=false \
|
|||||||
skia_enable_{pdf,skottie,sksl,svg}=false \
|
skia_enable_{pdf,skottie,sksl,svg}=false \
|
||||||
skia_use_{libjpeg_turbo,libwebp}_{encode,decode}=false \
|
skia_use_{libjpeg_turbo,libwebp}_{encode,decode}=false \
|
||||||
skia_use_{expat,piex,xps,zlib,libgifcodec}=false \
|
skia_use_{expat,piex,xps,zlib,libgifcodec}=false \
|
||||||
skia_enable_{particles,skparagraph,sktext}=false)"
|
skia_enable_{particles,skparagraph,sktext}=false \
|
||||||
|
cc="clang" cxx="clang++")"
|
||||||
ninja -C "$_skiadir" skia modules
|
ninja -C "$_skiadir" skia modules
|
||||||
|
|
||||||
echo Building Aseprite...
|
echo Building Aseprite...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user