pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdelibs3 Update to KDE-3.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82b487c4ec43
branches:  trunk
changeset: 467634:82b487c4ec43
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Feb 04 13:58:39 2004 +0000

description:
Update to KDE-3.2.0.

Changes:
Libraries

* Hidden methods in DCOP interfaces - DCOPIDLng Alexander Kellett
* Documentation parsing (kdoc based) and inclusion in generated .dcopidl files
  (note: kdebindings dcopidlng only) Alexander Kellett
* Kalyptus based rewrite of DCOPIDL - DCOPIDLng Alexander Kellett
* Thumbnail generator for DVI files. Stefan Kebekus
* Thumbnail generator for Xcursor files. Fredrik Hoeglund
* KMainWindow can now maintain the statusbar and corresponding action (duplicate
  (99% of the time broken) code removed from countless applications in KDE).
  Benjamin Meyer
* KMainWindow, KToolbar, and several other core classes now will only stores
  settings if those settings are not the default values (helping to reduce the
  huge size of config files). Benjamin Meyer
* Add support for International Domain Names (IDN). Thiago Macieira, Waldo
  Bastian
* KDE Password Registry and Wallet. George Staikos
* SSL session ID reuse. George Staikos
* KCookiejar: Support HttpOnly cookies. Waldo Bastian
* KLocale: support for different calendar systems Hans Petter Bieker
* KCalendarSystem: support for Hebrew calendar system Hans Petter Bieker
* Support data urls. See rfc 2397. Leo Savernik
* New tab widget classes KTabBar and KTabWidget in kdeui Stephan Binner
* New KFile permissions panel Tim Jansen
* Support for mimetype inheritance and aliases David Faure
* KDialogBase: Replace setButtonOkText() & co. with setButtonOk() that takes a
  KGuiItem instead (deprecating the old methods) Martijn Klingens
* Move KPrefs from libkdepim to kdelibs. Cornelius Schumacher
* Support for "extra fields" in KIO slaves and in Konqueror / KFileDialog
  David Faure <faure%kde.org@localhost>
