Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 104018

Summary: [PATCH] redhat-rhn-up2date.desktop is not automatically updated
Product: [Retired] Red Hat Raw Hide Reporter: Miloslav Trmac <mitr>
Component: up2dateAssignee: Adrian Likins <alikins>
Status: CLOSED RAWHIDE QA Contact: Fanny Augustin <fmoquete>
Severity: low Docs Contact:
Priority: medium    
Version: 1.0CC: 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 Flags
Patch to use intltool none

Description Miloslav Trmac 2003-09-09 00:37:36 UTC
Description of problem:
There is no mechanism for automatically adding/updating
translations to the .desktop file.

Version-Release number of selected component (if applicable):
up2date-3.9.24

Comment 1 Miloslav Trmac 2003-09-11 01:05:50 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.

Comment 2 Adrian Likins 2003-09-15 21:09:09 UTC
cool, thanks. This should go into at least cambridge...

Comment 3 Adrian Likins 2004-01-20 22:23:26 UTC
patch applied for fedora/rawhide

Comment 4 Miloslav Trmac 2004-01-23 15:45:45 UTC
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.