mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/efl to 1.20.7-1
This commit is contained in:
parent
040d9d3f71
commit
6b786dc2f3
1 changed files with 5 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=efl
|
||||
pkgname=('efl' 'efl-docs')
|
||||
pkgver=1.20.6
|
||||
pkgver=1.20.7
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment Foundation Libraries"
|
||||
arch=('x86_64')
|
||||
|
@ -19,13 +19,14 @@ depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
|
|||
'libxinerama' 'libxrandr' 'libxss' 'libinput'
|
||||
'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
|
||||
'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
|
||||
'libspectre' 'libraw' 'librsvg' 'wayland-protocols')
|
||||
'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
|
||||
'mesa')
|
||||
depends_aarch64=('lua52')
|
||||
optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for DOC/PPT/XLS files')
|
||||
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 'mesa')
|
||||
makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
|
||||
options=('!emptydirs')
|
||||
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
|
||||
sha1sums=('946f82fa5dfffbbe62c4e5b67430d1e8602cb340')
|
||||
sha512sums=('c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue