[arch-commits] Commit in edje/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sat Nov 24 08:35:59 UTC 2012


    Date: Saturday, November 24, 2012 @ 03:35:58
  Author: ronald
Revision: 171935

bump PKGBUILD to 1.7.2

Modified:
  edje/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-24 08:34:31 UTC (rev 171934)
+++ PKGBUILD	2012-11-24 08:35:58 UTC (rev 171935)
@@ -3,26 +3,22 @@
 # Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
 
 pkgname=edje
-pkgver=1.7.1
-pkgrel=3
+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"
 license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
+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}"




More information about the arch-commits mailing list