PlayWolf is a plasma applet for KDE4 that allows you to control Amarok 2.x from

your desktop and view the song that is currently playing.

WWW: http://www.kde-look.org/content/show.php?content=93882

PR:		ports/132789
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
This commit is contained in:
Martin Wilke 2009-03-20 23:30:32 +00:00
parent 59ee3fe4cb
commit 00a57ededd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230551
4 changed files with 47 additions and 0 deletions

View File

@ -202,6 +202,7 @@
SUBDIR += planner.el
SUBDIR += plans
SUBDIR += plasma-applet-panelspacer
SUBDIR += plasma-applet-playwolf
SUBDIR += plasma-applet-quicklauncher
SUBDIR += plasma-applet-simpleweatherforecast
SUBDIR += plasma-applet-teacooker

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: plasma-applet-playwolf
# Date Created: 2009-02-22
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= playwolf
PORTVERSION= 0.7.1
CATEGORIES= deskutils kde
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= plasma-applet-
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Amarok 2.x plasma applet for KDE4
USE_BZIP2= yes
USE_CMAKE= yes
USE_KDE4= automoc4 kdeprefix kdelibs
USE_QT_VER= 4
QT_COMPONENTS= gui dbus network opengl svg webkit xml \
qmake_build moc_build rcc_build uic_build
PLIST_FILES= lib/kde4/plasma_applet_playwolf.so \
share/kde4/services/plasma-applet-playwolf.desktop
WRKSRC= ${WRKDIR}/${PORTNAME}
ADD_NEWLINE_TO= flowlayout.cpp flowlayout.h playwolf.cpp playwolf.h \
wolfbuttons.cpp wolflabel.h
.include <bsd.port.pre.mk>
post-patch:
.for i in ${ADD_NEWLINE_TO}
${ECHO_CMD} >> ${WRKSRC}/${i}
.endfor
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (playwolf-0.7.1.tar.bz2) = 1a236108ff06aab31c9090561388300c
SHA256 (playwolf-0.7.1.tar.bz2) = 903100ead841beaa0aaa17238850ebd8bb913ef3427e1ffff48ddb70e78da68b
SIZE (playwolf-0.7.1.tar.bz2) = 22350

View File

@ -0,0 +1,4 @@
PlayWolf is a plasma applet for KDE4 that allows you to control Amarok 2.x from
your desktop and view the song that is currently playing.
WWW: http://www.kde-look.org/content/show.php?content=93882