diff options
author | markd <markd> | 2005-12-11 11:26:25 +0000 |
---|---|---|
committer | markd <markd> | 2005-12-11 11:26:25 +0000 |
commit | 928187c946ea51eb1af218457d4aaa6004ae9ffe (patch) | |
tree | 5f64f20adbc6e3437f82c1ac61794afa6135dfe9 /misc/kdeedu3/patches | |
parent | 2e964e84520d25711f47fa2ed436d1bc0da6cdc0 (diff) | |
download | pkgsrc-928187c946ea51eb1af218457d4aaa6004ae9ffe.tar.gz |
Update to KDE 3.5
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
Diffstat (limited to 'misc/kdeedu3/patches')
-rw-r--r-- | misc/kdeedu3/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/kdeedu3/patches/patch-ac b/misc/kdeedu3/patches/patch-ac new file mode 100644 index 00000000000..77ac10bb593 --- /dev/null +++ b/misc/kdeedu3/patches/patch-ac @@ -0,0 +1,13 @@ +$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 \ |