summaryrefslogtreecommitdiff
path: root/extra/edje/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/edje/PKGBUILD')
-rw-r--r--extra/edje/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/edje/PKGBUILD b/extra/edje/PKGBUILD
index 8d582e09c..5079cd2a9 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' 'mips64el')
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}"