View | Details | Raw Unified | Return to bug 127368
Collapse All | Expand All

(-)last.fm/Makefile (-1 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	last.fm
8
PORTNAME=	last.fm
9
PORTVERSION=	1.3.2.14
9
PORTVERSION=	1.3.2.14
10
PORTREVISION=	1
10
CATEGORIES=	audio net
11
CATEGORIES=	audio net
11
MASTER_SITES=	http://cdn.last.fm/client/src/
12
MASTER_SITES=	http://cdn.last.fm/client/src/
12
DISTNAME=	${PORTNAME}-${PORTVERSION}.src
13
DISTNAME=	${PORTNAME}-${PORTVERSION}.src
Lines 47-53 Link Here
47
48
48
do-install:
49
do-install:
49
	${INSTALL_SCRIPT} ${WRKSRC}/bin/last.fm ${PREFIX}/bin/last.fm
50
	${INSTALL_SCRIPT} ${WRKSRC}/bin/last.fm ${PREFIX}/bin/last.fm
50
	${MKDIR} ${PREFIX}/share/services
51
	${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/services
52
	${INSTALL_DATA} ${FILESDIR}/last.fm.desktop ${PREFIX}/share/applications
51
	${INSTALL_DATA} ${FILESDIR}/lastfm.protocol ${PREFIX}/share/services
53
	${INSTALL_DATA} ${FILESDIR}/lastfm.protocol ${PREFIX}/share/services
52
	${MKDIR} ${DATADIR}
54
	${MKDIR} ${DATADIR}
53
	${CP} -Rp ${WRKSRC}/bin/* ${DATADIR}/
55
	${CP} -Rp ${WRKSRC}/bin/* ${DATADIR}/
(-)last.fm/files/last.fm.desktop (+20 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=Client for the Last.fm network
3
Name[de]=Client für das Last.fm-netzwerk
4
Name[es]=Cliente para la red Last.fm
5
Name[it]=Cliente per la rete di Last.fm
6
Name[pt_BR]=Cliente para a rede Last.fm
7
Name[pt_PT]=Cliente para a rede Last.fm
8
Comment=Client for the Last.fm Network
9
Comment[de]=Client für das Last.fm-Netzwerk
10
Comment[es]=Cliente para la red Last.fm
11
Comment[it]=Cliente per la rete di Last.fm
12
Comment[pt_BR]=Cliente para a Rede Last.fm
13
Comment[pt_PT]=Cliente para a Rede Last.fm
14
Exec=last.fm
15
Terminal=false
16
Type=Application
17
Encoding=UTF-8
18
Icon=/usr/local/share/last.fm/data/icons/as.png
19
Categories=AudioVideo;Player;Qt;
20
StartupNotify=true
(-)last.fm/pkg-plist (+1 lines)
Lines 108-113 Link Here
108
%%DATADIR%%/services/libsrv_itunesdevice.so
108
%%DATADIR%%/services/libsrv_itunesdevice.so
109
%%DATADIR%%/services/libsrv_mp3transcode.so
109
%%DATADIR%%/services/libsrv_mp3transcode.so
110
%%DATADIR%%/services/libsrv_rtaudioplayback.so
110
%%DATADIR%%/services/libsrv_rtaudioplayback.so
111
share/applications/last.fm.desktop
111
share/services/lastfm.protocol
112
share/services/lastfm.protocol
112
@dirrmtry share/services
113
@dirrmtry share/services
113
@dirrm %%DATADIR%%/services
114
@dirrm %%DATADIR%%/services

Return to bug 127368