extra/efl to 1.20.6-1

This commit is contained in:
Kevin Mihelich 2018-02-07 09:45:31 +00:00
parent 319c3e710e
commit ca3e7802e2

View file

@ -7,10 +7,10 @@
pkgbase=efl
pkgname=('efl' 'efl-docs')
pkgver=1.20.3
pkgrel=2
pkgver=1.20.6
pkgrel=1
pkgdesc="Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
arch=('x86_64')
url="https://www.enlightenment.org"
license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
@ -22,17 +22,12 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for DOC/PPT/XLS files')
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 'mesa')
options=('!emptydirs')
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
eina_doxygen.patch)
sha1sums=('df2cd1d1eab6e6396a0abd5a60c2f17101ced027'
'ef2b961e793c711685623a149ab55b1bec9a3676')
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
sha1sums=('946f82fa5dfffbbe62c4e5b67430d1e8602cb340')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
# fix docs building
patch -Np0 -i ${srcdir}/eina_doxygen.patch
}
build() {