Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 961 - kbear ebuild
Summary: kbear ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-04 12:44 UTC by Thilo Bangert (RETIRED) (RETIRED)
Modified: 2002-03-15 09:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-03-04 12:44:54 UTC
Hi,
find attached a patch for kbear. i took this from the kbear bugs page at
http://sourceforge.net/tracker/index.php?func=detail&aid=431690&group_id=17726&atid=117726
where it says
>>>
OK in the file kbear-1.2.1/kbear/kbeardirview.h 
insert the line : 
#include <qtimer.h> 
as line number 26 and it should compile just fine :) 
<<<
i have not tried to do this myself, as i can't find out how to patch a file using eclasses
greetings
Thilo
==
kbear-1.2.1-gentoo.diff
==============
--- ./kbear-1.2.1/kbear/kbeardirview.h~	Sun Mar  4 11:16:27 2001
+++ ./kbear-1.2.1/kbear/kbeardirview.h	Mon Mar  4 20:18:36 2002
@@ -23,6 +23,7 @@
 #include <qwidget.h>
 #include <qmessagebox.h>
 #include <qdragobject.h>
+#include <qtimer.h>
 //////////////////////////////////////////////////////////////////////
 // KDE include files
 #include <klistview.h>
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-03-15 09:27:50 UTC
Excellent! I added the patch and kbear now builds. I'm unmasking it. Thank you for the report.