generated from archlinux/template
Compare commits
14 Commits
31091a4266
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
244187bffb | ||
|
|
d91bb0a628 | ||
|
|
f6442f0e76 | ||
|
|
923062f774 | ||
|
|
9b1d1364b8 | ||
|
|
1a89b40c6b | ||
|
|
923de0460c | ||
|
|
71591257e1 | ||
|
|
4845fe81bb | ||
|
|
ab046e5074 | ||
|
|
6f2cee92c4 | ||
|
|
f5996b4ff2 | ||
|
|
505c103d2e | ||
|
|
500679451d |
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = aseprite
|
||||
pkgdesc = Create animated sprites and pixel art
|
||||
pkgver = 1.3.17
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://www.aseprite.org/
|
||||
arch = x86_64
|
||||
license = LicenseRef-Aseprite-EULA
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -13,7 +13,7 @@ pkgname=aseprite
|
||||
pkgver=1.3.17
|
||||
_skiaver=m124
|
||||
_skiahash=08a5439a6b
|
||||
pkgrel=3
|
||||
pkgrel=15
|
||||
pkgdesc='Create animated sprites and pixel art'
|
||||
arch=('x86_64')
|
||||
url="https://www.aseprite.org/"
|
||||
@@ -88,7 +88,7 @@ prepare() {
|
||||
bsdtar xf skia-$_skiaver.tar.gz --strip-components=1 -C skia
|
||||
# link to skia's icu
|
||||
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
|
||||
[[ -n $_debug ]] && echo desktop.patch
|
||||
env -C aseprite patch -tp1 <desktop.patch
|
||||
|
||||
Reference in New Issue
Block a user