Bug 104018
| Summary: | [PATCH] redhat-rhn-up2date.desktop is not automatically updated | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Miloslav Trmac <mitr> | ||||
| Component: | up2date | Assignee: | Adrian Likins <alikins> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fanny Augustin <fmoquete> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.0 | CC: | gafton, mihai.ibanescu | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 4.3.9-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-01-23 15:45:45 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 103999 | ||||||
| Attachments: |
|
||||||
|
Description
Miloslav Trmac
2003-09-09 00:37:36 UTC
Created attachment 94403 [details]
Patch to use intltool
Attached patch changes the build process to using intltool for message
extraction (including the .desktop.in file and the .glade files) and
automatically building the .desktop file using translations in the .po files.
The intltool package should be added as a build requirement.
po/advisorywin.gladestrings does not correspond to any glade file,
apparently the window is contained in gui.glade.
Also adds the equivalent of "make -C po update-po" to "make -C po all"
so that translations at elvis can be automatically updated without manual
running update-po.
Unused .desktop files (redhat-rhn-up2date-config.desktop, up2date*.desktop)
should be removed or generated using intltool like redhat-rhn-up2date.desktop
is.
cool, thanks. This should go into at least cambridge... patch applied for fedora/rawhide Thanks, looks fine; bug 114083 reports a missing buildrequires. When you have some spare time, please grab updated translations from elvis CVS, run (make -C po update-po) and commit the results back. |