[arch-commits] Commit in efl/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Wed Aug 22 14:57:21 UTC 2018


    Date: Wednesday, August 22, 2018 @ 14:57:21
  Author: ronald
Revision: 332813

upgpkg: efl 1.21.0-1

update to 1.21.0

Modified:
  efl/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-22 14:55:45 UTC (rev 332812)
+++ PKGBUILD	2018-08-22 14:57:21 UTC (rev 332813)
@@ -4,8 +4,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"
@@ -14,14 +14,14 @@
          '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')
 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}"
@@ -40,7 +40,10 @@
   --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
 
   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(){



More information about the arch-commits mailing list