aboutsummaryrefslogtreecommitdiffstats
path: root/testing/efl
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-10 19:38:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-10 21:22:21 -0300
commitc8207dc30e743db71a2cdb0e98f72ce59457c147 (patch)
treeaacc0bb03297416a5cd16b5399390ee5170b3353 /testing/efl
parenteefeb6cc3697cf37aa3ea354ba2af075c4da092e (diff)
downloadaports-c8207dc30e743db71a2cdb0e98f72ce59457c147.tar.bz2
aports-c8207dc30e743db71a2cdb0e98f72ce59457c147.tar.xz
testing/efl: upgrade to 1.22.2
Diffstat (limited to 'testing/efl')
-rw-r--r--testing/efl/APKBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/testing/efl/APKBUILD b/testing/efl/APKBUILD
index 44966f2b36..90a711dc5e 100644
--- a/testing/efl/APKBUILD
+++ b/testing/efl/APKBUILD
@@ -1,27 +1,25 @@
# Contributor: Boris Faure <boris@fau.re>
# Maintainer: Boris Faure <boris@fau.re>
pkgname=efl
-pkgver=1.21.1
+pkgver=1.22.2
pkgrel=0
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"
-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 \
+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"
options="!check" # Test suite issues
subpackages="$pkgname-dev"
source="https://download.enlightenment.org/rel/libs/$pkgname/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -65,8 +63,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="1e26a57fca84ec85e45d707ee57abc50bd18edfa82e478e586300b6ad5ab8b9103a54a656902d29d80425988a6116a40aa01758fb8dd581dd48334ca0f4d5a63 efl-1.21.1.tar.xz"
+sha512sums="7385b1fdeee0a4565a0765fedbe5cecca81b86b306ee95a703b3064a88427ab0b4967f6f075a92f5c1d5911cefc56a9c2d45c7347572480169e3f53348321734 efl-1.22.2.tar.xz"