Created attachment 500918 [details, diff] dmenu-4.7.ebuild.patch Hello, I've just noticed that dmenu is the only suckless application not having savedconfig support, so here's a patch to do it. The patch is only for 4.7, but the added lines should be the same for 4.6. 9999 would need another patch basically doing sed -i 's#config.def.h#config.h#'.
(In reply to Hadrien Lacour from comment #0) > I've just noticed that dmenu is the only suckless application not having > savedconfig support, so here's a patch to do it. The 9999 ebuild has had savedconfig support for ages. Apparently I didn't get around to porting it to the non-live ebuilds. > The patch is only for 4.7, > but the added lines should be the same for 4.6. Backporting to 4.6 is a rather strange concept when 4.7 is around already. > 9999 would need another > patch basically doing sed -i 's#config.def.h#config.h#'. Have you looked at the 9999 ebuild?
Fixed in 4.7-r1. Thanks for the patch.
Thanks for the fast change. I've seen the 9999 ebuild, and what I want to say is that as far as I know, config.def.h is the default config, config.h is the user defined one (all their software use that scheme).
(In reply to Hadrien Lacour from comment #3) > as far as I know, config.def.h is the default config, config.h > is the user defined one (all their software use that scheme). That wasn't obvious. Fixed now.