Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242458 - media-sound/last-exit-6: patch for fixing spanish translation error
Summary: media-sound/last-exit-6: patch for fixing spanish translation error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 10:34 UTC by Pacho Ramos
Modified: 2009-05-12 07:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
last-exit-6-es.patch (last-exit-6-es.patch,267 bytes, patch)
2008-10-17 10:35 UTC, Pacho Ramos
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2008-10-17 10:34:02 UTC
Spaces around "por" are missing causing systray notification to shown wrongly all song information together. Attached patch fixes this (I have seen that this is already by upstream in trunk)

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2008-10-17 10:35:11 UTC
Created attachment 168782 [details, diff]
last-exit-6-es.patch

+src_unpack() {
+	gnome2_src_unpack
+	epatch "${FILESDIR}/${P}-es.patch"
+}
+

for applying it
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-05-12 07:33:21 UTC
+  12 May 2009; Samuli Suominen <ssuominen@gentoo.org> last-exit-6-r1.ebuild,
+  +files/last-exit-6-es.patch:
+  Fix spanish translation wrt #242458, thanks to Pacho Ramos.
Comment 3 Pacho Ramos gentoo-dev 2009-05-12 07:59:02 UTC
Thanks a lot Samuli :-)