testing/efl: cleanup

- Remove depends=, use so: providers
- Fix license
This commit is contained in:
Leo 2019-08-10 21:30:48 -03:00
parent c8207dc30e
commit a1e00a8b6a

View File

@ -2,22 +2,20 @@
# Maintainer: Boris Faure <boris@fau.re>
pkgname=efl
pkgver=1.22.2
pkgrel=0
pkgrel=1
pkgdesc="Enlightenment Foundation Libraries"
url="https://www.enlightenment.org"
arch="all !s390x" #luajit not available
license="BSD-2 GPL-2 LGPL-2.1 ZLIB"
depends="dbus fontconfig freetype fribidi giflib gstreamer gst-plugins-base
libpng libjpeg-turbo libx11 libxcomposite libxcursor libxdamage
libxinerama libxrandr libxtst libxscrnsaver luajit openssl bash"
depends_dev="fontconfig-dev freetype-dev fribidi-dev giflib-dev gstreamer-dev
gst-plugins-base-dev libpng-dev libjpeg-turbo-dev libx11-dev
libxcomposite-dev libxcursor-dev libxdamage-dev libxinerama-dev
libxrandr-dev libxtst-dev libxscrnsaver-dev xorgproto luajit-dev"
makedepends="$depends_dev dbus-dev openssl-dev"
license="LGPL-2.1-only"
depends_dev="giflib-dev gstreamer-dev gst-plugins-base-dev libpng-dev
libjpeg-turbo-dev libx11-dev libxcomposite-dev libxcursor-dev
libxdamage-dev libxinerama-dev libxrandr-dev libxtst-dev
libxscrnsaver-dev xorgproto luajit-dev"
makedepends="$depends_dev dbus-dev openssl-dev fontconfig-dev freetype-dev bash
fribidi-dev zlib-dev"
options="!check" # Test suite issues
subpackages="$pkgname-dev"
source="https://download.enlightenment.org/rel/libs/$pkgname/$pkgname-$pkgver.tar.xz"
source="https://download.enlightenment.org/rel/libs/efl/efl-$pkgver.tar.xz"
build() {
./configure \