extra/efl to 1.21.0-1

This commit is contained in:
Kevin Mihelich 2018-08-23 23:31:17 +00:00
parent a5b62b86dc
commit 973f360057

View file

@ -8,8 +8,8 @@
pkgbase=efl
pkgname=('efl' 'efl-docs')
pkgver=1.20.7
pkgrel=2
pkgver=1.21.0
pkgrel=1
pkgdesc="Enlightenment Foundation Libraries"
arch=('x86_64')
url="https://www.enlightenment.org"
@ -18,15 +18,15 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
'libxinerama' 'libxrandr' 'libxss' 'libinput'
'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
'mesa')
'mesa')
depends_aarch64=('lua52')
optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for DOC/PPT/XLS files')
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
options=('!emptydirs')
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
sha512sums=('c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de')
sha256sums=('7e65be78a537aa67e447b945f01f4ecf9ddfa14d509bf6bbf53a60253ecbae4b')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@ -48,7 +48,10 @@ build() {
--enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es $CONFIG
make
make -j1 doc || return 0 # don't fail on the docs
cd doc
doxygen
#make -j1 doc || return 0 # don't fail on the docs
}
package_efl(){