From 973f360057e4bc237a73a4f44783ecf4c54c24c8 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 23 Aug 2018 23:31:17 +0000 Subject: [PATCH] extra/efl to 1.21.0-1 --- extra/efl/PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/extra/efl/PKGBUILD b/extra/efl/PKGBUILD index 112522338..ecfbf80da 100644 --- a/extra/efl/PKGBUILD +++ b/extra/efl/PKGBUILD @@ -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(){