mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/efl to 1.11.2-1
This commit is contained in:
parent
cfac5449bc
commit
095cab14b0
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgbase=efl
|
||||
pkgname=('efl' 'efl-docs')
|
||||
pkgver=1.11.0
|
||||
pkgver=1.11.2
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment Foundation Libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,13 +19,13 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
|
|||
'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
|
||||
'libxkbcommon' 'wayland')
|
||||
optdepends=('python2: eina-bench-cmp')
|
||||
makedepends=('doxygen' 'python')
|
||||
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
|
||||
replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
|
||||
'emotion' 'ethumb' 'evas')
|
||||
options=('!emptydirs')
|
||||
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
|
||||
install=efl.install
|
||||
sha1sums=('e639248be1f9ae3b9351251adf67823105be7da9')
|
||||
sha1sums=('6faabf84126f2ba790b77adef658aaaa03154bf7')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -43,7 +43,7 @@ build() {
|
|||
--enable-image-loader-webp --enable-harfbuzz --enable-wayland --disable-neon
|
||||
|
||||
make
|
||||
make -j1 doc
|
||||
make -j1 doc || return 0 # ignore error in building docs
|
||||
}
|
||||
|
||||
package_efl(){
|
||||
|
|
Loading…
Reference in a new issue