mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/efl to 1.22.2-1
This commit is contained in:
parent
6ec64a8013
commit
e72d90ed75
1 changed files with 4 additions and 9 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=efl
|
||||
pkgname=('efl' 'efl-docs')
|
||||
pkgver=1.21.1
|
||||
pkgrel=2
|
||||
pkgver=1.22.2
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment Foundation Libraries"
|
||||
arch=('x86_64')
|
||||
url="https://www.enlightenment.org"
|
||||
|
@ -19,18 +19,13 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
|
|||
'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
|
||||
'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
|
||||
'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
|
||||
'mesa')
|
||||
'mesa' 'hicolor-icon-theme' 'poppler')
|
||||
depends_aarch64=('lua52')
|
||||
optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for DOC/PPT/XLS files')
|
||||
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
|
||||
options=('!emptydirs')
|
||||
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
|
||||
}
|
||||
sha256sums=('1699891f825911622de0aa77fe1140eff7335aba619d2352485e54dcff6b1cd0')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue