Better icon (48x48 instead of 32x32); small fixes
This commit is contained in:
parent
dd88c40777
commit
4f452c31d7
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/20 05:12:01 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/06/08 15:19:13 dcoppa Exp $
|
||||
|
||||
COMMENT = official Last.fm client
|
||||
|
||||
VER = 1.5.4.27091
|
||||
DISTNAME = lastfm-${VER}+dfsg
|
||||
PKGNAME = last.fm-${VER}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
@ -79,6 +79,7 @@ do-install:
|
||||
${INSTALL_DATA} ${MOOSELIB} ${PREFIX}/lib/
|
||||
${INSTALL_DATA} ${TOOLSLIB} ${PREFIX}/lib/
|
||||
${INSTALL_DATA} ${FPLIB} ${PREFIX}/lib/
|
||||
${INSTALL_DATA_DIR} ${LASTFM_LIBDIR}/extensions
|
||||
${INSTALL_DATA_DIR} ${LASTFM_LIBDIR}/services
|
||||
${INSTALL_DATA} ${WRKBUILD}/bin/services/*.so \
|
||||
${LASTFM_LIBDIR}/services/
|
||||
|
BIN
audio/last.fm/files/as.png
Normal file
BIN
audio/last.fm/files/as.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
@ -2,7 +2,7 @@
|
||||
Encoding=UTF-8
|
||||
Name=Last.fm
|
||||
Comment=Official Last.fm radio player
|
||||
Exec=last.fm
|
||||
Exec=${TRUEPREFIX}/bin/last.fm
|
||||
Icon=${TRUEPREFIX}/share/last.fm/icons/as.png
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/03/30 20:51:13 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/06/08 15:19:14 dcoppa Exp $
|
||||
@bin bin/last.fm
|
||||
lib/last.fm/
|
||||
lib/last.fm/extensions/
|
||||
lib/last.fm/services/
|
||||
lib/last.fm/services/libsrv_Ipod_device.so
|
||||
lib/last.fm/services/libsrv_httpinput.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user