diff options
author | root <root@rshg054.dnsready.net> | 2012-11-26 01:53:53 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-26 01:53:53 -0800 |
commit | d41782ebd2416faf39268ec9a2c3242430390308 (patch) | |
tree | 856102788879ffdd560e4e61769df4c0df369d18 /extra/edje/PKGBUILD | |
parent | 7078408fce09d86886894f26c22cc36fc16aa4cc (diff) |
Mon Nov 26 01:48:57 PST 2012
Diffstat (limited to 'extra/edje/PKGBUILD')
-rw-r--r-- | extra/edje/PKGBUILD | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/edje/PKGBUILD b/extra/edje/PKGBUILD index 4d7eade9f..e8149d97a 100644 --- a/extra/edje/PKGBUILD +++ b/extra/edje/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 171861 2012-11-21 20:21:48Z ronald $ +# $Id: PKGBUILD 171989 2012-11-25 21:18:51Z ronald $ # Maintainer: Ronald van Haren <ronald@archlinux.org> # Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com> pkgname=edje -pkgver=1.7.1 -pkgrel=2 +pkgver=1.7.2 +pkgrel=1 pkgdesc="A graphical design and layout library based on Evas" arch=('i686' 'x86_64') url="http://www.enlightenment.org" @@ -13,16 +13,12 @@ depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo') optdepends=('python2: inkscape2edc') install=edje.install options=('!libtool' '!emptydirs') -source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz - changeset_76449.diff) -sha1sums=('65e983041fa4405f14c23239d35dcce65ac1bbe4' - '032b96634bdd6bacba0b2cec87d648f54f9ebc05') +source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz) +sha1sums=('f42b5276840dc2b5cc611150ad72f1a54dae123b') build() { cd $srcdir/$pkgname-$pkgver - patch -Np3 -i ${srcdir}/changeset_76449.diff - export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}" export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}" export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed ${LDFLAGS}" |