summaryrefslogtreecommitdiff
path: root/pcr/aseprite
diff options
context:
space:
mode:
authorJorge Araya Navarro <elcorreo@deshackra.com>2016-05-25 19:36:39 -0600
committerJorge Araya Navarro <elcorreo@deshackra.com>2016-05-25 19:36:39 -0600
commitc6c2a3757544ec0c08afb5e94ebe92740391c781 (patch)
tree6fbbd35f0de77f25c02f067201d97a42292a271a /pcr/aseprite
parent39ff2d7ca9510fe15709f355cf5afa5716763077 (diff)
Needed more third party modules
Diffstat (limited to 'pcr/aseprite')
-rw-r--r--pcr/aseprite/PKGBUILD10
-rw-r--r--pcr/aseprite/SRCBUILD5
2 files changed, 9 insertions, 6 deletions
diff --git a/pcr/aseprite/PKGBUILD b/pcr/aseprite/PKGBUILD
index 1097a8705..710a03ae3 100644
--- a/pcr/aseprite/PKGBUILD
+++ b/pcr/aseprite/PKGBUILD
@@ -5,17 +5,17 @@
pkgname=aseprite
pkgver=1.1.5.6
-pkgrel=1
+pkgrel=2
pkgdesc='Create animated sprites and pixel art'
arch=('x86_64' 'i686')
url='http://www.aseprite.org/'
license=('GPL')
depends=('pixman' 'curl' 'giflib' 'zlib' 'libpng' 'libjpeg-turbo' 'tinyxml'
'freetype2' 'libwebp' 'libxext')
-makedepends=('cmake' 'git')
-source=("libre://aseprite-1.1.5.6-2-i686.src.tar.xz"
+makedepends=('cmake')
+source=("libre://aseprite-1.1.5.6-4-i686.src.tar.xz"
aseprite.desktop)
-sha256sums=('2c825fd6e9efc6dd195fceae1846422df3ded45d6da1c96e120cd061209aac2a'
+sha256sums=('a3be7a09bdd670cac2fd15870eaa3b0b539eba486d89f6f2b6a4f9793ad77b6f'
'c9e624b9fd095ebb3eec8220a58d4a9422f39d68477bafcc0047d773814ba0aa')
build() {
@@ -47,7 +47,7 @@ package() {
make DESTDIR="$pkgdir/" install/fast
install -Dm644 "$srcdir/$pkgname.desktop" \
"$pkgdir/usr/share/applications/$pkgname.desktop"
- install -Dm644 "data/icons/ase48.png" \
+ install -Dm644 "../data/icons/ase48.png" \
"$pkgdir/usr/share/pixmaps/$pkgname.png"
}
diff --git a/pcr/aseprite/SRCBUILD b/pcr/aseprite/SRCBUILD
index 5c54afef7..068438d28 100644
--- a/pcr/aseprite/SRCBUILD
+++ b/pcr/aseprite/SRCBUILD
@@ -2,7 +2,7 @@
pkgname=aseprite
pkgver=1.1.5.6
-pkgrel=2
+pkgrel=4
pkgdesc='Create animated sprites and pixel art'
arch=('x86_64' 'i686')
url='http://www.aseprite.org/'
@@ -22,6 +22,9 @@ build() {
git submodule update --init third_party/duktape
git submodule update --init third_party/gtest
git submodule update --init third_party/simpleini
+ git submodule update --init third_party/pixman
+ git submodule update --init src/clip
+ git submodule update --init src/flic
}
package() {