summaryrefslogtreecommitdiff
path: root/extra/efl
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-13 03:50:12 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-13 03:50:12 +0000
commit4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (patch)
tree5fa56a9aaad99bff3be377187b518aa7938dd746 /extra/efl
parent5d4b5782f03734e12c907cbc7e4b8c35926e9554 (diff)
Thu Mar 13 03:41:44 UTC 2014
Diffstat (limited to 'extra/efl')
-rw-r--r--extra/efl/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/extra/efl/PKGBUILD b/extra/efl/PKGBUILD
index ad4ba444d..324d7cdb7 100644
--- a/extra/efl/PKGBUILD
+++ b/extra/efl/PKGBUILD
@@ -1,26 +1,27 @@
-# $Id: PKGBUILD 205022 2014-02-03 10:02:52Z heftig $
+# $Id: PKGBUILD 207612 2014-03-12 20:16:23Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Enlightenment Developers <enlightenment-devel@enlightenment.org>
pkgbase=efl
pkgname=('efl' 'efl-docs')
-pkgver=1.8.5
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
pkgdesc="Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gstreamer0.10-base-plugins'
- 'lua' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
'libxinerama' 'libxrandr' 'libxss' 'python2'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info')
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland')
makedepends=('doxygen')
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=('6ab88b263f784f935310b1055d67578ae66e50df')
+sha1sums=('9711253c528b3621ddeef4d2bd028579e1d61181')
prepare() {
sed -i 's/env python$/&2/' "${srcdir}/${pkgname}-${pkgver}/src/scripts/eina/eina-bench-cmp"
@@ -34,7 +35,7 @@ build() {
./configure --prefix=/usr \
--disable-static --disable-tslib --enable-fb \
--enable-xinput22 --enable-multisense --enable-systemd \
- --enable-image-loader-webp --enable-harfbuzz
+ --enable-image-loader-webp --enable-harfbuzz --enable-wayland
make
make -j1 doc