generated from archlinux/template
Merge remote-tracking branch 'aur/master'
This commit is contained in:
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.17
|
pkgver = 1.3.17
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://www.aseprite.org/
|
url = https://www.aseprite.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LicenseRef-Aseprite-EULA
|
license = LicenseRef-Aseprite-EULA
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -88,7 +88,7 @@ prepare() {
|
|||||||
bsdtar xf skia-$_skiaver.tar.gz --strip-components=1 -C skia
|
bsdtar xf skia-$_skiaver.tar.gz --strip-components=1 -C skia
|
||||||
# link to skia's icu
|
# link to skia's icu
|
||||||
mkdir -p skia/third_party/externals/
|
mkdir -p skia/third_party/externals/
|
||||||
ln -s $srcdir/skia-$_skiaver-icu skia/third_party/externals/icu
|
ln -fs $srcdir/skia-$_skiaver-icu skia/third_party/externals/icu
|
||||||
# Fix up Aseprite's desktop integration
|
# Fix up Aseprite's desktop integration
|
||||||
[[ -n $_debug ]] && echo desktop.patch
|
[[ -n $_debug ]] && echo desktop.patch
|
||||||
env -C aseprite patch -tp1 <desktop.patch
|
env -C aseprite patch -tp1 <desktop.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user