Update to KDE 3.4
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
This commit is contained in:
parent
f933eeae11
commit
6f1bcc9d26
9 changed files with 528 additions and 216 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.39 2005/01/11 13:41:27 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2005/03/23 22:38:45 markd Exp $
|
||||
|
||||
DISTNAME= kdevelop-3.1.2
|
||||
PKGNAME= kdevelop-base-3.1.2
|
||||
DISTNAME= kdevelop-3.2.0
|
||||
PKGNAME= kdevelop-base-3.2.0
|
||||
CATEGORIES= devel kde
|
||||
|
||||
HOMEPAGE= http://www.kdevelop.org/
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,12 +1,12 @@
|
|||
$NetBSD: distinfo,v 1.17 2005/02/23 22:24:17 agc Exp $
|
||||
$NetBSD: distinfo,v 1.18 2005/03/23 22:38:45 markd Exp $
|
||||
|
||||
SHA1 (kdevelop-3.1.2.tar.bz2) = f5655d3a8a340b3e711b51f7e5ebbb08454f909e
|
||||
RMD160 (kdevelop-3.1.2.tar.bz2) = 8e9e38b442c417216e3fc9672d6ef4775124060d
|
||||
Size (kdevelop-3.1.2.tar.bz2) = 7954052 bytes
|
||||
SHA1 (kdevelop-3.2.0.tar.bz2) = e83a8e301b797bc04f752792760316830e193252
|
||||
RMD160 (kdevelop-3.2.0.tar.bz2) = 7b1c018919103e5b7f96bb1958f533eb0cd5a315
|
||||
Size (kdevelop-3.2.0.tar.bz2) = 8350188 bytes
|
||||
SHA1 (patch-aa) = 7efffd47879e4d41923030f17087ab2c6c029e6c
|
||||
SHA1 (patch-ab) = a1b06e5abaeee53a3a7c61583326296f32dbf782
|
||||
SHA1 (patch-ac) = d7f377f7775502519a2843967fb6cd2c5ce9a834
|
||||
SHA1 (patch-ad) = dcd26e08910845b80d1db67091b400f1debb1413
|
||||
SHA1 (patch-ae) = daae38333bccae67e996a79b63b1b8041169b6f9
|
||||
SHA1 (patch-af) = 966f9b1854ca5bbbd97f7e77d3b8c39692d3ff56
|
||||
SHA1 (patch-ag) = aed55eb798ab40c571b23b22e8c22eb64ee8ab94
|
||||
SHA1 (patch-ab) = 48963db1a34048e59727e701d95f071a29d9208e
|
||||
SHA1 (patch-ac) = 8065fe5d4600f2678e6b70838a7ea1cafcbafce7
|
||||
SHA1 (patch-ad) = de2183ebf309bb06819f60ff17febab697dda7ff
|
||||
SHA1 (patch-ae) = 91e744cc5a49bce401ad801750fe79fa468b250b
|
||||
SHA1 (patch-af) = ed3d61bb5dbaa22516088e8591db1fa41e913016
|
||||
SHA1 (patch-ag) = 6ab90c041962bf999f3cfb2a704e91e2a2f205ba
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
$NetBSD: patch-ab,v 1.5 2004/08/21 15:39:02 markd Exp $
|
||||
$NetBSD: patch-ab,v 1.6 2005/03/23 22:38:45 markd Exp $
|
||||
|
||||
--- Makefile.in.orig 2004-08-21 09:22:56.000000000 +1200
|
||||
--- Makefile.in.orig 2005-03-05 01:47:58.000000000 +1300
|
||||
+++ Makefile.in
|
||||
@@ -403,7 +403,7 @@ x_libraries = @x_libraries@
|
||||
@@ -413,7 +413,7 @@ x_libraries = @x_libraries@
|
||||
xdg_appsdir = @xdg_appsdir@
|
||||
xdg_directorydir = @xdg_directorydir@
|
||||
xdg_menudir = @xdg_menudir@
|
||||
-SUBDIRS = bdb lib parts languages buildtools editors vcs src pics doc mimetypes embedded kdevdesigner
|
||||
+SUBDIRS = lib parts languages buildtools editors vcs src pics doc mimetypes embedded kdevdesigner
|
||||
EXTRA_DIST = AUTHORS COPYING COPYING.LIB NEWS ChangeLog INSTALL README TODO HACKING HACKING.language admin configure.in.bot
|
||||
apps_DATA = kdevelop.desktop kdevassistant.desktop
|
||||
appsdir = $(kde_appsdir)/Development
|
||||
xdg_apps_DATA = kdevelop.desktop kdevassistant.desktop kdevelop_ruby.desktop \
|
||||
kdevelop_c_cpp.desktop kdevelop_kde_cpp.desktop kdevelop_scripting.desktop
|
||||
|
|
|
@ -1,26 +1,33 @@
|
|||
$NetBSD: patch-ac,v 1.7 2004/11/27 10:46:37 markd Exp $
|
||||
$NetBSD: patch-ac,v 1.8 2005/03/23 22:38:45 markd Exp $
|
||||
|
||||
--- languages/cpp/Makefile.in.orig 2004-08-21 09:24:14.000000000 +1200
|
||||
--- languages/cpp/Makefile.in.orig 2005-03-05 01:47:59.000000000 +1300
|
||||
+++ languages/cpp/Makefile.in
|
||||
@@ -69,7 +69,6 @@ am__installdirs = "$(DESTDIR)$(kde_modul
|
||||
kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(kde_module_LTLIBRARIES)
|
||||
libkdevcppsupport_la_DEPENDENCIES = \
|
||||
- $(top_builddir)/bdb/build_unix/libdb.a \
|
||||
$(top_builddir)/lib/libkdevelop.la \
|
||||
@@ -73,8 +73,7 @@ libkdevcppsupport_la_DEPENDENCIES = \
|
||||
$(top_builddir)/lib/catalog/libkdevcatalog.la \
|
||||
$(top_builddir)/lib/cppparser/libkdevcppparser.la
|
||||
@@ -456,10 +455,10 @@ xdg_appsdir = @xdg_appsdir@
|
||||
xdg_directorydir = @xdg_directorydir@
|
||||
xdg_menudir = @xdg_menudir@
|
||||
SUBDIRS = templates subclassing_template newclass_templates file_templates app_templates compiler pcsimporter debugger doc
|
||||
-INCLUDES = -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/cppparser -I$(top_srcdir)/lib/external_interfaces -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include $(all_includes)
|
||||
+INCLUDES = -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/cppparser -I$(top_srcdir)/lib/external_interfaces -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
|
||||
$(top_builddir)/lib/cppparser/libkdevcppparser.la \
|
||||
$(top_builddir)/languages/lib/interfaces/liblang_interfaces.la \
|
||||
- $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la \
|
||||
- $(top_builddir)/bdb/build_unix/libdb.a
|
||||
+ $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la
|
||||
am_libkdevcppsupport_la_OBJECTS = cppsupportpart.lo ccconfigwidget.lo \
|
||||
kdevdriver.lo cppcodecompletion.lo problemreporter.lo \
|
||||
backgroundparser.lo ast_utils.lo store_walker.lo \
|
||||
@@ -483,15 +482,15 @@ INCLUDES = -I$(top_srcdir)/languages/lib
|
||||
-I$(top_srcdir)/languages/lib/interfaces -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/compat \
|
||||
-I$(top_srcdir)/lib/cppparser -I$(top_srcdir)/lib/interfaces \
|
||||
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/external -I$(top_srcdir)/lib/util \
|
||||
- -I$(top_builddir)/languages/lib/designer_integration -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include \
|
||||
+ -I$(top_builddir)/languages/lib/designer_integration \
|
||||
$(all_includes)
|
||||
|
||||
kde_module_LTLIBRARIES = libkdevcppsupport.la
|
||||
-libkdevcppsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -L$(top_srcdir)/bdb/dist
|
||||
-libkdevcppsupport_la_LIBADD = $(top_builddir)/bdb/build_unix/libdb.a $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la
|
||||
+libkdevcppsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
||||
+libkdevcppsupport_la_LIBADD = $(BDB_LIBS) $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la
|
||||
libkdevcppsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \
|
||||
$(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la \
|
||||
$(top_builddir)/languages/lib/interfaces/liblang_interfaces.la \
|
||||
- $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/bdb/build_unix/libdb.a
|
||||
+ $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(BDB_LIBS)
|
||||
|
||||
#>- libkdevcppsupport_la_SOURCES = cppsupportpart.cpp ccconfigwidget.cpp \
|
||||
#>- ccconfigwidgetbase.ui kdevdriver.cpp cppcodecompletion.cpp problemreporter.cpp \
|
||||
#>- configproblemreporter.ui backgroundparser.cpp ast_utils.cpp store_walker.cpp \
|
||||
#>- ccconfigwidgetbase.ui kdevdriver.cpp cppcodecompletion.cpp problemreporter.cpp \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: patch-ad,v 1.7 2004/11/27 10:46:37 markd Exp $
|
||||
$NetBSD: patch-ad,v 1.8 2005/03/23 22:38:45 markd Exp $
|
||||
|
||||
--- languages/java/Makefile.in.orig 2004-08-21 09:31:20.000000000 +1200
|
||||
--- languages/java/Makefile.in.orig 2005-03-05 01:48:00.000000000 +1300
|
||||
+++ languages/java/Makefile.in
|
||||
@@ -64,7 +64,6 @@ am__installdirs = "$(DESTDIR)$(kde_modul
|
||||
kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
|
@ -10,12 +10,13 @@ $NetBSD: patch-ad,v 1.7 2004/11/27 10:46:37 markd Exp $
|
|||
$(top_builddir)/lib/libkdevelop.la \
|
||||
$(top_builddir)/lib/antlr/src/libantlr.la \
|
||||
$(top_builddir)/lib/catalog/libkdevcatalog.la
|
||||
@@ -434,10 +433,10 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||
@@ -446,11 +445,11 @@ SUBDIRS = file_templates app_templates d
|
||||
INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/catalog \
|
||||
-I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/interfaces \
|
||||
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/external -I$(top_srcdir)/lib/util \
|
||||
- -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include $(all_includes)
|
||||
+ $(all_includes)
|
||||
|
||||
# SUBDIRS = templates subclassing_template newclass_templates file_templates
|
||||
SUBDIRS = file_templates app_templates debugger doc
|
||||
-INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/external_interfaces -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/compat -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include $(all_includes)
|
||||
+INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/external_interfaces -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/compat $(all_includes)
|
||||
kde_module_LTLIBRARIES = libkdevjavasupport.la
|
||||
libkdevjavasupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
||||
-libkdevjavasupport_la_LIBADD = $(top_builddir)/bdb/build_unix/libdb.a $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la $(top_builddir)/lib/catalog/libkdevcatalog.la
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: patch-ae,v 1.4 2004/11/27 10:46:37 markd Exp $
|
||||
$NetBSD: patch-ae,v 1.5 2005/03/23 22:38:45 markd Exp $
|
||||
|
||||
--- languages/pascal/Makefile.in.orig 2004-08-14 12:07:01.000000000 +1200
|
||||
--- languages/pascal/Makefile.in.orig 2005-03-05 01:48:02.000000000 +1300
|
||||
+++ languages/pascal/Makefile.in
|
||||
@@ -62,7 +62,6 @@ am__installdirs = "$(DESTDIR)$(kde_modul
|
||||
kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
|
@ -10,12 +10,13 @@ $NetBSD: patch-ae,v 1.4 2004/11/27 10:46:37 markd Exp $
|
|||
$(top_builddir)/lib/libkdevelop.la \
|
||||
$(top_builddir)/lib/antlr/src/libantlr.la \
|
||||
$(top_builddir)/lib/catalog/libkdevcatalog.la
|
||||
@@ -427,11 +426,11 @@ xdg_appsdir = @xdg_appsdir@
|
||||
xdg_directorydir = @xdg_directorydir@
|
||||
xdg_menudir = @xdg_menudir@
|
||||
@@ -438,12 +437,12 @@ xdg_menudir = @xdg_menudir@
|
||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||
-INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/external_interfaces -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include $(all_includes)
|
||||
+INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/external_interfaces $(all_includes)
|
||||
INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/catalog \
|
||||
-I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/external -I$(top_srcdir)/lib/util \
|
||||
- -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include $(all_includes)
|
||||
+ $(all_includes)
|
||||
|
||||
SUBDIRS = file_templates app_templates compiler doc
|
||||
kde_module_LTLIBRARIES = libkdevpascalsupport.la
|
||||
-libkdevpascalsupport_la_LDFLAGS = $(LEXLIB) $(all_libraries) $(KDE_PLUGIN)
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: patch-af,v 1.1 2004/08/21 15:39:02 markd Exp $
|
||||
$NetBSD: patch-af,v 1.2 2005/03/23 22:38:45 markd Exp $
|
||||
|
||||
--- languages/haskell/Makefile.in.orig 2004-08-21 16:21:44.000000000 +1200
|
||||
--- languages/haskell/Makefile.in.orig 2005-03-05 01:48:00.000000000 +1300
|
||||
+++ languages/haskell/Makefile.in
|
||||
@@ -420,7 +420,7 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||
INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/external_interfaces -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
|
||||
@@ -432,7 +432,7 @@ INCLUDES = -I$(top_srcdir)/lib/antlr -I$
|
||||
|
||||
SUBDIRS = app_templates file_templates compiler doc
|
||||
kde_module_LTLIBRARIES = libkdevhaskellsupport.la
|
||||
-libkdevhaskellsupport_la_LDFLAGS = $(LEXLIB) $(all_libraries) $(KDE_PLUGIN)
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: patch-ag,v 1.1 2004/08/21 15:39:02 markd Exp $
|
||||
$NetBSD: patch-ag,v 1.2 2005/03/23 22:38:45 markd Exp $
|
||||
|
||||
--- languages/ada/Makefile.in.orig 2004-08-21 16:21:34.000000000 +1200
|
||||
--- languages/ada/Makefile.in.orig 2005-03-05 01:47:59.000000000 +1300
|
||||
+++ languages/ada/Makefile.in
|
||||
@@ -427,7 +427,7 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||
INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/external_interfaces -I$(top_srcdir)/lib/util $(all_includes)
|
||||
@@ -439,7 +439,7 @@ INCLUDES = -I$(top_srcdir)/lib/antlr -I$
|
||||
|
||||
SUBDIRS = app_templates file_templates doc
|
||||
kde_module_LTLIBRARIES = libkdevadasupport.la
|
||||
-libkdevadasupport_la_LDFLAGS = $(LEXLIB) $(all_libraries) $(KDE_PLUGIN)
|
||||
|
|
Loading…
Reference in a new issue