[PATCH] version libkonq_sidebar_tree.la

David Faure faure at kde.org
Fri Jan 23 23:37:51 GMT 2004


On Saturday 24 January 2004 00:16, Dominique Devriese wrote:
> 
> Hi,
> 
> I'm working with Chris Cheney on some Debian policy problems in the
> Debian KDE packages.  One of the problems is that basically, every
> library in libdir ( including private ones ) should be versioned, so
> that it is possible to have at least major KDE versions like KDE3 and
> KDE4 installed alongside each other.
> 
> This patch fixes this for libkonq_sidebar_tree.la, and versions it.  I
> wasn't sure about which version to use, but I went for 6:0:2 like the
> rest of KDE ( it seems ).  Feel free to change if I was wrong.
> 
> Can I apply this patch to HEAD, and commit it to KDE_3_2_BRANCH after
> the first 3.2 release ?

Patch missing. But anyway I don't see why that lib is installed, the headers
for it are not.

What about this patch instead?
("rm -rf **/*.la **/Makefile ; create_makefiles ." in the sidebar/trees directory to make it compile)

--- trees/Makefile.am   2 Jul 2003 03:31:22 -0000       1.7
+++ trees/Makefile.am   23 Jan 2004 23:37:32 -0000
@@ -3,12 +3,12 @@ SUBDIRS = init . dirtree_module history_

 INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/konqueror -I$(srcdir)/.. $(all_includes)

-lib_LTLIBRARIES = libkonq_sidebar_tree.la
+noinst_LTLIBRARIES = libkonq_sidebar_tree.la
 kde_module_LTLIBRARIES = konqsidebar_tree.la
 METASOURCES = AUTO

 libkonq_sidebar_tree_la_SOURCES = konq_sidebartree.cpp konq_sidebartreeitem.cpp konq_sidebartreetoplevelitem.cpp
-libkonq_sidebar_tree_la_LDFLAGS = $(all_libraries) -avoid-version -no-undefined
+#libkonq_sidebar_tree_la_LDFLAGS = $(all_libraries) -avoid-version -no-undefined
 libkonq_sidebar_tree_la_LIBADD = $(top_builddir)/libkonq/libkonq.la ../libkonqsidebarplugin.la

 konqsidebar_tree_la_SOURCES = konqsidebar_tree.cpp

-- 
David FAURE, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kde-core-devel mailing list