econnman: bump, switch to git rev, move to python3
[ci skip]
This commit is contained in:
parent
38fbdf45f7
commit
54c4228625
|
@ -1,18 +1,21 @@
|
|||
# Template file for 'econnman'
|
||||
pkgname=econnman
|
||||
version=1.1.0
|
||||
revision=4
|
||||
revision=5
|
||||
archs=noarch
|
||||
_gitrev=18e7be6bf80df6b86965ba93391b205339fc7267
|
||||
wrksrc=${pkgname}-${_gitrev}
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config python efl-devel"
|
||||
makedepends="efl-devel python-efl"
|
||||
depends="python-efl connman desktop-file-utils"
|
||||
homepage="http://enlightenment.org"
|
||||
hostmakedepends="automake libtool pkg-config python3 efl-devel"
|
||||
makedepends="efl-devel python3-efl"
|
||||
depends="python3-efl python3-dbus connman desktop-file-utils"
|
||||
short_desc="Enlightenment ConnMan user interface"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-3"
|
||||
distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${version}.tar.gz"
|
||||
checksum=5ffde515adc80c4f319b206ffbefc583efc0a5dd2a265c113c367c2bc14cc522
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
license="LGPL-3.0-only"
|
||||
homepage="http://enlightenment.org"
|
||||
distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${_gitrev}.tar.gz"
|
||||
checksum=6188accebac2bb52466794c685f042f9f2bcc7d5d77b2417b30458e2e7265282
|
||||
python_version=3
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue