extra/efl to 1.18.2-1

This commit is contained in:
Kevin Mihelich 2016-10-21 12:19:47 +00:00
parent 4d7e4ebda4
commit 528e86c4fa

View file

@ -8,8 +8,8 @@
pkgbase=efl
pkgname=('efl' 'efl-docs')
pkgver=1.18.0
pkgrel=2
pkgver=1.18.2
pkgrel=1
pkgdesc="Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
@ -19,13 +19,13 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
'libxinerama' 'libxrandr' 'libxss' 'libinput'
'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
'libspectre' 'libraw' 'librsvg' 'vlc')
'libspectre' 'libraw' 'librsvg')
optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for DOC/PPT/XLS files')
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
options=('!emptydirs')
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
'eina_doxygen.patch')
sha1sums=('656ccdae1ac02bca2788f9e8a222cdd02bf110ac'
sha1sums=('d39bba5676f64cec3d0e4eba952de4217bca7333'
'ef2b961e793c711685623a149ab55b1bec9a3676')
prepare() {
@ -48,7 +48,7 @@ build() {
--disable-static --disable-tslib --enable-fb \
--enable-xinput22 --enable-multisense --enable-systemd \
--enable-image-loader-webp --enable-harfbuzz --enable-wayland \
--enable-liblz4 --enable-drm --enable-elput $CONFIG
--enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es $CONFIG
make
make -j1 doc || return 0 # don't fail on the docs