econnman: update to 1.1.0

See: #10353
This commit is contained in:
Jürgen Buchmüller 2018-01-08 23:53:53 +01:00
parent 17d210a116
commit 4c79a61b42

View file

@ -1,15 +1,19 @@
# Template file for 'econnman'
pkgname=econnman
version=1.1
revision=3
version=1.1.0
revision=1
noarch=yes
build_style=gnu-configure
hostmakedepends="pkg-config python efl-devel"
hostmakedepends="automake libtool pkg-config python efl-devel"
makedepends="efl-devel python-efl"
depends="python-efl connman desktop-file-utils"
homepage="http://enlightenment.org"
short_desc="Enlightenment ConnMan user interface"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
distfiles="http://download.enlightenment.org/rel/apps/econnman/econnman-${version}.tar.gz"
checksum=60f30748b2642b83763fe1e00f6a54ff27425c761633bb8cc0396fba15e7f714
distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${version}.tar.gz"
checksum=5ffde515adc80c4f319b206ffbefc583efc0a5dd2a265c113c367c2bc14cc522
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}