Stuart Henderson <[email protected]> writes:
> On 2018/03/01 17:36, Grégoire Jadi wrote:
>
>> I tried your port but the "-gui" SUBPACKAGE didn't work. "make plist"
>> includes the wrong stuff in for both SUBPACKAGE. -main had
>> onionshare-gui/*.py stuff and -gui didn't have onionshare/*.py.
>
> That was better before, you have duplicates between the two
> subpackages now.
Ok. I guess I don't understand how PLIST works with MULTI_PACKAGES. I'll
check the doc again.
>> One caveat (that I know of, there is probably more :p): I hardcoded the
>> name of the package in PLIST-main and PLIST-gui and used only the
>> version to locate the .egg-info file.
>>
>> lib/python${MODPY_VERSION}/site-packages/onionshare-${V}-py${MODPY_VERSION}.egg-info
>> ^^^^^^^^^^^^^^^^^
>
> Standard is to put the version number in MODPY_EGG_VERSION.
Ok, I'll look at this.
Thanks for the feedbacks.