mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/efl to 1.10.2-1
This commit is contained in:
parent
29f3060a90
commit
9917482adf
1 changed files with 4 additions and 8 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=efl
|
||||
pkgname=('efl' 'efl-docs')
|
||||
pkgver=1.10.0
|
||||
pkgrel=2
|
||||
pkgver=1.10.2
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment Foundation Libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.enlightenment.org"
|
||||
|
@ -22,17 +22,13 @@ makedepends=('doxygen')
|
|||
replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
|
||||
'emotion' 'ethumb' 'evas')
|
||||
options=('!emptydirs')
|
||||
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
|
||||
efl-1.10.0-giflib-5.1.0.patch)
|
||||
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
|
||||
install=efl.install
|
||||
sha1sums=('c9e57f55f050e2a7e97e870857170163a550beaa'
|
||||
'269bc6104859291107aa0c9eac2d9d3026df5b12')
|
||||
|
||||
sha1sums=('e128ce35db624b88d3fe37713f2c3473e341a5e4')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
|
||||
patch -p1 -i "${srcdir}/efl-1.10.0-giflib-5.1.0.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue