Hi

I try to compile enlightenment and i get an error after the git clone
command , may be it is on my side I just wanted to know.

+ prepare
+ git clone https://git.enlightenment.org/enlightenment/enlightenment
enlightenment-0.25.3
Cloning into 'enlightenment-0.25.3'...
error: 8192 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

The content of my Pkgfile
description="Enlightenment window manager"
url="http://www.enlightenment.org/";

packager="Yaolinux Team"
maintainer="Dania"

makedepends=(efl xcb-util-keysyms xwayland)
run=(efl)

set=(elementary)

name=enlightenment
version=0.25.3

#Last commit on enlightenment repo
_commit=225cbac56f67eae38417f5cd9111f7e6d1424284

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

cd $name-$version
git checkout ${_commit}
}

build() {

mkdir build && cd build

meson  --prefix=/usr       \
       -Dbuildtype=release \
       -Dwl=true           \
       ../$name-$version

ninja
DESTDIR=$PKG ninja install
}

Best regards

Dania


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to