diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-13 12:48:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-13 12:48:08 +0000 |
commit | 35894fe369d358f1a85892ac873e8bf8617987d1 (patch) | |
tree | c0129b21e6be643a7e91203f5fc4c628708d76bb /deskutils/plasma-applet-panelspacer/Makefile | |
parent | - Take maintainership (diff) |
- Unbreak
- Update to 0.2
PR: 131551
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=228194
Diffstat (limited to 'deskutils/plasma-applet-panelspacer/Makefile')
-rw-r--r-- | deskutils/plasma-applet-panelspacer/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/deskutils/plasma-applet-panelspacer/Makefile b/deskutils/plasma-applet-panelspacer/Makefile index 0357d38be88e..7c038e38f30b 100644 --- a/deskutils/plasma-applet-panelspacer/Makefile +++ b/deskutils/plasma-applet-panelspacer/Makefile @@ -6,11 +6,11 @@ # PORTNAME= panelspacer -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= deskutils kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ +MASTER_SITES= http://danakil.free.fr/linux/releases/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= plasma-applet- -DISTNAME= 89304-${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}-plasmoid-${PORTVERSION} MAINTAINER= bsdkaffee@gmail.com COMMENT= Panel spacer plasma applet for KDE4 @@ -21,9 +21,7 @@ USE_QT_VER= 4 QT_COMPONENTS= gui dbus network opengl svg webkit xml \ qmake_build moc_build rcc_build uic_build -BROKEN= Does not compile with KDE 4.2 - -WRKSRC= ${WRKDIR}/plasmaspacer_${PORTVERSION} +WRKSRC= ${WRKDIR}/Panelspacer_from_svn_pour_kdelook-tmp PLIST_FILES= lib/kde4/plasma_applet_panelspacer.so \ share/kde4/services/plasma-applet-panelspacer.desktop |