Date: Wed, 27 Jan 2010 16:44:21 GMT From: Anatoly Borodin <anatoly.borodin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/143293: audio/last.fm: desktop file should be in UTF-8 Message-ID: <201001271644.o0RGiLGK070069@www.freebsd.org> Resent-Message-ID: <201001271650.o0RGo1nu019099@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143293 >Category: ports >Synopsis: audio/last.fm: desktop file should be in UTF-8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 27 16:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: audio/last.fm/files/last.fm.desktop is in the wrong encoding. >How-To-Repeat: >Fix: Patch attached with submission follows: >From bea8e28dcc7a82e5b55d13c9e4279a19bf291351 Mon Sep 17 00:00:00 2001 From: Anatoly Borodin <anatoly.borodin@gmail.com> Date: Tue, 29 Dec 2009 04:12:56 +0100 Subject: [PATCH 19/21] audio/last.fm: fix the desktop file. --- audio/last.fm/files/last.fm.desktop | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git audio/last.fm/files/last.fm.desktop audio/last.fm/files/last.fm.desktop index 7a24e49..5ac728c 100644 --- audio/last.fm/files/last.fm.desktop +++ audio/last.fm/files/last.fm.desktop @@ -1,12 +1,12 @@ [Desktop Entry] Name=Client for the Last.fm network -Name[de]=Client für das Last.fm-netzwerk +Name[de]=Client für das Last.fm-netzwerk Name[es]=Cliente para la red Last.fm Name[it]=Cliente per la rete di Last.fm Name[pt_BR]=Cliente para a rede Last.fm Name[pt_PT]=Cliente para a rede Last.fm Comment=Client for the Last.fm Network -Comment[de]=Client für das Last.fm-Netzwerk +Comment[de]=Client für das Last.fm-Netzwerk Comment[es]=Cliente para la red Last.fm Comment[it]=Cliente per la rete di Last.fm Comment[pt_BR]=Cliente para a Rede Last.fm -- 1.6.6.1 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001271644.o0RGiLGK070069>