Closed James-E-A closed 7 years ago
It seems that Pale Moon is missing quite a few dependencies that were either installed by the desktop profile, something else that was common, etc.
desktop
BUT it is a good practice for a program to depend on…what it depends on.
And so I am now finding out what is required to run it. Starting with zip, unzip, and gtk+:2. This ebuild NEEDS to contain all the required metadata.
zip
unzip
gtk+:2
Significant progress
cb135ff9fbb7dd2271e79505eb6559fee623d6c2 f615b97e5c3d09cce2fc160f0df80fb22ea41028
…I think that's everything.
It seems that Pale Moon is missing quite a few dependencies that were either installed by the
desktop
profile, something else that was common, etc.BUT it is a good practice for a program to depend on…what it depends on.
And so I am now finding out what is required to run it. Starting with
zip
,unzip
, andgtk+:2
. This ebuild NEEDS to contain all the required metadata.