Bug 143960 - misc fixes for 1.6.3 release
Summary: misc fixes for 1.6.3 release
Status: RESOLVED FIXED
Alias: None
Product: koffice
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KOffice Bug Wranglers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-08 14:45 UTC by Carsten Lohrke
Modified: 2007-07-23 16:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke 2007-04-08 14:45:33 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Gentoo Packages

First, we have at Gentoo two bug reports regards broken includes:

https://bugs.gentoo.org/show_bug.cgi?id=171290
https://bugs.gentoo.org/show_bug.cgi?id=173697


Second, the desktop entries in the .hidden subdirectory should have the key, value pair "Hidden=true" and go into the xdg standard path. Same for KThesaurus.desktop, which still gets installed in the deprecated .../applnk/Office directory in 1.6.2
Comment 1 Jarosław Staniek 2007-04-19 19:48:48 UTC
SVN commit 655872 by staniek:

KexiDB

fixed missing kexidb/parser.h file, 
 initially reported by https://bugs.gentoo.org/show_bug.cgi?id=171290 

CCBUG:143960
   


 M  +2 -0      Makefile.am  


--- branches/koffice/1.6/koffice/kexi/kexidb/parser/Makefile.am #655871:655872
@@ -7,6 +7,8 @@
 
 noinst_HEADERS = parser_p.h
 
+kexidbparserinclude_HEADERS = parser.h
+
 INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/kexidb $(all_includes)
 METASOURCES = AUTO
 
Comment 2 Jarosław Staniek 2007-04-19 20:01:06 UTC
SVN commit 655877 by staniek:


fixed invalid include for 3rdparty apps using kchart lib
 initially reported by https://bugs.gentoo.org/show_bug.cgi?id=173697

CCBUG:143960



 M  +1 -1      kdchart_export.h  


--- branches/koffice/1.6/koffice/kchart/kdchart/kdchart_export.h #655876:655877
@@ -4,7 +4,7 @@
 #include <qglobal.h>
 
 #if 1
-#include <../../lib/kofficecore/koffice_export.h>
+#include <koffice_export.h>
 #else
 
 #if defined(Q_OS_WIN32) && defined(KDCHART_DLL)
Comment 3 Jarosław Staniek 2007-04-19 22:02:23 UTC
SVN commit 655945 by staniek:

KexiDB

(2nd attempt)
fixed missing kexidb/parser.h file, 
 initially reported by https://bugs.gentoo.org/show_bug.cgi?id=171290 

CCBUG:143960



 M  +2 -1      Makefile.am  
 M  +0 -2      parser/Makefile.am  


--- branches/koffice/1.6/koffice/kexi/kexidb/Makefile.am #655944:655945
@@ -50,7 +50,8 @@
 simplecommandlineapp.h \
 tableschema.h \
 transaction.h \
-utils.h
+utils.h \
+parser/parser.h
 
 libkexidb_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KIO) \
 	 $(top_builddir)/kexi/kexiutils/libkexiutils.la
--- branches/koffice/1.6/koffice/kexi/kexidb/parser/Makefile.am #655944:655945
@@ -7,8 +7,6 @@
 
 noinst_HEADERS = parser_p.h
 
-kexidbparserinclude_HEADERS = parser.h
-
 INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/kexidb $(all_includes)
 METASOURCES = AUTO
 
Comment 4 Thomas Zander 2007-06-29 22:21:03 UTC
I think this fixes all bugs, no?
So lets close the issue.
Comment 5 Carsten Lohrke 2007-07-23 16:41:42 UTC
The desktop entry issue haven't been fixed, but I guess you don't plan for another 1.x release.