From ef098c68fe0b7170dcd2fc6e3717e1340c355266 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 13 Feb 2009 12:50:49 +0000 Subject: - Unbreak - Fix build with KDE 4.2.0 PR: 131552 Submitted by: Jason E. Hale (maintainer) --- deskutils/plasma-applet-teacooker/Makefile | 3 +-- deskutils/plasma-applet-teacooker/files/patch-CMakeLists.txt | 10 ++++++++++ .../plasma-applet-teacooker/files/patch-plasma-teacooker.cpp | 10 ++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 deskutils/plasma-applet-teacooker/files/patch-CMakeLists.txt create mode 100644 deskutils/plasma-applet-teacooker/files/patch-plasma-teacooker.cpp (limited to 'deskutils') diff --git a/deskutils/plasma-applet-teacooker/Makefile b/deskutils/plasma-applet-teacooker/Makefile index 1312ce506abf..3e46804af915 100644 --- a/deskutils/plasma-applet-teacooker/Makefile +++ b/deskutils/plasma-applet-teacooker/Makefile @@ -7,6 +7,7 @@ PORTNAME= teacooker PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- @@ -21,8 +22,6 @@ 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}/TeaCooker .include diff --git a/deskutils/plasma-applet-teacooker/files/patch-CMakeLists.txt b/deskutils/plasma-applet-teacooker/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ba7d31ae04ea --- /dev/null +++ b/deskutils/plasma-applet-teacooker/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./CMakeLists.txt.orig 2009-02-10 02:03:48.000000000 -0500 ++++ ./CMakeLists.txt 2009-02-10 02:04:02.000000000 -0500 +@@ -6,7 +6,6 @@ + # Find the required Libaries + find_package(KDE4 REQUIRED) + include(KDE4Defaults) +-find_package(Plasma REQUIRED) + + add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) + include_directories( diff --git a/deskutils/plasma-applet-teacooker/files/patch-plasma-teacooker.cpp b/deskutils/plasma-applet-teacooker/files/patch-plasma-teacooker.cpp new file mode 100644 index 000000000000..e3e4caa69489 --- /dev/null +++ b/deskutils/plasma-applet-teacooker/files/patch-plasma-teacooker.cpp @@ -0,0 +1,10 @@ +--- ./plasma-teacooker.cpp.orig 2009-02-10 02:04:18.000000000 -0500 ++++ ./plasma-teacooker.cpp 2009-02-10 02:04:35.000000000 -0500 +@@ -44,7 +44,6 @@ + + #include + #include +-#include + #include + // #include + -- cgit