Date: Saturday, November 25, 2017 @ 20:12:07 Author: jelle Revision: 310924
Remove faulty patch The patch does not fix the doxygen comments and actually invalidates the doxygen comment. so remove it. Modified: efl/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-25 19:29:30 UTC (rev 310923) +++ PKGBUILD 2017-11-25 20:12:07 UTC (rev 310924) @@ -19,17 +19,12 @@ optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for DOC/PPT/XLS files') makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 'mesa') options=('!emptydirs') -source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz - eina_doxygen.patch) -sha1sums=('df2cd1d1eab6e6396a0abd5a60c2f17101ced027' - 'ef2b961e793c711685623a149ab55b1bec9a3676') +source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz) +sha1sums=('df2cd1d1eab6e6396a0abd5a60c2f17101ced027') 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() {