The files contained in pdf_new.zip need to be extracted in the lib subdir
(/usr/share/games/pcgen/lib)
pcgen looks for all external libraries inside this 'lib' dir, and do no good
whatsoever in their current location (/usr/share/games/pcgen)
Creating two vars to hold the file names would work,
assuming unpack extracts to the current working directory...
ebuild snippet here >>
PCGEN_FILES="pcgen${MY_PV}_part1of3.zip
pcgen${MY_PV}_part2of3.zip
pcgen${MY_PV}_part3of3.zip"
PDF_FILES="pdf_new.zip"
unpack ${PCGEN_FILES}
cd ${S}/lib
unpack ${PDF_FILES}
cd ${S}
<< end of snippet.
Created an attachment (id=17785) [details]
pcgen-5.3.8.ebuild - including layout fix
This updated ebuild fixes the problems with printing and PDF export from 5.3.3,
and is a version bump, fixing various bugs, such as bonus calculations. (i.e.
the Toughness feat)