Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
13 lines
857 B
Text
13 lines
857 B
Text
$NetBSD: patch-ac,v 1.3 2005/12/11 11:34:39 markd Exp $
|
|
|
|
--- kalzium/src/Makefile.in.orig 2005-12-03 00:26:35.000000000 +1300
|
|
+++ kalzium/src/Makefile.in
|
|
@@ -520,7 +520,7 @@ kalzium_SOURCES=eqresult.cpp eqchemview.
|
|
moleculeparser.cpp \
|
|
tempunit.cpp settings_colors.cpp settings_misc.cpp settings_units.cpp plotsetupwidget.cpp molcalcwidgetbase.cpp timewidget.cpp somwidget.cpp spectrumview.cpp prefs.cpp
|
|
|
|
-kalzium_LDADD = ../../libkdeedu/kdeeduplot/libkdeeduplot.la ../../libkdeedu/kdeeduui/libkdeeduui.la $(LIB_KIO) $(LIB_KDEUI) $(LIB_KHTML) -L$(OCAMLLIB) -L$(FACILELIB) $(EQCHEM_LDADD)
|
|
+kalzium_LDADD = ../../libkdeedu/kdeeduplot/libkdeeduplot.la ../../libkdeedu/kdeeduui/libkdeeduui.la $(LIB_KIO) $(LIB_KDEUI) $(LIB_KHTML) $(EQCHEM_LDADD)
|
|
KDE_CXXFLAGS = -D_ISOC99_SOURCE
|
|
SUBDIRS = icons elementpics data $(EQCHEM_SUB)
|
|
EXTRA_DIST = main.cpp \
|