puppylinux-woof-CE / woof-CE

woof - the Puppy builder
GNU General Public License v2.0
382 stars 273 forks source link

Automate the construction of the BookwormPup64 adrv #4284

Closed dimkr closed 2 months ago

dimkr commented 2 months ago

I -

  1. Unpacked adrv from BookwormPup64 10.0.6
  2. Unpacked the Firefox tarball of the same version
  3. Deduplicated the two directories, so the unpacked adrv has only the "secret sauce" and not files that came from the tarball
  4. Replaced the .png icons with symlinks to browser/chrome/icons/default/default64.png from the tarball (the Firefox logo itself, not a custom icon taken from a particular theme)
  5. Converted all remaining symlinks from absolute to relative
  6. Automated the process of downloading the tarball and unpacking it to the right location
  7. Bumped to the latest 115 ESR version

(I don't know who wrote the remaining files, but I can add a Co-authored-by: line if you tell me who it is.)

1