Merge tag '0.7.0' into develop

0.7 Release
This commit is contained in:
Andy Williams 2018-09-13 22:22:27 +01:00
commit f10442ccaf
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ config_h.set_quoted('PACKAGE_DOC_DIR', join_paths(get_option('prefix'), get_opti
config_h.set_quoted('EFL_BETA_API_SUPPORT' , '1')
elm = dependency('elementary', version : '>=1.20.99')
elm = dependency('elementary', version : '>=1.21.1')
top_inc = include_directories('.')
cc = meson.get_compiler('c')

View File

@ -1,13 +1,13 @@
# Maintainer: Enlightenment Developers <enlightenment-devel@enlightenment.org>
pkgname='edi-git'
pkgver=0.6.99.0001
pkgver=0.7.0.0001
pkgrel=1
pkgdesc="Efl based IDE - GIT development snapshot"
arch=('i686' 'x86_64' 'arm')
url="https://www.enlightenment.org/about-edi"
license=('GPLv2')
makedepends=('git' 'meson')
depends=('efl-git' 'clang' 'check')
depends=('efl' 'clang' 'check')
options=('!libtool' 'debug' '!strip')
provides=('edi')
source=("edi-git::git+https://github.com/Enlightenment/edi.git#branch=develop")