summaryrefslogtreecommitdiff
path: root/extra/ecore/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-10 01:10:31 -0700
committerroot <root@rshg054.dnsready.net>2013-05-10 01:10:31 -0700
commitfc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (patch)
tree6ef5bc2d994954809f833756dd63eeed03cbd5c9 /extra/ecore/PKGBUILD
parent648599b08776ea788a3ddb0365eb30fda03efe7b (diff)
Fri May 10 01:10:30 PDT 2013
Diffstat (limited to 'extra/ecore/PKGBUILD')
-rw-r--r--extra/ecore/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/ecore/PKGBUILD b/extra/ecore/PKGBUILD
index e841cd52f..44c1d9eba 100644
--- a/extra/ecore/PKGBUILD
+++ b/extra/ecore/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 174828 2013-01-07 19:41:37Z ronald $
+# $Id: PKGBUILD 184994 2013-05-09 17:25:25Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=ecore
-pkgver=1.7.5
+pkgver=1.7.6
pkgrel=1
pkgdesc="OS abstraction layer for e17"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
makedepends=('subversion')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('98731b2fa29b863e20b863b816e4045ea768172d')
+sha1sums=('b7be13256b1cc91636127b167a83af2980f5a302')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -49,7 +49,6 @@ build() {
--enable-epoll \
--enable-posix-threads \
--disable-debug-threads \
- --enable-thread-safety \
--enable-atfile-source \
--enable-ecore-con \
--enable-curl \
@@ -81,6 +80,9 @@ build() {
--disable-coverage \
--disable-install-examples \
--disable-doc
+
+# --enable-thread-safety # e17 starts with a non-functioning black window if enabled
+
make
}