extra/efl to 1.11.2-2

This commit is contained in:
David Beauchamp 2014-09-16 19:38:02 -04:00
parent 6871760054
commit 767d10dab8
2 changed files with 20 additions and 5 deletions

View file

@ -8,7 +8,7 @@
pkgbase=efl
pkgname=('efl' 'efl-docs')
pkgver=1.11.2
pkgrel=1
pkgrel=2
pkgdesc="Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
@ -18,18 +18,23 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
'libxinerama' 'libxrandr' 'libxss'
'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
'libxkbcommon' 'wayland')
optdepends=('python2: eina-bench-cmp')
optdepends=('python2: einabench-cmp')
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
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)
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
'eina_doxygen.patch')
install=efl.install
sha1sums=('6faabf84126f2ba790b77adef658aaaa03154bf7')
sha1sums=('6faabf84126f2ba790b77adef658aaaa03154bf7'
'ef2b961e793c711685623a149ab55b1bec9a3676')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
# fix docs building
patch -Np0 -i ${srcdir}/eina_doxygen.patch
}
build() {
@ -43,7 +48,7 @@ build() {
--enable-image-loader-webp --enable-harfbuzz --enable-wayland --disable-neon
make
make -j1 doc || return 0 # ignore error in building docs
make -j1 doc
}
package_efl(){

View file

@ -0,0 +1,10 @@
--- src/lib/eina/eina_hamster.h 2013-02-16 12:52:32.000000000 +0100
+++ src/lib/eina/eina_hamster.h.new 2014-09-16 22:19:04.820163522 +0200
@@ -24,7 +24,6 @@
*
* @brief These functions provide hamster calls.
*
- * @{
*/
/**