Hi Gentlemen

I have seen in the enlightenment.git that econnman is declared not working
with python3. I use a linux distribution with only python3 as python and
econnman works very well . I send you the Pkgfile used to build it with
python-efl

Best regards

Dania
description="Enlightenment ConnMan user interface"
url="https://phab.enlightenment.org/w/projects/econnman/";

packager="Grat-OS Team"
maintainer="Dania"

set=(elementary)

makedepends=(python-efl connman)

name=econnman
version=1.1
release=9

run=(python-efl dbus-python)

#source=(http://download.enlightenment.org/rel/apps/$name/$name-$version.tar.xz)

prepare() {
git clone https://git.enlightenment.org/apps/econnman.git $name-$version
}

build() {
cd $name-$version

PYTHON=/usr/bin/python3 \
./autogen.sh --prefix=/usr

make
make DESTDIR=$PKG install

sed -e "s@#!/usr/bin/python@#!/usr/bin/python3@" -i $PKG/usr/bin/econnman-bin
}
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to