project-navigation
Personal tools

Author Topic: No Language with Debian packages?  (Read 3574 times)

Offline Moonbane

  • Cannon Fodder
  • **
  • Posts: 5
    • View Profile
No Language with Debian packages?
« on: February 17, 2008, 09:12:28 pm »
Hello there.

After my initial problems with the startup, the Game runs very well on my PC.

I use Debian/Lenny and after one or two attempts to use the compiled game, I switched to the .deb's.

compiling/installing runs really smooth, however after installing the .deb's the Game had no language.

Okay, it was rather easy  to solve, i just had to copy the i18n-folder to /usr/lib/games/ufoai/base (after doing a "make lang").

It seems, that the languages are not included into the debian-packages.

Any Hint, what I did wrong?

PS:
I first searched for a "make deblang" or so but was unable to find that in the /build-dir or anywhere else, so I presume, it doesnt exist :)

Offline Destructavator

  • Combination Multiple Specialty Developer
  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1908
  • Creater of Scorchcrafter, knows the zarakites...
    • View Profile
Re: No Language with Debian packages?
« Reply #1 on: February 17, 2008, 09:20:19 pm »
I had this experience with Kubuntu myself, I solved it by installing poedit from the repo before compiling the game.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: No Language with Debian packages?
« Reply #2 on: February 17, 2008, 09:24:35 pm »
it is because the build scripts don't have support for the po/mo files yet - patches are highly welcome

uthersde

  • Guest
Re: No Language with Debian packages?
« Reply #3 on: May 01, 2008, 11:10:08 am »
i add
Code: [Select]
base/i18n/* /usr/share/locale/
base/i18n/* /usr/lib/games/ufoai/base/i18n/
in debian/ufoai-data.install and after make deb and installation i have language support :)

Offline blondandy

  • Sergeant
  • *****
  • Posts: 391
    • View Profile
Re: No Language with Debian packages?
« Reply #4 on: May 01, 2008, 12:06:07 pm »
why not make a patch (diff) using svn and submit it here

http://sourceforge.net/tracker/?group_id=157793&atid=805244

?