From 722c9e7253da787d3843b4ebb1519ed5e894b7f2 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 16 May 2009 22:46:45 +0000 Subject: - Fix a problem with hardcoded paths that would prevent album covers from being displayed properly. If a track without an album cover was played after a track with an album cover, the album cover from the previous track would remain visible instead of using the generic picture for no cover. PR: 134525 Submitted by: Jason E. Hale (maintainer) --- deskutils/plasma-applet-playwolf/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deskutils') diff --git a/deskutils/plasma-applet-playwolf/Makefile b/deskutils/plasma-applet-playwolf/Makefile index f34de7126081..ea7723dbba8d 100644 --- a/deskutils/plasma-applet-playwolf/Makefile +++ b/deskutils/plasma-applet-playwolf/Makefile @@ -7,6 +7,7 @@ PORTNAME= playwolf PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= plasma-applet- @@ -37,4 +38,7 @@ post-patch: ${ECHO_CMD} >> ${WRKSRC}/${i} .endfor + cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|usr|${KDE4_PREFIX}|g' \ + infomanager.cpp wolflabel.cpp + .include -- cgit