* Add KSplashScreen, a splash screen class based on QSplashScreen (with support
  for KDE's Xinerama options) Chris Howells
* KPasteTextAction: enhanced action for pasting text by offering a list with
  the clipboard history. Andras Mantia

KHTML
* Non-modal find dialog David Faure

KDEfx
* Added KCPUInfo class which makes it possible for applications to do runtime
  checks for architecture specific CPU features, such MMX, 3DNow! and AltiVec.
  Fredrik Hoeglund
* Added MMX and SSE2 optimizations to the blending functions in KImageEffect,
  that among other things are used to blend the translucent menus when the menu
  effect is set to software blend, and to tint icons when they're selected in
  icon views. Fredrik Hoeglund

Kate Part
* File type specific settings Christoph Cullmann
* vi style cmd line Christoph Cullmann
* Support variable lines in files Anders Lund
* Color Schemes Christoph Cullmann
* Indentation based code folding Christoph Cullmann
* Implement more DCOP interfaces and clean up the ktexteditor dcop interfaces
  Christoph Cullmann

KImgIO
* Add PCX image plugin, supports reading and writing 1, 4, 8 and 24bpp images
  Nadeem Hasan
* Add TGA image plugin, supports reading and writing true color TGA images
  (compressed and uncompressed) Dominik Seichter

Interfaces
* Interfaces for KBytesEdit widget part Friedrich W. H. Kossebau

KSpell
* Adding ability to spell check HTML, TeX and nroff documents. Zack Rusin
* Completely reworking the spell checking dialog. Adding language selection
  combo. Zack Rusin

diffstat:

 x11/kdelibs3/Makefile         |    36 +-
 x11/kdelibs3/PLIST            |  1181 +++++++++++++++++++++++++++++-----------
 x11/kdelibs3/buildlink2.mk    |     4 +-
 x11/kdelibs3/distinfo         |    44 +-
 x11/kdelibs3/patches/patch-aa |    45 +-
 x11/kdelibs3/patches/patch-ab |   225 -------
 x11/kdelibs3/patches/patch-ac |    15 -
 x11/kdelibs3/patches/patch-af |    45 -
 x11/kdelibs3/patches/patch-ag |   287 ---------
 x11/kdelibs3/patches/patch-ah |    15 -
 x11/kdelibs3/patches/patch-aj |    36 -
 x11/kdelibs3/patches/patch-ak |   120 ----
 x11/kdelibs3/patches/patch-al |    15 -
 x11/kdelibs3/patches/patch-an |    23 +-
 x11/kdelibs3/patches/patch-ao |    63 --
 x11/kdelibs3/patches/patch-ap |   366 ------------
 x11/kdelibs3/patches/patch-aq |    15 -
 x11/kdelibs3/patches/patch-as |    13 -
 x11/kdelibs3/patches/patch-au |    36 -
 x11/kdelibs3/patches/patch-av |   643 ----------------------
 x11/kdelibs3/patches/patch-aw |    15 -
 x11/kdelibs3/patches/patch-ay |    50 -
 x11/kdelibs3/patches/patch-az |    20 -
 x11/kdelibs3/patches/patch-ba |   106 ---
 x11/kdelibs3/patches/patch-bb |    13 -
 x11/kdelibs3/patches/patch-bd |    26 +-
 x11/kdelibs3/patches/patch-bg |    29 -
 x11/kdelibs3/patches/patch-bh |   224 -------
 x11/kdelibs3/patches/patch-bk |    15 -
 x11/kdelibs3/patches/patch-bm |    40 -
 x11/kdelibs3/patches/patch-bn |   195 ------
 x11/kdelibs3/patches/patch-bo |    15 -
 x11/kdelibs3/patches/patch-bq |    42 -
 x11/kdelibs3/patches/patch-br |   199 ------
 x11/kdelibs3/patches/patch-bt |    15 -
 x11/kdelibs3/patches/patch-cc |     6 +-
 x11/kdelibs3/patches/patch-cd |    13 -
 x11/kdelibs3/patches/patch-ce |    31 +-
 38 files changed, 933 insertions(+), 3348 deletions(-)

diffs (truncated from 6224 to 300 lines):

diff -r 7a6f76424078 -r 82b487c4ec43 x11/kdelibs3/Makefile
--- a/x11/kdelibs3/Makefile     Wed Feb 04 13:35:55 2004 +0000
+++ b/x11/kdelibs3/Makefile     Wed Feb 04 13:58:39 2004 +0000
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.49 2004/02/02 13:02:50 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2004/02/04 13:58:39 markd Exp $
 
-DISTNAME=      kdelibs-3.1.5
-PKGREVISION=   1
+DISTNAME=      kdelibs-3.2.0
 CATEGORIES=    x11
 COMMENT=       Support libraries for the KDE integrated X11 desktop
 
 .include "../../meta-pkgs/kde3/Makefile.kde3"
 
 CONFLICTS+=    koffice3<=1.1.1
+DEPENDS+=      xdg-dirs>=1.0:../../misc/xdg-dirs
 
 USE_BUILDLINK2=                YES
 USE_LANGUAGES=         c c++
+USE_PKGINSTALL=                YES
 
 CONFIGURE_ARGS+=       --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
 
 SGML_CATALOGS=         ${PREFIX}/share/kde/apps/ksgmltools2/customization/catalog
 SGML_CATALOGS+=                ${PREFIX}/share/kde/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat
+SGML_CATALOGS+=                ${PREFIX}/share/kde/apps/ksgmltools2/docbook/xml-dtd-4.2/docbook.cat
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -33,22 +35,16 @@
 PLIST_SRC=             ${WRKDIR}/PLIST
 UNLIMIT_RESOURCES=     datasize memorysize
 
-FOO_MAIN_FILES= \
-       arts/knotify/knotify_main.cpp \
-       dcop/dcopserver_main.cpp \
-       kconf_update/kconf_update_main.cpp \
-       kded/kbuildsycoca_main.cpp \
-       kded/kded_main.cpp \
-       kdeprint/management/kaddprinterwizard_main.cpp \
-       kio/misc/kio_uiserver_main.cpp \
-       kioslave/http/http_cache_cleaner_main.cpp \
-       kioslave/http/kcookiejar/kcookiejar_main.cpp
+FIXUP_FILES= \
+       kdeui/ksconfig.cpp \
+       kio/kssl/kopenssl.cc
 
-.include "../../meta-pkgs/kde3/Makefile.foo_main"
-
-FIXUP_FILES= \
-       kspell/ksconfig.cpp \
-       kio/kssl/kopenssl.cc
+# Several programs need to be setuid-root, but due to the way that KDE3
+# finds executables, the files must have their read bit set so that
+# KStandardDir::findResource() will find them.
+#
+_KDE_SETUID_ROOT=      ${ROOT_USER} ${ROOT_GROUP} 4755
+SPECIAL_PERMS+=        ${PREFIX}/bin/kgrantpty ${_KDE_SETUID_ROOT}
 
 pre-configure:
        @for i in ${FIXUP_FILES}; do \
@@ -79,8 +75,8 @@
 # We will create the complete icon directory tree for use by other KDE3
 # packages at post-install time.
 #
-ICONCOLORS=    hicolor locolor
-ICONSIZES=     16x16 22x22 32x32 48x48 64x64
+ICONCOLORS=    crystalsvg hicolor locolor
+ICONSIZES=     16x16 22x22 32x32 48x48 64x64 128x128
 ICONDIRS=      actions/kde actions apps devices filesystems mimetypes
 
 post-install:
diff -r 7a6f76424078 -r 82b487c4ec43 x11/kdelibs3/PLIST
--- a/x11/kdelibs3/PLIST        Wed Feb 04 13:35:55 2004 +0000
+++ b/x11/kdelibs3/PLIST        Wed Feb 04 13:58:39 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2004/01/15 09:52:51 markd Exp $
+@comment $NetBSD: PLIST,v 1.13 2004/02/04 13:58:39 markd Exp $
 bin/artsmessage
 bin/checkXML
 ${CUPS}bin/cupsdconf
@@ -8,7 +8,9 @@
 bin/dcopfind
 bin/dcopidl
 bin/dcopidl2cpp
+bin/dcopidlng
 bin/dcopobject
+bin/dcopquit
 bin/dcopref
 bin/dcopserver
 bin/dcopserver_shutdown
@@ -18,9 +20,10 @@
 bin/kaddprinterwizard
 bin/kbuildsycoca
 bin/kconf_update
+bin/kconfig_compiler
 bin/kcookiejar
-bin/kdb2html
 bin/kde-config
+bin/kde-menu
 bin/kded
 bin/kdeinit
 bin/kdeinit_shutdown
@@ -28,31 +31,35 @@
 bin/kdesu_stub
 bin/kdontchangethehostname
 bin/kfile
+bin/kfmexec
+bin/kgrantpty
 bin/kimage_concat
 bin/kinstalltheme
 bin/kio_http_cache_cleaner
 bin/kio_uiserver
+bin/kioexec
 bin/kioslave
 bin/klauncher
 bin/kmailservice
-bin/knotify
 bin/kpac_dhcp_helper
 bin/ksendbugmail
 bin/kshell
 bin/ksvgtopng
 bin/ktelnetservice
+bin/ktradertest
 bin/kwrapper
 bin/lnusertemp
 ${CUPS}bin/make_driver_db_cups
 bin/make_driver_db_lpr
 bin/meinproc
 bin/preparetips
-bin/xml2man
-bin/xmlizer
+etc/xdg/menus/applications.menu
 include/arts/artskde.h
 include/arts/kartsdispatcher.h
 include/arts/kartsfloatwatch.h
 include/arts/kartsserver.h
+include/arts/kaudiomanagerplay.h
+include/arts/kaudioplaystream.h
 include/arts/kaudiorecordstream.h
 include/arts/kplayobject.h
 include/arts/kplayobjectfactory.h
@@ -91,6 +98,7 @@
 include/dom/html_misc.h
 include/dom/html_object.h
 include/dom/html_table.h
+include/fixx11h.h
 include/kabc/address.h
 include/kabc/addressbook.h
 include/kabc/addressee.h
@@ -109,20 +117,28 @@
 include/kabc/geo.h
 include/kabc/key.h
 include/kabc/ldapclient.h
+include/kabc/ldifconverter.h
+include/kabc/lock.h
+include/kabc/locknull.h
 include/kabc/phonenumber.h
 include/kabc/picture.h
 include/kabc/plugin.h
 include/kabc/resource.h
-include/kabc/resourceconfigwidget.h
+include/kabc/resourcedir.h
 include/kabc/resourcefile.h
+include/kabc/resourceldapkio.h
+include/kabc/resourcenet.h
 include/kabc/resourceselectdialog.h
 include/kabc/secrecy.h
 include/kabc/sound.h
 include/kabc/stdaddressbook.h
 include/kabc/timezone.h
+include/kabc/vcard.h
 include/kabc/vcardconverter.h
 include/kabc/vcardformat.h
 include/kabc/vcardformatplugin.h
+include/kabc/vcardline.h
+include/kabc/vcardparser.h
 include/kaboutapplication.h
 include/kaboutdata.h
 include/kaboutdialog.h
@@ -131,6 +147,8 @@
 include/kaccelgen.h
 include/kaccelmanager.h
 include/kaction.h
+include/kactionclasses.h
+include/kactioncollection.h
 include/kactionshortcutlist.h
 include/kactivelabel.h
 include/kallocator.h
@@ -148,15 +166,23 @@
 include/kautomount.h
 include/kbookmark.h
 include/kbookmarkbar.h
+include/kbookmarkdombuilder.h
 include/kbookmarkdrag.h
 include/kbookmarkexporter.h
 include/kbookmarkimporter.h
+include/kbookmarkimporter_crash.h
+include/kbookmarkimporter_ie.h
+include/kbookmarkimporter_kde1.h
+include/kbookmarkimporter_ns.h
+include/kbookmarkimporter_opera.h
 include/kbookmarkmanager.h
 include/kbookmarkmenu.h
 include/kbookmarknotifier.h
 include/kbufferedio.h
 include/kbugreport.h
 include/kbuttonbox.h
+include/kcalendarsystem.h
+include/kcalendarsystemfactory.h
 include/kcatalogue.h
 include/kcharselect.h
 include/kcharsets.h
@@ -164,6 +190,10 @@
 include/kcmdlineargs.h
 include/kcmenumngr.h
 include/kcmodule.h
+include/kcmoduleinfo.h
+include/kcmoduleloader.h
+include/kcmoduleproxy.h
+include/kcmultidialog.h
 include/kcolorbtn.h
 include/kcolorbutton.h
 include/kcolorcombo.h
@@ -179,6 +209,10 @@
 include/kconfigbackend.h
 include/kconfigbase.h
 include/kconfigdata.h
+include/kconfigdialog.h
+include/kconfigdialogmanager.h
+include/kconfigskeleton.h
+include/kcpuinfo.h
 include/kcrash.h
 include/kcursor.h
 include/kcustommenueditor.h
@@ -187,14 +221,17 @@
 include/kdatepicker.h
 include/kdatepik.h
 include/kdatetbl.h
+include/kdatetimewidget.h
 include/kdatewidget.h
 include/kdcopactionproxy.h
 include/kdcoppropertyproxy.h
+include/kdcopservicestarter.h
 include/kde.pot
-include/kde_dmalloc.h
+include/kde_terminal_interface.h
 include/kdebug.h
 include/kdebugclasses.h
 include/kdedmodule.h
+include/kdemacros.h
 include/kdeprint/driver.h
 include/kdeprint/kiconselectaction.h
 include/kdeprint/kmjob.h
@@ -234,7 +271,6 @@
 include/kdirwatch.h
 include/kdiskfreesp.h
 include/kdockwidget.h
-include/kdockwidget_p.h
 include/kdockwindow.h
 include/kdrawutil.h
 include/kdualcolorbtn.h
@@ -243,6 +279,7 @@
 include/keditlistbox.h
 include/kedittoolbar.h
 include/kemailsettings.h
+include/kencodingfiledialog.h
 include/kextendedsocket.h
 include/kextsock.h
 include/kfile.h
@@ -266,6 +303,7 @@
 include/kfinddialog.h
 include/kfontcombo.h
 include/kfontdialog.h
+include/kfontrequester.h
 include/kgenericfactory.h
 include/kgenericfactory.tcc
 include/kglobal.h
@@ -273,6 +311,11 @@
 include/kglobalsettings.h
 include/kguiitem.h
 include/khelpmenu.h
+include/khexedit/byteseditinterface.h
+include/khexedit/charcolumninterface.h
+include/khexedit/clipboardinterface.h
+include/khexedit/valuecolumninterface.h
+include/khexedit/zoominterface.h
 include/khtml_events.h
 include/khtml_part.h
 include/khtml_settings.h
@@ -283,9 +326,11 @@
 include/kiconloader.h
 include/kicontheme.h
 include/kiconview.h
+include/kidna.h
 include/kimageeffect.h
 include/kimagefilepreview.h
 include/kimageio.h
+include/kinputdialog.h



Home | Main Index | Thread Index | Old Index