On 2016/10/29 12:40, Stuart Henderson wrote: > On 2016/10/29 14:33, Timo Myyrä wrote: > > Stuart Henderson <[email protected]> writes: > > > > > On 2016/10/29 14:01, Timo Myyrä wrote: > > > > > >> > > > >> > Look at the @sample lines, not everything goes under /etc/pekwm/ it > > >> > seems : > > >> > > > >> > @sample ${SYSCONFDIR}/pekwm/ > > >> > @sample ${SYSCONFDIR}/pekwm/autoproperties > > >> > @sample ${SYSCONFDIR}/autoproperties_typerules > > >> > @sample ${SYSCONFDIR}/pekwm/config > > >> > @sample ${SYSCONFDIR}/config_system > > >> > @sample ${SYSCONFDIR}/pekwm/keys > > >> > @sample ${SYSCONFDIR}/pekwm/menu > > >> > @sample ${SYSCONFDIR}/pekwm/mouse > > >> > @sample ${SYSCONFDIR}/mouse_click > > >> > @sample ${SYSCONFDIR}/mouse_sloppy > > >> > @sample ${SYSCONFDIR}/mouse_system > > >> > @sample ${SYSCONFDIR}/pekwm/start > > >> > @sample ${SYSCONFDIR}/pekwm/var > > >> > > > >> > Wether they should or not, I have no idea. Maybe ask MAINTAINER. > > >> > Cheers! > > >> > > >> Ah, totally missed that. Manually adding the pekwm directory PLIST seems > > >> to fix > > >> it. The pekwm port Makefile has this in it: > > >> > > >> post-install: > > >> @mv ${WRKINST}/etc/pekwm ${PREFIX}/share/examples > > >> > > >> As shown above, the files exist in ${PREFIX}/share/examples. > > >> I don't know why update-plist phase skips the pekwm directory when > > >> making file paths the > > >> PLIST file. > > > > > > update-plist doesn't add any @sample lines, this was done manually. > > > I think they just got missed during the update. > > > > > > Since you already have the plist diff, do you want to send it out? > > > (Needs REVISION bump too). > > > > > > > Ah, that explains it then. > > I have diff to update pekwm to latest version but it has patch file and I > > can't > > seem to get CVS to include it. > > > > I've tried following: > > cvs add patches/patch-data_scripts_pekwm_screenshot_sh > > cvs diff -uNp > > > > and the diff doesn't include the patches dir at all. What would be the > > correct > > method to include it? > > > > Timo > > > > cd patches > cvs add patch-data_.. > cd .. > cvs di -uNp >
Oh, a current checkout doesn't have a patches dir. In that case, do a checkout *without* -P.
