Date: Mon, 09 Feb 2009 23:48:53 -0800 (PST) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131551: [MAINTAINER][UNBREAK] deskutils/plasma-applet-panelspacer: Update to 0.2, fix build Message-ID: <49913165.1e2d400a.189a.079c@mx.google.com> Resent-Message-ID: <200902100750.n1A7o1Qe083806@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131551 >Category: ports >Synopsis: [MAINTAINER][UNBREAK] deskutils/plasma-applet-panelspacer: Update to 0.2, fix build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 10 07:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 7.1-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Sun Jan 4 01:09:03 EST 2009 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA7 i386 KDE 4.2.0 >Description: Update deskutils/plasma-applet-panelspacer to version 0.2. Fix build with KDE 4.2.0. >How-To-Repeat: diff is attached >Fix: --- 2009-02-10-plasma-applet-panelspacer.diff begins here --- diff -ruN plasma-applet-panelspacer.orig/Makefile plasma-applet-panelspacer/Makefile --- plasma-applet-panelspacer.orig/Makefile 2009-02-10 02:16:33.000000000 -0500 +++ plasma-applet-panelspacer/Makefile 2009-02-10 02:21:19.000000000 -0500 @@ -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 @@ 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 diff -ruN plasma-applet-panelspacer.orig/distinfo plasma-applet-panelspacer/distinfo --- plasma-applet-panelspacer.orig/distinfo 2009-02-10 02:16:33.000000000 -0500 +++ plasma-applet-panelspacer/distinfo 2009-02-10 02:20:17.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (89304-panelspacer0.1.tar.gz) = 13b643937715d6e6e6f7a1eed7b0418a -SHA256 (89304-panelspacer0.1.tar.gz) = 246e79a6277690917931bf6ed2a8728cb3f886863cace4e28ffbd9585d9d4fe1 -SIZE (89304-panelspacer0.1.tar.gz) = 4693 +MD5 (panelspacer-plasmoid-0.2.tar.gz) = b834a43f257f6cc959618275203543b8 +SHA256 (panelspacer-plasmoid-0.2.tar.gz) = 91078d22d90a8e5d5d27b4bcf802caa15399f64dbdb9615d50fe0f0b4a3842d4 +SIZE (panelspacer-plasmoid-0.2.tar.gz) = 5560 diff -ruN plasma-applet-panelspacer.orig/files/patch-CMakeLists.txt plasma-applet-panelspacer/files/patch-CMakeLists.txt --- plasma-applet-panelspacer.orig/files/patch-CMakeLists.txt 1969-12-31 19:00:00.000000000 -0500 +++ plasma-applet-panelspacer/files/patch-CMakeLists.txt 2009-02-10 02:22:03.000000000 -0500 @@ -0,0 +1,10 @@ +--- ./CMakeLists.txt.orig 2009-02-10 02:21:40.000000000 -0500 ++++ ./CMakeLists.txt 2009-02-10 02:21:49.000000000 -0500 +@@ -3,7 +3,6 @@ + # Find the required Libaries + find_package(KDE4 REQUIRED) + include(KDE4Defaults) +-find_package(Plasma REQUIRED) + + add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) + include_directories( --- 2009-02-10-plasma-applet-panelspacer.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49913165.1e2d400a.189a.079c>