Friday, March 25, 2016

Re: Please help translate classified-ads

Antti Järvinen writes:
Florian H. writes:
> Do you mind providing a few hints on how to compile/install the software
> on Fedora 22/23? I saw that there is an rpm for Fedora (21) but that
> seems to be 0.07. Maybe I should go with 0.0.8

Hello Florian,

I'm Cc:ing the list also. Yes, sw is not in fedora yet and, sorry, I have not
put binary rpms available for ages. Compiling for 22/23 I can't right
now do as my only installation currently is 25 but here is a
binary for that:
https://github.com/operatornormal/classified-ads/blob/builds/classified-ads-0.10rc1-1.fc25.x86_64.rpm
and source rpm
https://github.com/operatornormal/classified-ads/blob/builds/classified-ads-0.10rc1-1.fc25.src.rpm

I have also attached a rpm file. Save that into random directory and
say

spectool --get-files --sources classified-ads.spec
cp *.gz $HOME/rpmbuild/SOURCES/
rpmbuild -ba classified-ads.spec

and you should have RPM ready in $HOME/rpmbuild/RPMS. Rpmbuild will
first list needed packages that need to be installed first, mostly
qt-development packages. If wanting to clone the git tree, the
software is compiled with "normal" qt method (qmake-qt5 + make)
with a twist that you need first go to directory graphics-highres and
say "make" in there once, having imagemagick installed.

This is the exact version where the .pot file is from so if willing to
test-drive the changes, just copy .mo file resulting from translation
into /usr/share/locale/<your_locale>/LC_MESSAGES/classified-ads.mo
and runtime should pick it up.

Should you have any questions, please ask.

--
Antti

No comments:

Post a Comment