diff options
author | root <root@rshg054.dnsready.net> | 2012-12-12 02:49:40 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-12 02:49:40 -0800 |
commit | 6768c115af3c5f0772bcf7b02f34a88a880876c0 (patch) | |
tree | cf59712968581c230363f5604ad8f253cc0b5d87 /extra/edje/PKGBUILD | |
parent | ab94338181959432cf0046ce0a9643307dab9366 (diff) |
Wed Dec 12 02:43:53 PST 2012
Diffstat (limited to 'extra/edje/PKGBUILD')
-rw-r--r-- | extra/edje/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/edje/PKGBUILD b/extra/edje/PKGBUILD index 83c8e6621..47c5131e7 100644 --- a/extra/edje/PKGBUILD +++ b/extra/edje/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 172968 2012-12-07 19:27:48Z ronald $ +# $Id: PKGBUILD 173171 2012-12-12 00:31:43Z eric $ # Maintainer: Ronald van Haren <ronald@archlinux.org> # Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com> pkgname=edje pkgver=1.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="A graphical design and layout library based on Evas" arch=('i686' 'x86_64') url="http://www.enlightenment.org" license=('BSD') -depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo') +depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo') optdepends=('python2: inkscape2edc') install=edje.install options=('!libtool' '!emptydirs') @@ -29,8 +29,6 @@ build() { ./configure \ --prefix=/usr \ --disable-static \ - --enable-ecore-imf \ - --enable-eio \ --disable-sndfile \ --disable-remix \ --disable-vorbisenc \ |