diff options
author | arved <arved@FreeBSD.org> | 2010-02-01 06:48:22 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-02-01 06:48:22 +0800 |
commit | 27e15365d1e3bb03ae5e1a507fa35dd811b80f06 (patch) | |
tree | 79f06f729ac1005fa18f87242ce654643f4c97ef /audio/last.fm | |
parent | 7b95a7906409c3ef8fe7fa536d6618128a4d3d1a (diff) | |
download | freebsd-ports-gnome-27e15365d1e3bb03ae5e1a507fa35dd811b80f06.tar.gz freebsd-ports-gnome-27e15365d1e3bb03ae5e1a507fa35dd811b80f06.tar.zst freebsd-ports-gnome-27e15365d1e3bb03ae5e1a507fa35dd811b80f06.zip |
Fix encoding of desktop file
PR: 143293
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'audio/last.fm')
-rw-r--r-- | audio/last.fm/Makefile | 1 | ||||
-rw-r--r-- | audio/last.fm/files/last.fm.desktop | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index 2760f1772f47..b96d2f53f32a 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -7,6 +7,7 @@ PORTNAME= last.fm PORTVERSION= 1.4.2.58240 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://cdn.last.fm/client/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src diff --git a/audio/last.fm/files/last.fm.desktop b/audio/last.fm/files/last.fm.desktop index 7a24e49aed61..5ac728c594b3 100644 --- a/audio/last.fm/files/last.fm.desktop +++ b/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 |