extra/efl to 1.18.0-1

This commit is contained in:
Kevin Mihelich 2016-09-05 15:40:23 +00:00
parent c13de9c197
commit 5c15df4b60

View file

@ -7,7 +7,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')
@ -17,15 +17,14 @@ 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')
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'
'eina_doxygen.patch')
sha1sums=('656ccdae1ac02bca2788f9e8a222cdd02bf110ac'
'ef2b961e793c711685623a149ab55b1bec9a3676')
prepare() {
@ -45,13 +44,15 @@ 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 --disable-neon
--enable-liblz4 --enable-drm --enable-elput --disable-neon
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