brummer10 / XUiDesigner

A WYSIWYG LV2 GUI/plugin creator tool
BSD Zero Clause License
100 stars 3 forks source link

The install target fails to find XUiDesigner.desktop #1

Closed yurivict closed 2 years ago

yurivict commented 3 years ago
mkdir -p /usr/ports/audio/xuidesigner/work/stage/usr/local/bin
cp ./build/xuidesigner /usr/ports/audio/xuidesigner/work/stage/usr/local/bin/xuidesigner
mkdir -p /usr/ports/audio/xuidesigner/work/stage/usr/local/share/applications
cp XUiDesigner.desktop /usr/ports/audio/xuidesigner/work/stage/usr/local/share/applications
cp: XUiDesigner.desktop: No such file or directory
gmake[2]: *** [Makefile:107: install] Error 1

rev. ab4e67573877d77bdd88b5aa52b3aa6866223280

brummer10 commented 3 years ago

Hi Yes, it isn't ready to be installed. Currently it only work out of the source tree to find the working directory's. At some point I'll change that and make the working dirs configurable, but for now I concentrate on making this thing useful at all.

yurivict commented 3 years ago

I see. I was trying to create a FreeBSD port for it, but apparently it isn't ready yet.

Please let me know when it would become installable.

brummer10 commented 3 years ago

So the install target is ready, but, I would prefer this not to be distributed in the current state.

yurivict commented 3 years ago

So the install target is ready, but, I would prefer this not to be distributed in the current state.

Okay.

yurivict commented 2 years ago

Not an issue any more.