diff --git a/.SRCINFO b/.SRCINFO index c2a0105..3d423a2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Thu Nov 16 12:36:25 UTC 2017 +# Thu Nov 16 13:07:31 UTC 2017 pkgbase = aseprite pkgdesc = Create animated sprites and pixel art pkgver = 1.2.4 - pkgrel = 1 + pkgrel = 2 url = http://www.aseprite.org/ arch = x86_64 arch = i686 diff --git a/PKGBUILD b/PKGBUILD index e11d22d..8f17c53 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=aseprite pkgver=1.2.4 -pkgrel=1 +pkgrel=2 pkgdesc='Create animated sprites and pixel art' arch=('x86_64' 'i686') url="http://www.aseprite.org/" @@ -40,9 +40,13 @@ build() { -DUSE_SHARED_LIBLOADPNG=OFF \ -DUSE_SHARED_TINYXML=ON \ -DENABLE_UPDATER=OFF \ - -DUSE_SHARED_FREETYPE=ON \ - -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \ + -DUSE_SHARED_FREETYPE=OFF \ -DCMAKE_INSTALL_PREFIX:STRING=/usr .. + + # TODO: Note that using the shared freetype library was disabled for aseprite v1.24 due to a missing header + # Double check if we can use the shared library later on to minimize package size + #-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \ + make $MAKEFLAGS }