raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3082bbc3ce8b5fefcc2a460b4d8ad43f8170fe78

commit 3082bbc3ce8b5fefcc2a460b4d8ad43f8170fe78
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Dec 23 13:38:54 2013 +0900

    pkgbuild - enable scim by default for input methods and sdl is pointless
---
 pkgbuild/PKGBUILD               | 7 ++++---
 src/scripts/eina/eina-bench-cmp | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD
index 4da6503..cb8fdd6 100644
--- a/pkgbuild/PKGBUILD
+++ b/pkgbuild/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Enlightenment Developers <enlightenment-de...@enlightenment.org>
 pkgname=('efl-git' 'efl_doc-git')
 _pkgname=${pkgname%-*}
-pkgver=1.8.99.24004.0b86e51
+pkgver=1.8.99.24060.a30d82c
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries - GIT development snapshot (Ecore, 
Eldbus, Edje, Eet, Eeze, Efreet, Eina, Eio, Embryo, Emotion, Eo, Ephysics, 
Ethumb, & Evas)"
 arch=('i686' 'x86_64' 'arm')
@@ -17,7 +17,7 @@ depends=('bullet' 'libpng' 'libjpeg-turbo'
          'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxinerama'
          'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst'
          'libxcursor' 'libxp' 'libgl' 'giflib' 'libwebp' 'harfbuzz'
-        'wayland' 'sdl' 'avahi')
+        'wayland' 'avahi' 'scim')
 [[ ! $(pacman -T "openjpeg") ]] && depends+=('openjpeg') #jpeg2k loader is 
autodetected at build time
 makedepends=('git')
 provides=("ecore=$pkgver" "eldbus=$pkgver" "edje=$pkgver"
@@ -51,7 +51,8 @@ build() {
   --disable-static --disable-tslib --enable-fb \
   --enable-xinput22 --enable-multisense --enable-systemd \
   --enable-image-loader-webp --enable-harfbuzz \
-  --enable-wayland --enable-drm --enable-sdl
+  --enable-wayland --enable-drm \
+  --enable-scim
   make
   make -j1 doc
 }
diff --git a/src/scripts/eina/eina-bench-cmp b/src/scripts/eina/eina-bench-cmp
index 6ff2b50..63926c2 100755
--- a/src/scripts/eina/eina-bench-cmp
+++ b/src/scripts/eina/eina-bench-cmp
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 import sys
 import os

-- 


Reply via email to