Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | SFaulken | T900 OmegaT | |||
| Resolved | JoshStrobl | T906 OmegaT |
Event Timeline
- mkdir calls need to be replaced with install.
- Most of the mkdir calls aren't even necessary with the appropriate install flags in the first place.
- component should be office.
Why would I put a translation framework software package in office? It doesn't actually do the translations
Looks pretty clear to me why it should be on office: http://www.omegat.org/images/screenshot1.jpg
It's used for translations, whether or not it actually does the translations. Regardless, doesn't belong in desktop.
Not exactly. Use of install for applications and bin dirs aren't necessary. Please read up on install.
If I remove the install lines for /usr/bin and /usr/share/applications, or don't do a mkdir for them, my result is:
install: target '/var/ypkg-root/root/OmegaT/install/usr/bin/' is not a directory: No such file or directory
I've read the install manpage about a thousand times, and been googling, and I still have no idea what it is you're getting at.
Right, you need to add the filename after the /usr/bin/ bit, same goes with the .desktop file. There are plenty of examples in the repo.
Any chance somebody else can grab my package.yml and build this locally, and see if their git format-patch results in something that is importable?
I have no idea what's going on here, but I've tried everything I can think of, and everytime I do a git am, I end up with a non-appliable 0001-disable_win_mac.patch
@DataDrake Your patch needs to be applied on top of the existing git repo and rel needs to be revved to 2.
Landed in unstable after a few tweaks:
https://git.solus-project.com/packages/omegat/commit/?id=743c9e6fd4ed4186fdfa4ac2eb425d13d52776bf
Note that I made the package name lowercase to match the Git repo.