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

Ronald van Haren ronald at archlinux.org
Thu Aug 18 10:58:35 UTC 2016


    Date: Thursday, August 18, 2016 @ 10:58:34
  Author: ronald
Revision: 273910

upgpkg: efl 1.18.0-1

update enlightenment and libs

Modified:
  efl/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-18 03:54:26 UTC (rev 273909)
+++ PKGBUILD	2016-08-18 10:58:34 UTC (rev 273910)
@@ -4,7 +4,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.17.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
@@ -14,15 +14,14 @@
          'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
          'libxinerama' 'libxrandr' 'libxss' 'libinput'
          'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
-         'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-          'emotion' 'ethumb' 'evas')
+         'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
+         'libspectre' 'libraw' 'librsvg' 'vlc')
+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=('d72270e88d6e44cfe6a01386d3a7d9d3e6291f32'
+sha1sums=('656ccdae1ac02bca2788f9e8a222cdd02bf110ac'
           'ef2b961e793c711685623a149ab55b1bec9a3676')
 
 prepare() {
@@ -42,13 +41,15 @@
   --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-liblz4 --enable-drm --enable-elput
 
   make
-  make -j1 doc
+  make -j1 doc || return 0  # don't fail on the docs
 }
 
 package_efl(){
+  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
+
   cd "${srcdir}/${pkgname}-${pkgver}"
   make -j1 DESTDIR=${pkgdir} install
 



More information about the arch-commits mailing list