configure.in has this line: XDT_I18N([ar ast ca <-- HERE but there is no file 'po/ca.po' available export LINGUAS="ca" ./configure make make install ends up with: Making all in po make[2]: Entering directory `/tmp/portage/xfce-extra/xfce4-timer-plugin-0.6.2/work/xfce4-timer-plugin-0.6.2/po' make[2]: *** No rule to make target `ca.gmo', needed by `all-yes'. Stop. make[2]: Leaving directory `/tmp/portage/xfce-extra/xfce4-timer-plugin-0.6.2/work/xfce4-timer-plugin-0.6.2/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/portage/xfce-extra/xfce4-timer-plugin-0.6.2/work/xfce4-timer-plugin-0.6.2' make: *** [all] Error 2 This is because git shouldn't have file po/LINGUAS anymore and it should be updated to latest xfce4-dev-tools, otherwise all release tarballs will end up broken
hr.po is also missing so export LINGUAS="ca hr" to reproduce
(In reply to comment #1) > hr.po is also missing > > so export LINGUAS="ca hr" to reproduce nl.po also missing
I hope everything is OK with 0.6.3...
looks to be fine, thanks to this commit http://git.xfce.org/panel-plugins/xfce4-timer-plugin/commit/?id=d81cfaf14c24c067e6646f37ccb4b59ba94950a3 thanks, closing the bug now