aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-09-02 21:06:27 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-09-02 21:06:27 +0000
commit08351f8e016396e46d654e72eceb6a2ed81aadbb (patch)
treed97f07c03bb7f9977c1021629266214a9d2310e6 /deskutils
parent0b3b58a79f748bf25f2a89f19316de184c390fa6 (diff)
downloadports-08351f8e016396e46d654e72eceb6a2ed81aadbb.tar.gz
ports-08351f8e016396e46d654e72eceb6a2ed81aadbb.zip
KDE FreeBSD team presents KDE SC 4.5.1.
New ports added: misc/kde4-l10n-ia - Interlingua localization for KDE
Notes
Notes: svn path=/head/; revision=260443
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kcharselect/Makefile46
-rw-r--r--deskutils/kcharselect/distinfo6
-rw-r--r--deskutils/kcharselect/pkg-plist504
-rw-r--r--deskutils/kdepimlibs4/Makefile2
-rw-r--r--deskutils/kdepimlibs4/distinfo6
-rw-r--r--deskutils/kdepimlibs4/files/patch-CMakeLists.txt12
-rw-r--r--deskutils/kdepimlibs4/pkg-plist216
-rw-r--r--deskutils/kdeplasma-addons/Makefile5
-rw-r--r--deskutils/kdeplasma-addons/distinfo6
-rw-r--r--deskutils/kdeplasma-addons/pkg-plist162
10 files changed, 786 insertions, 179 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index 54897f73604e..143fdff3786c 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/Makefile
@@ -14,6 +14,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Utilities for the KDE4 integrated X11 Desktop
+BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
@@ -25,28 +26,61 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
-USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace
+USE_KDE4= kdeprefix kdehier automoc4 sharedmime \
+ kdelibs pimlibs workspace kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
-OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
+OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \
+ PRINTER_APPLET "Install printer system tray utility" off \
+ RAR "Support for RAR archives in Ark" off \
+ ZIP "Support for ZIP archives in Ark" off
.include <bsd.port.options.mk>
+.ifdef(WITH_7ZIP)
+RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip
+.endif
+
+.ifdef(WITH_PRINTER_APPLET)
+RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
+.endif
+
+.ifdef(WITH_ZIP)
+RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \
+ zip:${PORTSDIR}/archivers/zip
+.endif
+
+.include <bsd.port.pre.mk>
+
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
.endif
-.if defined(WITH_PRINTER_APPLET)
-RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
+.ifdef(WITH_RAR)
+.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64"
+INSTALL_RAR= YES
+.elif ${ARCH} == "amd64"
+.ifndef(HAVE_COMPAT_IA32_KERN)
+HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi
+.endif
+.if ${HAVE_COMPAT_IA32_KERN} == "YES"
+INSTALL_RAR= YES
+.endif
+.endif
+.ifdef(INSTALL_RAR)
+RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar
+.else
+RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar
+.endif
.endif
post-patch:
-#disable printer-applet, it comes with print/kdeutils4-printer-applet
+# Disable printer-applet, it comes with print/kdeutils4-printer-applet.
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${PATCH_WRKSRC}/CMakeLists.txt
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo
index c51aa0f17d9c..2553edb11a55 100644
--- a/deskutils/kcharselect/distinfo
+++ b/deskutils/kcharselect/distinfo
@@ -1,3 +1,3 @@
-MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390
-SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495
-SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008
+MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52
+SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e
+SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989
diff --git a/deskutils/kcharselect/pkg-plist b/deskutils/kcharselect/pkg-plist
index ff8535c8e54f..cb9b5a4773c9 100644
--- a/deskutils/kcharselect/pkg-plist
+++ b/deskutils/kcharselect/pkg-plist
@@ -1,20 +1,383 @@
bin/ark
-bin/irkick
bin/kcalc
bin/kcharselect
bin/kdf
bin/kfloppy
bin/kgpg
+bin/krcdnotifieritem
bin/ktimer
bin/kwalletmanager
bin/kwikdisk
bin/okteta
bin/superkaramba
bin/sweeper
+include/KDE/Kasten/AbstractConnectJob
+include/KDE/Kasten/AbstractDocument
+include/KDE/Kasten/AbstractDocumentFactory
+include/KDE/Kasten/AbstractExportJob
+include/KDE/Kasten/AbstractFileSystemConnectJob
+include/KDE/Kasten/AbstractFileSystemExportJob
+include/KDE/Kasten/AbstractFileSystemLoadJob
+include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob
+include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob
+include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob
+include/KDE/Kasten/AbstractGroupedViews
+include/KDE/Kasten/AbstractLinePopup
+include/KDE/Kasten/AbstractLoadJob
+include/KDE/Kasten/AbstractModel
+include/KDE/Kasten/AbstractModelDataGenerator
+include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor
+include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory
+include/KDE/Kasten/AbstractModelExporter
+include/KDE/Kasten/AbstractModelExporterConfigEditor
+include/KDE/Kasten/AbstractModelExporterConfigEditorFactory
+include/KDE/Kasten/AbstractModelFileSystemSynchronizer
+include/KDE/Kasten/AbstractModelSelection
+include/KDE/Kasten/AbstractModelStreamEncoder
+include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor
+include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory
+include/KDE/Kasten/AbstractModelSynchronizer
+include/KDE/Kasten/AbstractModelSynchronizerFactory
+include/KDE/Kasten/AbstractSelectionView
+include/KDE/Kasten/AbstractSyncFromRemoteJob
+include/KDE/Kasten/AbstractSyncToRemoteJob
+include/KDE/Kasten/AbstractSyncWithRemoteJob
+include/KDE/Kasten/AbstractTool
+include/KDE/Kasten/AbstractToolFactory
+include/KDE/Kasten/AbstractToolInlineView
+include/KDE/Kasten/AbstractToolView
+include/KDE/Kasten/AbstractToolViewFactory
+include/KDE/Kasten/AbstractToolWidget
+include/KDE/Kasten/AbstractView
+include/KDE/Kasten/AbstractViewArea
+include/KDE/Kasten/AbstractViewFactory
+include/KDE/Kasten/AbstractXmlGuiController
+include/KDE/Kasten/ClipboardController
+include/KDE/Kasten/CloseController
+include/KDE/Kasten/CopyAsController
+include/KDE/Kasten/CreatorController
+include/KDE/Kasten/DataSelectable
+include/KDE/Kasten/DocumentCreateManager
+include/KDE/Kasten/DocumentManager
+include/KDE/Kasten/DocumentSyncManager
+include/KDE/Kasten/DocumentVersionData
+include/KDE/Kasten/DocumentsTool
+include/KDE/Kasten/DocumentsToolView
+include/KDE/Kasten/DummyView
+include/KDE/Kasten/ExportController
+include/KDE/Kasten/FileSystemBrowserTool
+include/KDE/Kasten/FileSystemBrowserToolView
+include/KDE/Kasten/FullScreenController
+include/KDE/Kasten/JobManager
+include/KDE/Kasten/LoaderController
+include/KDE/Kasten/ModelCodecManager
+include/KDE/Kasten/ModelCodecViewManager
+include/KDE/Kasten/ModelDataGenerateThread
+include/KDE/Kasten/ModelEncoderFileSystemExportJob
+include/KDE/Kasten/ModelEncoderFileSystemExporter
+include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor
+include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory
+include/KDE/Kasten/ModelStreamEncodeThread
+include/KDE/Kasten/ModifiedBarController
+include/KDE/Kasten/MultiViewAreas
+include/KDE/Kasten/Person
+include/KDE/Kasten/QuitController
+include/KDE/Kasten/ReadOnlyBarController
+include/KDE/Kasten/ReadOnlyController
+include/KDE/Kasten/SelectController
+include/KDE/Kasten/SelectedDataWriteable
+include/KDE/Kasten/SetRemoteController
+include/KDE/Kasten/ShellWindow
+include/KDE/Kasten/StatusBar
+include/KDE/Kasten/SwitchViewController
+include/KDE/Kasten/SynchronizeController
+include/KDE/Kasten/TabbedViews
+include/KDE/Kasten/ToggleButton
+include/KDE/Kasten/ToolInlineViewable
+include/KDE/Kasten/ToolListMenuController
+include/KDE/Kasten/UserListable
+include/KDE/Kasten/VersionController
+include/KDE/Kasten/VersionViewTool
+include/KDE/Kasten/VersionViewToolView
+include/KDE/Kasten/Versionable
+include/KDE/Kasten/ViewAreaSplitable
+include/KDE/Kasten/ViewListMenuController
+include/KDE/Kasten/ViewManager
+include/KDE/Kasten/WidgetsDockable
+include/KDE/Kasten/ZoomBarController
+include/KDE/Kasten/ZoomController
+include/KDE/Kasten/Zoomable
+include/KDE/Okteta/AbstractByteArrayColumnRenderer
+include/KDE/Okteta/AbstractByteArrayModel
+include/KDE/Okteta/AbstractByteArrayView
+include/KDE/Okteta/AbstractColumnRenderer
+include/KDE/Okteta/AbstractColumnStylist
+include/KDE/Okteta/Address
+include/KDE/Okteta/AddressRange
+include/KDE/Okteta/ArrayChangeMetrics
+include/KDE/Okteta/Bookmark
+include/KDE/Okteta/Bookmarkable
+include/KDE/Okteta/BookmarksConstIterator
+include/KDE/Okteta/BorderColumnRenderer
+include/KDE/Okteta/Byte
+include/KDE/Okteta/ByteArrayChange
+include/KDE/Okteta/ByteArrayColumnView
+include/KDE/Okteta/ByteArrayModel
+include/KDE/Okteta/ByteArrayRowColumnRenderer
+include/KDE/Okteta/ByteArrayRowView
+include/KDE/Okteta/ByteArrayTableLayout
+include/KDE/Okteta/ByteArrayTableRanges
+include/KDE/Okteta/ChangeHistory
+include/KDE/Okteta/ChangesDescribable
+include/KDE/Okteta/CharByteArrayColumnRenderer
+include/KDE/Okteta/CharCodec
+include/KDE/Okteta/Character
+include/KDE/Okteta/ColumnsView
+include/KDE/Okteta/Line
+include/KDE/Okteta/LinePosition
+include/KDE/Okteta/LinePositionRange
+include/KDE/Okteta/LineRange
+include/KDE/Okteta/NumberRange
+include/KDE/Okteta/OffsetColumnRenderer
+include/KDE/Okteta/OffsetFormat
+include/KDE/Okteta/PieceTableByteArrayModel
+include/KDE/Okteta/Range
+include/KDE/Okteta/Size
+include/KDE/Okteta/ValueByteArrayColumnRenderer
+include/KDE/Okteta/ValueCodec
+include/KDE/Okteta/Versionable
+include/KDE/Okteta/WidgetColumnStylist
+include/KDE/Okteta/WordByteArrayService
+include/kasten/abstractbytearraystreamencoder.h
+include/kasten/abstractconnectjob.h
+include/kasten/abstractdocument.h
+include/kasten/abstractdocumentfactory.h
+include/kasten/abstractexportjob.h
+include/kasten/abstractfilesystemconnectjob.h
+include/kasten/abstractfilesystemexportjob.h
+include/kasten/abstractfilesystemloadjob.h
+include/kasten/abstractfilesystemsyncfromremotejob.h
+include/kasten/abstractfilesystemsynctoremotejob.h
+include/kasten/abstractfilesystemsyncwithremotejob.h
+include/kasten/abstractgroupedviews.h
+include/kasten/abstractlinepopup.h
+include/kasten/abstractloadjob.h
+include/kasten/abstractmodel.h
+include/kasten/abstractmodeldatagenerator.h
+include/kasten/abstractmodeldatageneratorconfigeditor.h
+include/kasten/abstractmodeldatageneratorconfigeditorfactory.h
+include/kasten/abstractmodelexporter.h
+include/kasten/abstractmodelexporterconfigeditor.h
+include/kasten/abstractmodelexporterconfigeditorfactory.h
+include/kasten/abstractmodelfilesystemsynchronizer.h
+include/kasten/abstractmodelselection.h
+include/kasten/abstractmodelstreamencoder.h
+include/kasten/abstractmodelstreamencoderconfigeditor.h
+include/kasten/abstractmodelstreamencoderconfigeditorfactory.h
+include/kasten/abstractmodelsynchronizer.h
+include/kasten/abstractmodelsynchronizerfactory.h
+include/kasten/abstractselectionview.h
+include/kasten/abstractsyncfromremotejob.h
+include/kasten/abstractsynctoremotejob.h
+include/kasten/abstractsyncwithremotejob.h
+include/kasten/abstracttool.h
+include/kasten/abstracttoolfactory.h
+include/kasten/abstracttoolinlineview.h
+include/kasten/abstracttoolview.h
+include/kasten/abstracttoolviewfactory.h
+include/kasten/abstracttoolwidget.h
+include/kasten/abstractview.h
+include/kasten/abstractviewarea.h
+include/kasten/abstractviewfactory.h
+include/kasten/abstractxmlguicontroller.h
+include/kasten/bookmarkscontroller.h
+include/kasten/bookmarkstool.h
+include/kasten/bookmarkstoolfactory.h
+include/kasten/bookmarkstoolview.h
+include/kasten/bookmarkstoolviewfactory.h
+include/kasten/bytearraycharsstreamencoder.h
+include/kasten/bytearraydocument.h
+include/kasten/bytearraydocumentfactory.h
+include/kasten/bytearrayrawfilesynchronizer.h
+include/kasten/bytearrayrawfilesynchronizerfactory.h
+include/kasten/bytearrayselection.h
+include/kasten/bytearraysourcecodestreamencoder.h
+include/kasten/bytearraysourcecodestreamencoderconfigeditor.h
+include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h
+include/kasten/bytearraytextstreamencoderpreview.h
+include/kasten/bytearrayvaluesstreamencoder.h
+include/kasten/bytearrayvaluesstreamencoderconfigeditor.h
+include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h
+include/kasten/bytearrayview.h
+include/kasten/bytearrayviewfactory.h
+include/kasten/bytearrayviewtextstreamencoder.h
+include/kasten/bytetabletool.h
+include/kasten/bytetabletoolfactory.h
+include/kasten/bytetabletoolview.h
+include/kasten/bytetabletoolviewfactory.h
+include/kasten/checksumtool.h
+include/kasten/checksumtoolfactory.h
+include/kasten/checksumtoolview.h
+include/kasten/checksumtoolviewfactory.h
+include/kasten/clipboardcontroller.h
+include/kasten/closecontroller.h
+include/kasten/copyascontroller.h
+include/kasten/creatorcontroller.h
+include/kasten/dataselectable.h
+include/kasten/documentcreatemanager.h
+include/kasten/documentinfotool.h
+include/kasten/documentinfotoolview.h
+include/kasten/documentmanager.h
+include/kasten/documentstool.h
+include/kasten/documentstoolview.h
+include/kasten/documentsyncmanager.h
+include/kasten/documentversiondata.h
+include/kasten/documentversionid.h
+include/kasten/dummyview.h
+include/kasten/exportcontroller.h
+include/kasten/filesystembrowsertool.h
+include/kasten/filesystembrowsertoolview.h
+include/kasten/filtertool.h
+include/kasten/filtertoolfactory.h
+include/kasten/filtertoolview.h
+include/kasten/filtertoolviewfactory.h
+include/kasten/fullscreencontroller.h
+include/kasten/gotooffsetcontroller.h
+include/kasten/gotooffsettool.h
+include/kasten/gotooffsettoolview.h
+include/kasten/infotool.h
+include/kasten/infotoolfactory.h
+include/kasten/infotoolview.h
+include/kasten/infotoolviewfactory.h
+include/kasten/insertcontroller.h
+include/kasten/jobmanager.h
+include/kasten/kastencontrollers_export.h
+include/kasten/kastencore.h
+include/kasten/kastencore_export.h
+include/kasten/kastengui.h
+include/kasten/kastengui_export.h
+include/kasten/kfinddirection.h
+include/kasten/loadercontroller.h
+include/kasten/modelcodecmanager.h
+include/kasten/modelcodecviewmanager.h
+include/kasten/modeldatageneratethread.h
+include/kasten/modelencoderfilesystemexporter.h
+include/kasten/modelencoderfilesystemexporterconfigeditor.h
+include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h
+include/kasten/modelencoderfilesystemexportjob.h
+include/kasten/modelstreamencodethread.h
+include/kasten/modifiedbarcontroller.h
+include/kasten/multiviewareas.h
+include/kasten/oktetakastencontrollers_export.h
+include/kasten/oktetakastencore_export.h
+include/kasten/oktetakastengui_export.h
+include/kasten/overwritemodecontroller.h
+include/kasten/overwriteonlycontroller.h
+include/kasten/person.h
+include/kasten/poddecodertool.h
+include/kasten/poddecodertoolfactory.h
+include/kasten/poddecodertoolview.h
+include/kasten/poddecodertoolviewfactory.h
+include/kasten/printcontroller.h
+include/kasten/quitcontroller.h
+include/kasten/readonlybarcontroller.h
+include/kasten/readonlycontroller.h
+include/kasten/replacecontroller.h
+include/kasten/replaceuserqueryable.h
+include/kasten/searchcontroller.h
+include/kasten/searchuserqueryable.h
+include/kasten/selectcontroller.h
+include/kasten/selecteddatawriteable.h
+include/kasten/selectrangecontroller.h
+include/kasten/setremotecontroller.h
+include/kasten/shellwindow.h
+include/kasten/statusbar.h
+include/kasten/statusbarlayout.h
+include/kasten/stringsextracttool.h
+include/kasten/stringsextracttoolfactory.h
+include/kasten/stringsextracttoolview.h
+include/kasten/stringsextracttoolviewfactory.h
+include/kasten/structtool.h
+include/kasten/structtoolview.h
+include/kasten/structurestoolfactory.h
+include/kasten/structurestoolviewfactory.h
+include/kasten/switchviewcontroller.h
+include/kasten/synchronizecontroller.h
+include/kasten/tabbedviews.h
+include/kasten/togglebutton.h
+include/kasten/toolinlineviewable.h
+include/kasten/toolinlineviewwidget.h
+include/kasten/toollistmenucontroller.h
+include/kasten/toolviewdockwidget.h
+include/kasten/userlistable.h
+include/kasten/versionable.h
+include/kasten/versioncontroller.h
+include/kasten/versionviewtool.h
+include/kasten/versionviewtoolview.h
+include/kasten/viewareabox.h
+include/kasten/viewareasplitable.h
+include/kasten/viewareasplitcontroller.h
+include/kasten/viewbox.h
+include/kasten/viewconfigcontroller.h
+include/kasten/viewlistmenucontroller.h
+include/kasten/viewmanager.h
+include/kasten/viewmodecontroller.h
+include/kasten/viewstatuscontroller.h
+include/kasten/widgetsdockable.h
+include/kasten/zoomable.h
+include/kasten/zoombarcontroller.h
+include/kasten/zoomcontroller.h
+include/okteta/abstractbytearraycolumnrenderer.h
+include/okteta/abstractbytearraymodel.h
+include/okteta/abstractbytearrayview.h
+include/okteta/abstractcolumnrenderer.h
+include/okteta/abstractcolumnstylist.h
+include/okteta/address.h
+include/okteta/addressrange.h
+include/okteta/arraychangemetrics.h
+include/okteta/bookmark.h
+include/okteta/bookmarkable.h
+include/okteta/bookmarksconstiterator.h
+include/okteta/bookmarksconstiteratoradapter.h
+include/okteta/bordercolumnrenderer.h
+include/okteta/byte.h
+include/okteta/bytearraychange.h
+include/okteta/bytearraycolumnview.h
+include/okteta/bytearraymodel.h
+include/okteta/bytearrayrowcolumnrenderer.h
+include/okteta/bytearrayrowview.h
+include/okteta/bytearraytablelayout.h
+include/okteta/bytearraytableranges.h
+include/okteta/changehistory.h
+include/okteta/changesdescribable.h
+include/okteta/character.h
+include/okteta/charbytearraycolumnrenderer.h
+include/okteta/charcodec.h
+include/okteta/columnsview.h
+include/okteta/kadds.h
+include/okteta/line.h
+include/okteta/lineposition.h
+include/okteta/linepositionrange.h
+include/okteta/linerange.h
+include/okteta/numberrange.h
+include/okteta/offsetcolumnrenderer.h
+include/okteta/offsetformat.h
+include/okteta/oktetacore.h
+include/okteta/oktetacore_export.h
+include/okteta/oktetagui_export.h
+include/okteta/piecetablebytearraymodel.h
+include/okteta/range.h
+include/okteta/size.h
+include/okteta/valuebytearraycolumnrenderer.h
+include/okteta/valuecodec.h
+include/okteta/versionable.h
+include/okteta/widgetcolumnstylist.h
+include/okteta/wordbytearrayservice.h
lib/kde4/arkpart.so
lib/kde4/kcm_kdf.so
lib/kde4/kcm_kwallet.so
-lib/kde4/kcm_lirc.so
+lib/kde4/kcm_remotecontrol.so
+lib/kde4/kded_kremotecontroldaemon.so
lib/kde4/kerfuffle_cli7z.so
lib/kde4/kerfuffle_clirar.so
lib/kde4/kerfuffle_clizip.so
@@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/oktetapart.so
+lib/kde4/plasma_engine_kremoteconrol.so
lib/kde4/plasma_package_superkaramba.so
lib/kde4/plasma_scriptengine_superkaramba.so
+lib/kde4/plugins/designer/oktetadesignerplugin.so
lib/libkastencontrollers.so
lib/libkastencontrollers.so.5
lib/libkastencontrollers.so.5.0.1
@@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1
lib/libkastengui.so
lib/libkastengui.so.5
lib/libkastengui.so.5.0.1
-lib/libkdeinit4_irkick.so
lib/libkdeinit4_kcalc.so
-lib/libkdelirc_shared.so
-lib/libkdelirc_shared.so.1
-lib/libkdelirc_shared.so.1.0.0
lib/libkerfuffle.so
lib/libkerfuffle.so.5
lib/libkerfuffle.so.5.0.1
+lib/liblibkremotecontrol.so
+lib/liblibkremotecontrol.so.1
+lib/liblibkremotecontrol.so.1.0.0
lib/liboktetacore.so
lib/liboktetacore.so.5
lib/liboktetacore.so.5.0.1
@@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1
share/applications/kde4/KCharSelect.desktop
share/applications/kde4/KFloppy.desktop
share/applications/kde4/ark.desktop
-share/applications/kde4/irkick.desktop
share/applications/kde4/kcalc.desktop
share/applications/kde4/kdf.desktop
share/applications/kde4/kgpg.desktop
+share/applications/kde4/krcdnotifieritem.desktop
share/applications/kde4/ktimer.desktop
share/applications/kde4/kwalletmanager-kwalletd.desktop
share/applications/kde4/kwalletmanager.desktop
@@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop
share/applications/kde4/sweeper.desktop
share/apps/ark/ark_part.rc
share/apps/ark/arkui.rc
-share/apps/irkick/irkick.notifyrc
share/apps/kcalc/kcalcui.rc
share/apps/kcalc/scienceconstants.xml
share/apps/kcharselect/kcharselectui.rc
@@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz
share/apps/kgpg/keysmanager.rc
share/apps/kgpg/kgpgeditor.rc
share/apps/kgpg/tips
+share/apps/kremotecontrol/profiles/amarok.profile.xml
+share/apps/kremotecontrol/profiles/dragonplayer.profile.xml
+share/apps/kremotecontrol/profiles/klauncher.profile.xml
+share/apps/kremotecontrol/profiles/kmix.profile.xml
+share/apps/kremotecontrol/profiles/konqueror.profile.xml
+share/apps/kremotecontrol/profiles/kscd.profile.xml
+share/apps/kremotecontrol/profiles/okular.profile.xml
+share/apps/kremotecontrol/profiles/powermanagement.profile.xml
+share/apps/kremotecontrol/profiles/profile.xsd
+share/apps/kremotecontrol/profiles/vlc.profile.xml
+share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc
share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png
share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png
share/apps/kwalletmanager/kwalleteditor.rc
@@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc
share/apps/okteta/oktetaui.rc
share/apps/okteta/structures/elf/elf.desktop
share/apps/okteta/structures/elf/elf.osd
+share/apps/okteta/structures/png/png.desktop
+share/apps/okteta/structures/png/png.osd
share/apps/oktetapart/oktetapartbrowserui.rc
share/apps/oktetapart/oktetapartreadonlyui.rc
share/apps/oktetapart/oktetapartreadwriteui.rc
-share/apps/profiles/amarok.profile.xml
-share/apps/profiles/dragonplayer.profile.xml
-share/apps/profiles/klauncher.profile.xml
-share/apps/profiles/kmix.profile.xml
-share/apps/profiles/konqueror.profile.xml
-share/apps/profiles/okular.profile.xml
-share/apps/profiles/profile.dtd
-share/apps/profiles/shutdown.profile.xml
-share/apps/profiles/suspend.profile.xml
-share/apps/profiles/vlc.profile.xml
share/apps/superkaramba/superkarambaui.rc
share/apps/sweeper/sweeperui.rc
-share/autostart/irkick.desktop
share/autostart/kgpg.desktop
share/config.kcfg/ark.kcfg
share/config.kcfg/kcalc.kcfg
share/config.kcfg/kgpg.kcfg
+share/config.kcfg/structviewpreferences.kcfg
+share/config/okteta-structures.knsrc
share/config/superkaramba.knsrc
share/dbus-1/interfaces/org.kde.kgpg.Key.xml
share/dbus-1/interfaces/org.kde.superkaramba.xml
share/dbus-1/interfaces/org.kde.sweeper.xml
+share/doc/HTML/en/ark/ark-mainwindow.png
share/doc/HTML/en/ark/common
share/doc/HTML/en/ark/index.cache.bz2
share/doc/HTML/en/ark/index.docbook
share/doc/HTML/en/ark/man-ark.1.docbook
-share/doc/HTML/en/irkick/common
-share/doc/HTML/en/irkick/index.cache.bz2
-share/doc/HTML/en/irkick/index.docbook
-share/doc/HTML/en/irkick/irkick.png
-share/doc/HTML/en/irkick/irkickoff.png
share/doc/HTML/en/kcalc/commands.docbook
share/doc/HTML/en/kcalc/common
share/doc/HTML/en/kcalc/index.cache.bz2
@@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook
share/doc/HTML/en/kcharselect/common
share/doc/HTML/en/kcharselect/index.cache.bz2
share/doc/HTML/en/kcharselect/index.docbook
-share/doc/HTML/en/kcmlirc/common
-share/doc/HTML/en/kcmlirc/index.cache.bz2
-share/doc/HTML/en/kcmlirc/index.docbook
-share/doc/HTML/en/kcmlirc/irkick.png
-share/doc/HTML/en/kcmlirc/irkickoff.png
+share/doc/HTML/en/kcharselect/kcharselect.png
share/doc/HTML/en/kcontrol/blockdevices/common
share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2
share/doc/HTML/en/kcontrol/blockdevices/index.docbook
+share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png
+share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png
+share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png
+share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png
+share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png
+share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png
+share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png
+share/doc/HTML/en/kcontrol/kremotecontrol/common
+share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2
+share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook
+share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png
+share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png
+share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png
share/doc/HTML/en/kdf/common
share/doc/HTML/en/kdf/index.cache.bz2
share/doc/HTML/en/kdf/index.docbook
@@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png
share/doc/HTML/en/kgpg/keys.png
share/doc/HTML/en/kgpg/keyserver-search.png
share/doc/HTML/en/kgpg/keyserver.png
-share/doc/HTML/en/kgpg/kicker.png
share/doc/HTML/en/kgpg/options.png
+share/doc/HTML/en/kgpg/select-secret-key.png
+share/doc/HTML/en/kgpg/systray.png
share/doc/HTML/en/ktimer/common
share/doc/HTML/en/ktimer/first.png
share/doc/HTML/en/ktimer/index.cache.bz2
@@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png
share/doc/HTML/en/okteta/common
share/doc/HTML/en/okteta/index.cache.bz2
share/doc/HTML/en/okteta/index.docbook
-share/doc/HTML/en/superkaramba/common
-share/doc/HTML/en/superkaramba/index.cache.bz2
-share/doc/HTML/en/superkaramba/index.docbook
+share/doc/HTML/en/sweeper/common
+share/doc/HTML/en/sweeper/index.cache.bz2
+share/doc/HTML/en/sweeper/index.docbook
+share/doc/HTML/en/sweeper/sweeper.png
share/icons/hicolor/128x128/apps/kdf.png
share/icons/hicolor/128x128/apps/kfloppy.png
share/icons/hicolor/128x128/apps/ktimer.png
@@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png
share/icons/hicolor/128x128/apps/kwalletmanager2.png
share/icons/hicolor/128x128/apps/kwikdisk.png
share/icons/hicolor/128x128/apps/superkaramba.png
+share/icons/hicolor/128x128/devices/infrared-remote.png
share/icons/hicolor/16x16/apps/kdf.png
share/icons/hicolor/16x16/apps/kfloppy.png
share/icons/hicolor/16x16/apps/kgpg.png
@@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png
share/icons/hicolor/16x16/apps/kwikdisk.png
share/icons/hicolor/16x16/apps/okteta.png
share/icons/hicolor/16x16/apps/superkaramba.png
-share/icons/hicolor/22x22/apps/irkick.png
+share/icons/hicolor/16x16/devices/infrared-remote.png
+share/icons/hicolor/22x22/actions/krcd_flash.png
+share/icons/hicolor/22x22/actions/krcd_off.png
share/icons/hicolor/22x22/apps/kdf.png
share/icons/hicolor/22x22/apps/kfloppy.png
share/icons/hicolor/22x22/apps/kgpg.png
+share/icons/hicolor/22x22/apps/krcd.png
share/icons/hicolor/22x22/apps/kwalletmanager.png
share/icons/hicolor/22x22/apps/kwikdisk.png
share/icons/hicolor/22x22/apps/superkaramba.png
+share/icons/hicolor/22x22/devices/infrared-remote.png
share/icons/hicolor/32x32/apps/kdf.png
share/icons/hicolor/32x32/apps/kfloppy.png
share/icons/hicolor/32x32/apps/kgpg.png
@@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png
share/icons/hicolor/32x32/apps/kwikdisk.png
share/icons/hicolor/32x32/apps/okteta.png
share/icons/hicolor/32x32/apps/superkaramba.png
+share/icons/hicolor/32x32/devices/infrared-remote.png
+share/icons/hicolor/42x42/devices/infrared-remote.png
share/icons/hicolor/48x48/apps/kdf.png
share/icons/hicolor/48x48/apps/kfloppy.png
share/icons/hicolor/48x48/apps/kgpg.png
@@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png
share/icons/hicolor/48x48/apps/kwikdisk.png
share/icons/hicolor/48x48/apps/okteta.png
share/icons/hicolor/48x48/apps/superkaramba.png
+share/icons/hicolor/48x48/devices/infrared-remote.png
share/icons/hicolor/64x64/apps/kdf.png
share/icons/hicolor/64x64/apps/kfloppy.png
share/icons/hicolor/64x64/apps/kwalletmanager.png
share/icons/hicolor/64x64/apps/kwalletmanager2.png
share/icons/hicolor/64x64/apps/kwikdisk.png
share/icons/hicolor/64x64/apps/superkaramba.png
-share/icons/hicolor/scalable/apps/irkick.svgz
+share/icons/hicolor/64x64/devices/infrared-remote.png
+share/icons/hicolor/8x8/devices/infrared-remote.png
+share/icons/hicolor/scalable/actions/krcd_flash.svgz
+share/icons/hicolor/scalable/actions/krcd_off.svgz
+share/icons/hicolor/scalable/apps/krcd.svgz
share/icons/hicolor/scalable/apps/superkaramba.svgz
-share/icons/oxygen/128x128/devices/infrared-remote.png
+share/icons/hicolor/scalable/devices/infrared-remote.svgz
share/icons/oxygen/16x16/apps/kcmdf.png
-share/icons/oxygen/16x16/devices/infrared-remote.png
-share/icons/oxygen/22x22/actions/irkickflash.png
-share/icons/oxygen/22x22/actions/irkickoff.png
share/icons/oxygen/22x22/apps/kcmdf.png
-share/icons/oxygen/22x22/devices/infrared-remote.png
share/icons/oxygen/32x32/apps/kcmdf.png
-share/icons/oxygen/32x32/devices/infrared-remote.png
-share/icons/oxygen/42x42/devices/infrared-remote.png
-share/icons/oxygen/48x48/devices/infrared-remote.png
-share/icons/oxygen/64x64/devices/infrared-remote.png
-share/icons/oxygen/8x8/devices/infrared-remote.png
-share/icons/oxygen/scalable/actions/irkickflash.svgz
-share/icons/oxygen/scalable/actions/irkickoff.svgz
-share/icons/oxygen/scalable/devices/infrared-remote.svgz
share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop
share/kde4/services/ServiceMenus/ark_servicemenu.desktop
share/kde4/services/ServiceMenus/encryptfile.desktop
@@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
-share/kde4/services/kcm_lirc.desktop
+share/kde4/services/kcm_remotecontrol.desktop
share/kde4/services/kcmdf.desktop
+share/kde4/services/kded/kremotecontroldaemon.desktop
share/kde4/services/kerfuffle_cli7z.desktop
share/kde4/services/kerfuffle_clirar.desktop
share/kde4/services/kerfuffle_clizip.desktop
@@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop
share/kde4/services/kwalletconfig.desktop
share/kde4/services/kwalletmanager_show.desktop
share/kde4/services/oktetapart.desktop
+share/kde4/services/plasma-engine-kremotecontrol.desktop
share/kde4/services/plasma-package-superkaramba.desktop
share/kde4/services/plasma-scriptengine-superkaramba.desktop
share/kde4/servicetypes/kerfufflePlugin.desktop
+share/mime/application/base64.xml
+share/mime/application/btoa.xml
+share/mime/application/x-vnd.kde.okteta.structure.xml
+share/mime/packages/okteta.xml
+share/mime/text/x-ascii85.xml
+share/mime/text/x-base32.xml
+share/mime/text/x-ihex.xml
+share/mime/text/x-srecord.xml
+share/mime/text/x-uuencode.xml
+share/mime/text/x-xxencode.xml
@dirrmtry share/icons/oxygen/42x42/devices
@dirrmtry share/icons/oxygen/42x42
-@dirrm share/doc/HTML/en/superkaramba
+@dirrmtry share/icons/hicolor/8x8/devices
+@dirrmtry share/icons/hicolor/8x8
+@dirrmtry share/icons/hicolor/42x42/devices
+@dirrmtry share/icons/hicolor/42x42
+@dirrm share/doc/HTML/en/sweeper
@dirrm share/doc/HTML/en/okteta
@dirrm share/doc/HTML/en/kwallet
@dirrm share/doc/HTML/en/ktimer
@dirrm share/doc/HTML/en/kgpg
@dirrm share/doc/HTML/en/kfloppy
@dirrm share/doc/HTML/en/kdf
+@dirrm share/doc/HTML/en/kcontrol/kremotecontrol
@dirrm share/doc/HTML/en/kcontrol/blockdevices
-@dirrm share/doc/HTML/en/kcmlirc
@dirrm share/doc/HTML/en/kcharselect
@dirrm share/doc/HTML/en/kcalc
-@dirrm share/doc/HTML/en/irkick
@dirrm share/doc/HTML/en/ark
@dirrm share/apps/sweeper
@dirrm share/apps/superkaramba
@dirrm share/apps/oktetapart
+@dirrm share/apps/okteta/structures/png
@dirrm share/apps/okteta/structures/elf
@dirrm share/apps/okteta/structures
@dirrm share/apps/okteta
@@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrm share/apps/kwalletmanager/icons/oxygen
@dirrm share/apps/kwalletmanager/icons
@dirrm share/apps/kwalletmanager
+@dirrm share/apps/kremotecontroldaemon
+@dirrm share/apps/kremotecontrol/profiles
+@dirrm share/apps/kremotecontrol
@dirrm share/apps/kgpg/icons/oxygen/scalable/status
@dirrm share/apps/kgpg/icons/oxygen/scalable/actions
@dirrm share/apps/kgpg/icons/oxygen/scalable
@@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrm share/apps/kgpg
@dirrm share/apps/kdf
@dirrm share/apps/kcalc
-@dirrm share/apps/irkick
@dirrm share/apps/ark
+@dirrmtry include/okteta
+@dirrmtry include/kasten
+@dirrmtry include/KDE/Okteta
+@dirrmtry include/KDE/Kasten
+@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile
index edb31f3a7c86..22504baaa383 100644
--- a/deskutils/kdepimlibs4/Makefile
+++ b/deskutils/kdepimlibs4/Makefile
@@ -14,6 +14,8 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
+BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
+
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_thread:${PORTSDIR}/devel/boost-libs \
diff --git a/deskutils/kdepimlibs4/distinfo b/deskutils/kdepimlibs4/distinfo
index 46a9fa03cce6..14f461b7fd37 100644
--- a/deskutils/kdepimlibs4/distinfo
+++ b/deskutils/kdepimlibs4/distinfo
@@ -1,3 +1,3 @@
-MD5 (KDE/kdepimlibs-4.4.5.tar.bz2) = 4c3297e2e7f5d61ca5932f59ec62a0b8
-SHA256 (KDE/kdepimlibs-4.4.5.tar.bz2) = 44480b2a627fe4e6da76f1aa88133a60db05d63c0ea9ce3db989c1ced06b2b1a
-SIZE (KDE/kdepimlibs-4.4.5.tar.bz2) = 2432146
+MD5 (KDE/kdepimlibs-4.5.1.tar.bz2) = 746fb01e233d518d04d3b3c6cf1e2b26
+SHA256 (KDE/kdepimlibs-4.5.1.tar.bz2) = cb705522af5c55d94697daef6ce05c01829fa6ea00cfe5d8e38b1baf7ab79db6
+SIZE (KDE/kdepimlibs-4.5.1.tar.bz2) = 2670072
diff --git a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt
index eab6083e0258..4c0af635a6fe 100644
--- a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt
+++ b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt
@@ -1,11 +1,11 @@
---- ./CMakeLists.txt.orig 2010-03-26 20:25:03.000000000 +0300
-+++ ./CMakeLists.txt 2010-03-27 09:18:47.540267802 +0300
-@@ -48,7 +48,7 @@
+--- ./CMakeLists.txt.orig 2010-06-06 12:01:57.000000000 -0400
++++ ./CMakeLists.txt 2010-06-06 12:02:08.000000000 -0400
+@@ -60,7 +60,7 @@
if (NOT KDEPIM_ONLY_KLEO)
#FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that.
-- find_package(Akonadi 1.2.61 QUIET NO_MODULE)
-+ find_package(Akonadi 1.2.61 QUIET)
- macro_log_feature(Akonadi_FOUND "Akonadi" "Akonadi server libraries (from kdesupport)" "http://pim.kde.org/akonadi" TRUE "1.3.1" "Akonadi is required to build KdepimLibs.")
+- find_package(Akonadi 1.3.60 QUIET NO_MODULE)
++ find_package(Akonadi 1.3.60 QUIET)
+ macro_log_feature(Akonadi_FOUND "Akonadi" "Akonadi server libraries (from kdesupport)" "http://pim.kde.org/akonadi" TRUE "1.3.60" "Akonadi is required to build KdepimLibs.")
find_package(Sasl2)
diff --git a/deskutils/kdepimlibs4/pkg-plist b/deskutils/kdepimlibs4/pkg-plist
index 69a807a312e3..707dc29ed344 100644
--- a/deskutils/kdepimlibs4/pkg-plist
+++ b/deskutils/kdepimlibs4/pkg-plist
@@ -14,6 +14,7 @@ include/KDE/Akonadi/AttributeFactory
include/KDE/Akonadi/CachePolicy
include/KDE/Akonadi/ChangeRecorder
include/KDE/Akonadi/Collection
+include/KDE/Akonadi/CollectionComboBox
include/KDE/Akonadi/CollectionCopyJob
include/KDE/Akonadi/CollectionCreateJob
include/KDE/Akonadi/CollectionDeleteJob
@@ -31,10 +32,24 @@ include/KDE/Akonadi/CollectionStatisticsDelegate
include/KDE/Akonadi/CollectionStatisticsJob
include/KDE/Akonadi/CollectionStatisticsModel
include/KDE/Akonadi/CollectionView
+include/KDE/Akonadi/Contact/ContactDefaultActions
+include/KDE/Akonadi/Contact/ContactEditor
+include/KDE/Akonadi/Contact/ContactEditorDialog
+include/KDE/Akonadi/Contact/ContactGroupEditor
+include/KDE/Akonadi/Contact/ContactGroupEditorDialog
+include/KDE/Akonadi/Contact/ContactGroupExpandJob
+include/KDE/Akonadi/Contact/ContactGroupSearchJob
+include/KDE/Akonadi/Contact/ContactGroupViewer
+include/KDE/Akonadi/Contact/ContactGroupViewerDialog
+include/KDE/Akonadi/Contact/ContactSearchJob
+include/KDE/Akonadi/Contact/ContactViewer
+include/KDE/Akonadi/Contact/ContactViewerDialog
+include/KDE/Akonadi/Contact/RecentContactsCollectionRequestJob
include/KDE/Akonadi/Control
include/KDE/Akonadi/Entity
include/KDE/Akonadi/EntityDisplayAttribute
include/KDE/Akonadi/EntityListView
+include/KDE/Akonadi/EntityMimeTypeFilterModel
include/KDE/Akonadi/EntityTreeModel
include/KDE/Akonadi/EntityTreeView
include/KDE/Akonadi/Exception
@@ -48,10 +63,19 @@ include/KDE/Akonadi/ItemModel
include/KDE/Akonadi/ItemModifyJob
include/KDE/Akonadi/ItemMonitor
include/KDE/Akonadi/ItemMoveJob
+include/KDE/Akonadi/ItemSearchJob
include/KDE/Akonadi/ItemSerializerPlugin
include/KDE/Akonadi/ItemSync
include/KDE/Akonadi/ItemView
include/KDE/Akonadi/Job
+include/KDE/Akonadi/KCal/IncidenceMimeTypeVisitor
+include/KDE/Akonadi/KMime/AddressAttribute
+include/KDE/Akonadi/KMime/MessageFolderAttribute
+include/KDE/Akonadi/KMime/MessageModel
+include/KDE/Akonadi/KMime/MessageThreaderProxyModel
+include/KDE/Akonadi/KMime/MessageThreadingAttribute
+include/KDE/Akonadi/KMime/SpecialMailCollections
+include/KDE/Akonadi/KMime/SpecialMailCollectionsRequestJob
include/KDE/Akonadi/LinkJob
include/KDE/Akonadi/Monitor
include/KDE/Akonadi/PreprocessorBase
@@ -98,6 +122,7 @@ include/KDE/KABC/Sound
include/KDE/KABC/StdAddressBook
include/KDE/KABC/TimeZone
include/KDE/KABC/VCardConverter
+include/KDE/KABC/VCardDrag
include/KDE/KABC/VCardFormat
include/KDE/KBlog/Blog
include/KDE/KBlog/BlogComment
@@ -227,6 +252,7 @@ include/KDE/KMime/KMimeMessage
include/KDE/KMime/MDN
include/KDE/KMime/Message
include/KDE/KMime/NewsArticle
+include/KDE/KMime/Util
include/KDE/KPIMIdentities/Identity
include/KDE/KPIMIdentities/IdentityCombo
include/KDE/KPIMIdentities/IdentityManager
@@ -298,6 +324,7 @@ include/akonadi/agentinstancecreatejob.h
include/akonadi/agentinstancemodel.h
include/akonadi/agentinstancewidget.h
include/akonadi/agentmanager.h
+include/akonadi/agentsearchinterface.h
include/akonadi/agenttype.h
include/akonadi/agenttypedialog.h
include/akonadi/agenttypemodel.h
@@ -328,6 +355,7 @@ include/akonadi/collectionstatisticsdelegate.h
include/akonadi/collectionstatisticsjob.h
include/akonadi/collectionstatisticsmodel.h
include/akonadi/collectionview.h
+include/akonadi/contact/abstractcontactformatter.h
include/akonadi/contact/akonadi-contact_export.h
include/akonadi/contact/contactdefaultactions.h
include/akonadi/contact/contacteditor.h
@@ -340,9 +368,15 @@ include/akonadi/contact/contactgroupsearchjob.h
include/akonadi/contact/contactgroupviewer.h
include/akonadi/contact/contactgroupviewerdialog.h
include/akonadi/contact/contactsearchjob.h
+include/akonadi/contact/contactsfilterproxymodel.h
+include/akonadi/contact/contactstreemodel.h
include/akonadi/contact/contactviewer.h
include/akonadi/contact/contactviewerdialog.h
+include/akonadi/contact/emailaddressselection.h
+include/akonadi/contact/emailaddressselectiondialog.h
+include/akonadi/contact/emailaddressselectionwidget.h
include/akonadi/contact/recentcontactscollectionrequestjob.h
+include/akonadi/contact/standardcontactformatter.h
include/akonadi/control.h
include/akonadi/entity.h
include/akonadi/entitydisplayattribute.h
@@ -376,6 +410,7 @@ include/akonadi/kcal/akonadi-kcal_export.h
include/akonadi/kcal/incidencemimetypevisitor.h
include/akonadi/kmime/addressattribute.h
include/akonadi/kmime/akonadi-kmime_export.h
+include/akonadi/kmime/messageflags.h
include/akonadi/kmime/messagefolderattribute.h
include/akonadi/kmime/messagemodel.h
include/akonadi/kmime/messageparts.h
@@ -387,6 +422,7 @@ include/akonadi/linkjob.h
include/akonadi/mimetypechecker.h
include/akonadi/monitor.h
include/akonadi/partfetcher.h
+include/akonadi/persistentsearchattribute.h
include/akonadi/preprocessorbase.h
include/akonadi/private/collectionpathresolver_p.h
include/akonadi/qtest_akonadi.h
@@ -437,6 +473,7 @@ include/gpgme++/scdgetinfoassuantransaction.h
include/gpgme++/signingresult.h
include/gpgme++/trustitem.h
include/gpgme++/verificationresult.h
+include/gpgme++/vfsmountresult.h
include/kabc/address.h
include/kabc/addressbook.h
include/kabc/addressee.h
@@ -471,6 +508,7 @@ include/kabc/stdaddressbook.h
include/kabc/timezone.h
include/kabc/vcard.h
include/kabc/vcardconverter.h
+include/kabc/vcarddrag.h
include/kabc/vcardformat.h
include/kabc/vcardline.h
include/kabc/vcardparser.h
@@ -540,6 +578,8 @@ include/kcal/todo.h
include/kcal/vcaldrag.h
include/kcal/vcalformat.h
include/kholidays/astroseasons.h
+include/kholidays/holiday.h
+include/kholidays/holidayregion.h
include/kholidays/holidays.h
include/kholidays/kholidays_export.h
include/kholidays/lunarphase.h
@@ -627,6 +667,7 @@ include/kpimidentities/signatureconfigurator.h
include/kpimtextedit/emailquotehighlighter.h
include/kpimtextedit/kpimtextedit_export.h
include/kpimtextedit/textedit.h
+include/kpimtextedit/textutils.h
include/kpimutils/email.h
include/kpimutils/kfileio.h
include/kpimutils/kpimutils_export.h
@@ -785,13 +826,13 @@ lib/libakonadi-kmime.so.5
lib/libakonadi-kmime.so.5.0.1
%%WITH_PTH%%lib/libgpgme++-pth.so
%%WITH_PTH%%lib/libgpgme++-pth.so.2
-%%WITH_PTH%%lib/libgpgme++-pth.so.2.4.0
+%%WITH_PTH%%lib/libgpgme++-pth.so.2.6.0
lib/libgpgme++-pthread.so
lib/libgpgme++-pthread.so.2
-lib/libgpgme++-pthread.so.2.4.0
+lib/libgpgme++-pthread.so.2.6.0
lib/libgpgme++.so
lib/libgpgme++.so.2
-lib/libgpgme++.so.2.4.0
+lib/libgpgme++.so.2.6.0
lib/libkabc.so
lib/libkabc.so.5
lib/libkabc.so.5.0.1
@@ -851,6 +892,17 @@ lib/libsyndication.so.5
lib/libsyndication.so.5.0.1
share/apps/akonadi-kde/kcfg2dbus.xsl
share/apps/akonadi/contact/data/zone.tab
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/aim_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/gadu_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/groupwise_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/icq_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/irc_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/jabber_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/meanwhile_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/msn_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/skype_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/sms_protocol.png
+share/apps/akonadi/contact/icons/oxygen/16x16/apps/yahoo_protocol.png
share/apps/akonadi/contact/pics/world.jpg
share/apps/cmake/modules/CheckTimezone.cmake
share/apps/cmake/modules/FindAkonadi.cmake
@@ -863,63 +915,85 @@ share/apps/kabc/countrytransl.map
share/apps/kabc/formats/binary.desktop
share/apps/kconf_update/mailtransports.upd
share/apps/kconf_update/migrate-transports.pl
-share/apps/libkholidays/holiday_BelgiumDutch
-share/apps/libkholidays/holiday_BelgiumFrench
-share/apps/libkholidays/holiday_BelgiumWalloon
-share/apps/libkholidays/holiday_Suedtirol
-share/apps/libkholidays/holiday_ar
-share/apps/libkholidays/holiday_at
-share/apps/libkholidays/holiday_au
-share/apps/libkholidays/holiday_bavarian
-share/apps/libkholidays/holiday_bg
-share/apps/libkholidays/holiday_br
-share/apps/libkholidays/holiday_ca
-share/apps/libkholidays/holiday_catalan
-share/apps/libkholidays/holiday_ch
-share/apps/libkholidays/holiday_cl
-share/apps/libkholidays/holiday_cn
-share/apps/libkholidays/holiday_co
-share/apps/libkholidays/holiday_cz
-share/apps/libkholidays/holiday_de
-share/apps/libkholidays/holiday_dk
-share/apps/libkholidays/holiday_ee
-share/apps/libkholidays/holiday_es
-share/apps/libkholidays/holiday_fi
-share/apps/libkholidays/holiday_fr
-share/apps/libkholidays/holiday_frswiss
-share/apps/libkholidays/holiday_gb
-share/apps/libkholidays/holiday_gr
-share/apps/libkholidays/holiday_gt
-share/apps/libkholidays/holiday_hu
-share/apps/libkholidays/holiday_ie
-share/apps/libkholidays/holiday_il
-share/apps/libkholidays/holiday_in
-share/apps/libkholidays/holiday_is
-share/apps/libkholidays/holiday_it
-share/apps/libkholidays/holiday_jm
-share/apps/libkholidays/holiday_jp
-share/apps/libkholidays/holiday_lt
-share/apps/libkholidays/holiday_luFrench
-share/apps/libkholidays/holiday_luLuxembourgish
-share/apps/libkholidays/holiday_mx
-share/apps/libkholidays/holiday_na
-share/apps/libkholidays/holiday_nl
-share/apps/libkholidays/holiday_no
-share/apps/libkholidays/holiday_nz
-share/apps/libkholidays/holiday_pl
-share/apps/libkholidays/holiday_pt
-share/apps/libkholidays/holiday_py
-share/apps/libkholidays/holiday_quebec
-share/apps/libkholidays/holiday_ro
-share/apps/libkholidays/holiday_ru
-share/apps/libkholidays/holiday_se
-share/apps/libkholidays/holiday_si
-share/apps/libkholidays/holiday_sk
-share/apps/libkholidays/holiday_th
-share/apps/libkholidays/holiday_ua
-share/apps/libkholidays/holiday_us
-share/apps/libkholidays/holiday_uy
-share/apps/libkholidays/holiday_za
+share/apps/libkholidays/plan2/holiday_ar_es
+share/apps/libkholidays/plan2/holiday_at_de
+share/apps/libkholidays/plan2/holiday_au-act_en-gb
+share/apps/libkholidays/plan2/holiday_au-nsw_en-gb
+share/apps/libkholidays/plan2/holiday_au-nt_en-gb
+share/apps/libkholidays/plan2/holiday_au-qld_en-gb
+share/apps/libkholidays/plan2/holiday_au-sa_en-gb
+share/apps/libkholidays/plan2/holiday_au-tas_en-gb
+share/apps/libkholidays/plan2/holiday_au-vic_en-gb
+share/apps/libkholidays/plan2/holiday_au-wa_en-gb
+share/apps/libkholidays/plan2/holiday_be_fr
+share/apps/libkholidays/plan2/holiday_be_nl
+share/apps/libkholidays/plan2/holiday_be_wa
+share/apps/libkholidays/plan2/holiday_bg_bg
+share/apps/libkholidays/plan2/holiday_br_pt-br
+share/apps/libkholidays/plan2/holiday_by_be
+share/apps/libkholidays/plan2/holiday_ca-qc_fr
+share/apps/libkholidays/plan2/holiday_ca_en-gb
+share/apps/libkholidays/plan2/holiday_ch_fr
+share/apps/libkholidays/plan2/holiday_cl_es
+share/apps/libkholidays/plan2/holiday_cn_zh-cn
+share/apps/libkholidays/plan2/holiday_co_es
+share/apps/libkholidays/plan2/holiday_cz_cs
+share/apps/libkholidays/plan2/holiday_de-by_de
+share/apps/libkholidays/plan2/holiday_de_de
+share/apps/libkholidays/plan2/holiday_dk_da
+share/apps/libkholidays/plan2/holiday_ee_et
+share/apps/libkholidays/plan2/holiday_es-ct_ca
+share/apps/libkholidays/plan2/holiday_es_es
+share/apps/libkholidays/plan2/holiday_fi_fi
+share/apps/libkholidays/plan2/holiday_fr_fr
+share/apps/libkholidays/plan2/holiday_gb-eaw_en-gb
+share/apps/libkholidays/plan2/holiday_gb-nir_en-gb
+share/apps/libkholidays/plan2/holiday_gb-sct_en-gb
+share/apps/libkholidays/plan2/holiday_gf_fr
+share/apps/libkholidays/plan2/holiday_gp_fr
+share/apps/libkholidays/plan2/holiday_gr_el
+share/apps/libkholidays/plan2/holiday_gt_es
+share/apps/libkholidays/plan2/holiday_hu_hu
+share/apps/libkholidays/plan2/holiday_ie_en-gb
+share/apps/libkholidays/plan2/holiday_ie_ga
+share/apps/libkholidays/plan2/holiday_il_en-us
+share/apps/libkholidays/plan2/holiday_il_he
+share/apps/libkholidays/plan2/holiday_in_en-gb
+share/apps/libkholidays/plan2/holiday_ir_en-us
+share/apps/libkholidays/plan2/holiday_ir_fa
+share/apps/libkholidays/plan2/holiday_is_is
+share/apps/libkholidays/plan2/holiday_it-bz_de
+share/apps/libkholidays/plan2/holiday_it_it
+share/apps/libkholidays/plan2/holiday_jm_en-gb
+share/apps/libkholidays/plan2/holiday_jp_en-us
+share/apps/libkholidays/plan2/holiday_jp_ja
+share/apps/libkholidays/plan2/holiday_lt_lt
+share/apps/libkholidays/plan2/holiday_lu_fr
+share/apps/libkholidays/plan2/holiday_lu_lb
+share/apps/libkholidays/plan2/holiday_mq_fr
+share/apps/libkholidays/plan2/holiday_mx_es
+share/apps/libkholidays/plan2/holiday_na_en-gb
+share/apps/libkholidays/plan2/holiday_nc_fr
+share/apps/libkholidays/plan2/holiday_nl_nl
+share/apps/libkholidays/plan2/holiday_no_nb
+share/apps/libkholidays/plan2/holiday_nz_en-gb
+share/apps/libkholidays/plan2/holiday_pf_fr
+share/apps/libkholidays/plan2/holiday_pl_pl
+share/apps/libkholidays/plan2/holiday_pt_pt
+share/apps/libkholidays/plan2/holiday_py_es
+share/apps/libkholidays/plan2/holiday_re_fr
+share/apps/libkholidays/plan2/holiday_ro_ro
+share/apps/libkholidays/plan2/holiday_ru_ru
+share/apps/libkholidays/plan2/holiday_se_sv
+share/apps/libkholidays/plan2/holiday_si_sl
+share/apps/libkholidays/plan2/holiday_sk_sk
+share/apps/libkholidays/plan2/holiday_th_en-gb
+share/apps/libkholidays/plan2/holiday_ua_uk
+share/apps/libkholidays/plan2/holiday_us_en-us
+share/apps/libkholidays/plan2/holiday_uy_es
+share/apps/libkholidays/plan2/holiday_wf_fr
+share/apps/libkholidays/plan2/holiday_yt_fr
+share/apps/libkholidays/plan2/holiday_za_en-gb
share/config.kcfg/mailtransport.kcfg
share/config.kcfg/recentcontactscollections.kcfg
share/config.kcfg/specialmailcollections.kcfg
@@ -949,6 +1023,17 @@ share/doc/HTML/en/kioslave/sieve/index.docbook
share/doc/HTML/en/kioslave/smtp/common
share/doc/HTML/en/kioslave/smtp/index.cache.bz2
share/doc/HTML/en/kioslave/smtp/index.docbook
+share/kde4/services/akonadi/contact/aimprotocol.desktop
+share/kde4/services/akonadi/contact/gaduprotocol.desktop
+share/kde4/services/akonadi/contact/groupwiseprotocol.desktop
+share/kde4/services/akonadi/contact/icqprotocol.desktop
+share/kde4/services/akonadi/contact/ircprotocol.desktop
+share/kde4/services/akonadi/contact/jabberprotocol.desktop
+share/kde4/services/akonadi/contact/meanwhileprotocol.desktop
+share/kde4/services/akonadi/contact/msnprotocol.desktop
+share/kde4/services/akonadi/contact/skypeprotocol.desktop
+share/kde4/services/akonadi/contact/smsprotocol.desktop
+share/kde4/services/akonadi/contact/yahooprotocol.desktop
share/kde4/services/akonadicontact_actions.desktop
share/kde4/services/imap4.protocol
share/kde4/services/imaps.protocol
@@ -972,11 +1057,14 @@ share/kde4/services/pop3s.protocol
share/kde4/services/sieve.protocol
share/kde4/services/smtp.protocol
share/kde4/services/smtps.protocol
+share/kde4/servicetypes/kaddressbookimprotocol.desktop
share/kde4/servicetypes/kontactplugin.desktop
share/kde4/servicetypes/kresources_manager.desktop
share/kde4/servicetypes/kresources_plugin.desktop
share/mime/application/x-vnd.kde.contactgroup.xml
share/mime/packages/kdepimlibs-mime.xml
+@dirrm share/kde4/services/akonadi/contact
+@dirrm share/kde4/services/akonadi
@dirrm share/doc/HTML/en/kioslave/smtp
@dirrm share/doc/HTML/en/kioslave/sieve
@dirrm share/doc/HTML/en/kioslave/pop3
@@ -985,8 +1073,13 @@ share/mime/packages/kdepimlibs-mime.xml
@dirrm share/doc/HTML/en/kioslave/ldap
@dirrm share/doc/HTML/en/kioslave/imap
@dirrm share/doc/HTML/en/kcontrol/kresources
+@dirrm share/apps/libkholidays/plan2
@dirrm share/apps/libkholidays
@dirrm share/apps/akonadi/contact/pics
+@dirrm share/apps/akonadi/contact/icons/oxygen/16x16/apps
+@dirrm share/apps/akonadi/contact/icons/oxygen/16x16
+@dirrm share/apps/akonadi/contact/icons/oxygen
+@dirrm share/apps/akonadi/contact/icons
@dirrm share/apps/akonadi/contact/data
@dirrm share/apps/akonadi/contact
@dirrm share/apps/akonadi-kde
@@ -1038,4 +1131,7 @@ share/mime/packages/kdepimlibs-mime.xml
@dirrm include/KDE/KCal
@dirrm include/KDE/KBlog
@dirrm include/KDE/KABC
+@dirrm include/KDE/Akonadi/KMime
+@dirrm include/KDE/Akonadi/KCal
+@dirrm include/KDE/Akonadi/Contact
@dirrm include/KDE/Akonadi
diff --git a/deskutils/kdeplasma-addons/Makefile b/deskutils/kdeplasma-addons/Makefile
index 3c82edc4f8e4..5c776f0ac28a 100644
--- a/deskutils/kdeplasma-addons/Makefile
+++ b/deskutils/kdeplasma-addons/Makefile
@@ -38,7 +38,7 @@ OPTIONS= MARBLE "Marble globe wallpaper for Plasma" on \
.if defined(WITHOUT_MARBLE)
PLIST_SUB+= MARBLE="@comment "
.else
-LIB_DEPENDS+= marblewidget.5:${PORTSDIR}/astro/marble
+LIB_DEPENDS+= marblewidget.10:${PORTSDIR}/astro/marble
PLIST_SUB+= MARBLE=""
.endif
@@ -74,8 +74,7 @@ post-patch:
.endif
#respect prefix, don't update mime when installing
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \
- -e '/^set/s,DBUS_INTERFACES_INSTALL_DIR,KDE4_DBUS_INTERFACES_DIR,g' \
- ${WRKSRC}/applets/lancelot/app/src/CMakeLists.txt
+ ${WRKSRC}/applets/lancelot/parts/CMakeLists.txt
post-install:
@-update-mime-database ${PREFIX}/share/mime
diff --git a/deskutils/kdeplasma-addons/distinfo b/deskutils/kdeplasma-addons/distinfo
index 366c1da621a5..cbfef08aa969 100644
--- a/deskutils/kdeplasma-addons/distinfo
+++ b/deskutils/kdeplasma-addons/distinfo
@@ -1,3 +1,3 @@
-MD5 (KDE/kdeplasma-addons-4.4.5.tar.bz2) = cdc027b3dfdcc588f253006baa970638
-SHA256 (KDE/kdeplasma-addons-4.4.5.tar.bz2) = adbbd5efc53e27c9baee13d01a6b328875c09bfaf9e711e33cc22ef294b32ff3
-SIZE (KDE/kdeplasma-addons-4.4.5.tar.bz2) = 1651834
+MD5 (KDE/kdeplasma-addons-4.5.1.tar.bz2) = 13aec3cc1a5a632b573ed2adc36950a1
+SHA256 (KDE/kdeplasma-addons-4.5.1.tar.bz2) = e5d2c3e448f2737796e6aacb5522452be2d97f430003e012159f3dd7b098b29e
+SIZE (KDE/kdeplasma-addons-4.5.1.tar.bz2) = 1752487
diff --git a/deskutils/kdeplasma-addons/pkg-plist b/deskutils/kdeplasma-addons/pkg-plist
index 1c837745ec62..06ac7dd87d62 100644
--- a/deskutils/kdeplasma-addons/pkg-plist
+++ b/deskutils/kdeplasma-addons/pkg-plist
@@ -1,10 +1,81 @@
%%SCIM%%bin/kimpanel
bin/lancelot
+include/KDE/Lancelot/ActionListModel
+include/KDE/Lancelot/ActionListView
+include/KDE/Lancelot/ActionTreeModel
+include/KDE/Lancelot/ActionTreeModelProxy
+include/KDE/Lancelot/BasicWidget
+include/KDE/Lancelot/CardLayout
+include/KDE/Lancelot/ColumnLayout
+include/KDE/Lancelot/CustomListView
+include/KDE/Lancelot/ExtenderButton
+include/KDE/Lancelot/FlipLayout
+include/KDE/Lancelot/FullBorderLayout
+include/KDE/Lancelot/Global
+include/KDE/Lancelot/HoverIcon
+include/KDE/Lancelot/Lancelot
+include/KDE/Lancelot/LancelotTestApplication
+include/KDE/Lancelot/LancelotTestWindow
+include/KDE/Lancelot/MergedActionListModel
+include/KDE/Lancelot/Models/Applications
+include/KDE/Lancelot/Models/AvailableModels
+include/KDE/Lancelot/Models/BaseMergedModel
+include/KDE/Lancelot/Models/BaseModel
+include/KDE/Lancelot/Models/ContactsKopete
+include/KDE/Lancelot/Models/Devices
+include/KDE/Lancelot/Models/FavoriteApplications
+include/KDE/Lancelot/Models/FolderModel
+include/KDE/Lancelot/Models/Logger
+include/KDE/Lancelot/Models/MessagesKmail
+include/KDE/Lancelot/Models/NewDocuments
+include/KDE/Lancelot/Models/OpenDocuments
+include/KDE/Lancelot/Models/Places
+include/KDE/Lancelot/Models/RecentDocuments
+include/KDE/Lancelot/Models/Runner
+include/KDE/Lancelot/Models/Serializator
+include/KDE/Lancelot/Models/SystemActions
+include/KDE/Lancelot/Models/SystemServices
+include/KDE/Lancelot/Models/XbelModel
+include/KDE/Lancelot/NodeLayout
+include/KDE/Lancelot/Panel
+include/KDE/Lancelot/PassagewayView
+include/KDE/Lancelot/PlasmaServiceListModel
+include/KDE/Lancelot/PopupList
+include/KDE/Lancelot/PopupMenu
+include/KDE/Lancelot/ResizeBordersPanel
+include/KDE/Lancelot/ScrollBar
+include/KDE/Lancelot/ScrollPane
+include/KDE/Lancelot/StandardActionListModel
+include/KDE/Lancelot/StandardActionTreeModel
+include/KDE/Lancelot/TabBar
+include/KDE/Lancelot/Widget
+include/lancelot-datamodels/Applications.h
+include/lancelot-datamodels/AvailableModels.h
+include/lancelot-datamodels/BaseMergedModel.h
+include/lancelot-datamodels/BaseModel.h
+include/lancelot-datamodels/ContactsKopete.h
+include/lancelot-datamodels/Devices.h
+include/lancelot-datamodels/FavoriteApplications.h
+include/lancelot-datamodels/FolderModel.h
+include/lancelot-datamodels/Logger.h
+include/lancelot-datamodels/MessagesKmail.h
+include/lancelot-datamodels/NewDocuments.h
+include/lancelot-datamodels/OpenDocuments.h
+include/lancelot-datamodels/Places.h
+include/lancelot-datamodels/RecentDocuments.h
+include/lancelot-datamodels/Runner.h
+include/lancelot-datamodels/Serializator.h
+include/lancelot-datamodels/SystemActions.h
+include/lancelot-datamodels/SystemServices.h
+include/lancelot-datamodels/XbelModel.h
include/lancelot/Global.h
include/lancelot/lancelot.h
include/lancelot/lancelot_export.h
include/lancelot/layouts/CardLayout.h
include/lancelot/layouts/ColumnLayout.h
+include/lancelot/layouts/FlipLayout.h
+include/lancelot/layouts/FullBorderLayout.h
+include/lancelot/layouts/NodeLayout.h
include/lancelot/models/ActionListModel.h
include/lancelot/models/ActionTreeModel.h
include/lancelot/models/ActionTreeModelProxy.h
@@ -21,11 +92,14 @@ include/lancelot/widgets/PassagewayView.h
include/lancelot/widgets/PopupList.h
include/lancelot/widgets/PopupMenu.h
include/lancelot/widgets/ResizeBordersPanel.h
+include/lancelot/widgets/TabBar.h
include/lancelot/widgets/Widget.h
lib/kde4/kcm_krunner_audioplayercontrol.so
+lib/kde4/kcm_krunner_charrunner.so
lib/kde4/kcm_krunner_spellcheck.so
lib/kde4/krunner_audioplayercontrol.so
lib/kde4/krunner_browserhistory.so
+lib/kde4/krunner_charrunner.so
lib/kde4/krunner_contacts.so
lib/kde4/krunner_converter.so
lib/kde4/krunner_katesessions.so
@@ -38,6 +112,7 @@ lib/kde4/plasma-applet_systemloadviewer.so
lib/kde4/plasma_applet_bball.so
lib/kde4/plasma_applet_binaryclock.so
lib/kde4/plasma_applet_blackboard.so
+lib/kde4/plasma_applet_bookmarks.so
lib/kde4/plasma_applet_bubblemon.so
lib/kde4/plasma_applet_calculator.so
lib/kde4/plasma_applet_charselect.so
@@ -85,6 +160,7 @@ lib/kde4/plasma_applet_weatherstation.so
lib/kde4/plasma_applet_webslice.so
lib/kde4/plasma_comic_krossprovider.so
lib/kde4/plasma_engine_comic.so
+lib/kde4/plasma_engine_kdeobservatory.so
lib/kde4/plasma_engine_microblog.so
lib/kde4/plasma_engine_ocs.so
lib/kde4/plasma_engine_pastebin.so
@@ -96,6 +172,7 @@ lib/kde4/plasma_potd_epodprovider.so
lib/kde4/plasma_potd_flickrprovider.so
lib/kde4/plasma_potd_oseiprovider.so
lib/kde4/plasma_potd_wcpotdprovider.so
+lib/kde4/plasma_runner_datetime.so
lib/kde4/plasma_wallpaper_mandelbrot.so
%%MARBLE%%lib/kde4/plasma_wallpaper_marble.so
lib/kde4/plasma_wallpaper_pattern.so
@@ -103,9 +180,12 @@ lib/kde4/plasma_wallpaper_virus.so
lib/kde4/plasma_wallpaper_weather.so
%%SCIM%%lib/libkimpanelruntime.so
%%SCIM%%lib/libkimpanelruntime.so.0
+lib/liblancelot-datamodels.so
+lib/liblancelot-datamodels.so.0
+lib/liblancelot-datamodels.so.1.7.0
lib/liblancelot.so
-lib/liblancelot.so.0
-lib/liblancelot.so.1.7.0
+lib/liblancelot.so.1
+lib/liblancelot.so.1.9.0
lib/libplasmacomicprovidercore.so
lib/libplasmacomicprovidercore.so.1
lib/libplasmacomicprovidercore.so.1.0.0
@@ -121,13 +201,10 @@ lib/librtm.so.5.0.1
share/apps/bball/bball.svgz
share/apps/bball/bounce.ogg
share/apps/bball/football.svgz
-share/apps/desktoptheme/Aya/lancelot/action-list-view-categories-applet.svgz
-share/apps/desktoptheme/Aya/lancelot/action-list-view-categories-extender.svgz
-share/apps/desktoptheme/Aya/lancelot/action-list-view-categories.svgz
-share/apps/desktoptheme/Aya/lancelot/action-list-view-headers-plasma-applet.svgz
+share/apps/cmake/modules/FindLancelot-Datamodels.cmake
+share/apps/cmake/modules/FindLancelot.cmake
share/apps/desktoptheme/Aya/lancelot/action-list-view-headers.svgz
-share/apps/desktoptheme/Aya/lancelot/action-list-view-items-extender.svgz
-share/apps/desktoptheme/Aya/lancelot/action-list-view-items.svgz
+share/apps/desktoptheme/Aya/lancelot/category-triangle.svgz
share/apps/desktoptheme/Aya/lancelot/inner-background.svgz
share/apps/desktoptheme/Aya/lancelot/passageway-view-buttons-extender.svgz
share/apps/desktoptheme/Aya/lancelot/passageway-view-buttons.svgz
@@ -137,16 +214,12 @@ share/apps/desktoptheme/Aya/lancelot/section-buttons.svgz
share/apps/desktoptheme/Aya/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/Aya/lancelot/system-buttons.svgz
share/apps/desktoptheme/Aya/lancelot/theme.config
+share/apps/desktoptheme/Elegance/lancelot/category-triangle.svgz
share/apps/desktoptheme/Elegance/lancelot/inner-background.svgz
share/apps/desktoptheme/Elegance/lancelot/system-buttons.svgz
share/apps/desktoptheme/Elegance/lancelot/theme.config
-share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories-applet.svgz
-share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories-extender.svgz
-share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories.svgz
-share/apps/desktoptheme/Silicon/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/Silicon/lancelot/action-list-view-headers.svgz
-share/apps/desktoptheme/Silicon/lancelot/action-list-view-items-extender.svgz
-share/apps/desktoptheme/Silicon/lancelot/action-list-view-items.svgz
+share/apps/desktoptheme/Silicon/lancelot/category-triangle.svgz
share/apps/desktoptheme/Silicon/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/Silicon/lancelot/inner-background.svgz
share/apps/desktoptheme/Silicon/lancelot/lancelot-context-extender.svgz
@@ -161,12 +234,9 @@ share/apps/desktoptheme/Silicon/lancelot/system-buttons.svgz
share/apps/desktoptheme/Silicon/lancelot/theme.config
share/apps/desktoptheme/default/bubblemon/bubble.svg
share/apps/desktoptheme/default/fifteenPuzzle/blanksquare.svg
-share/apps/desktoptheme/default/lancelot/action-list-view-categories-extender.svgz
-share/apps/desktoptheme/default/lancelot/action-list-view-categories.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-drop-indicator.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-headers.svgz
-share/apps/desktoptheme/default/lancelot/action-list-view-items-extender.svgz
-share/apps/desktoptheme/default/lancelot/action-list-view-items.svgz
+share/apps/desktoptheme/default/lancelot/category-triangle.svgz
share/apps/desktoptheme/default/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/default/lancelot/inner-background.svgz
share/apps/desktoptheme/default/lancelot/passageway-view-buttons-extender.svgz
@@ -192,13 +262,8 @@ share/apps/desktoptheme/default/widgets/notes.svgz
share/apps/desktoptheme/default/widgets/previewer-16.svgz
share/apps/desktoptheme/default/widgets/previewer-22.svgz
share/apps/desktoptheme/default/widgets/timer.svgz
-share/apps/desktoptheme/heron/lancelot/action-list-view-categories-applet.svgz
-share/apps/desktoptheme/heron/lancelot/action-list-view-categories-extender.svgz
-share/apps/desktoptheme/heron/lancelot/action-list-view-categories.svgz
-share/apps/desktoptheme/heron/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/heron/lancelot/action-list-view-headers.svgz
-share/apps/desktoptheme/heron/lancelot/action-list-view-items-extender.svgz
-share/apps/desktoptheme/heron/lancelot/action-list-view-items.svgz
+share/apps/desktoptheme/heron/lancelot/category-triangle.svgz
share/apps/desktoptheme/heron/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/heron/lancelot/inner-background.svgz
share/apps/desktoptheme/heron/lancelot/lancelot-context-extender.svgz
@@ -211,13 +276,8 @@ share/apps/desktoptheme/heron/lancelot/section-buttons.svgz
share/apps/desktoptheme/heron/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/heron/lancelot/system-buttons.svgz
share/apps/desktoptheme/heron/lancelot/theme.config
-share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories-applet.svgz
-share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories-extender.svgz
-share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories.svgz
-share/apps/desktoptheme/oxygen/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/oxygen/lancelot/action-list-view-headers.svgz
-share/apps/desktoptheme/oxygen/lancelot/action-list-view-items-extender.svgz
-share/apps/desktoptheme/oxygen/lancelot/action-list-view-items.svgz
+share/apps/desktoptheme/oxygen/lancelot/category-triangle.svgz
share/apps/desktoptheme/oxygen/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/oxygen/lancelot/inner-background.svgz
share/apps/desktoptheme/oxygen/lancelot/lancelot-context-extender.svgz
@@ -230,13 +290,8 @@ share/apps/desktoptheme/oxygen/lancelot/section-buttons.svgz
share/apps/desktoptheme/oxygen/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/oxygen/lancelot/system-buttons.svgz
share/apps/desktoptheme/oxygen/lancelot/theme.config
-share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories-applet.svgz
-share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories-extender.svgz
-share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories.svgz
-share/apps/desktoptheme/slim-glow/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/slim-glow/lancelot/action-list-view-headers.svgz
-share/apps/desktoptheme/slim-glow/lancelot/action-list-view-items-extender.svgz
-share/apps/desktoptheme/slim-glow/lancelot/action-list-view-items.svgz
+share/apps/desktoptheme/slim-glow/lancelot/category-triangle.svgz
share/apps/desktoptheme/slim-glow/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/slim-glow/lancelot/inner-background.svgz
share/apps/desktoptheme/slim-glow/lancelot/lancelot-context-extender.svgz
@@ -253,6 +308,7 @@ share/apps/lancelot/lancelot.notifyrc
share/apps/plasma-applet-frame/picture-frame-default.jpg
share/apps/plasma-applet-opendesktop-activities/plasma-applet-opendesktop-activities.notifyrc
share/apps/plasma-applet-opendesktop/user.css
+share/apps/plasma/services/kdeobservatory.operations
share/apps/plasma/services/ocsPerson.operations
share/apps/plasma/services/pastebin.operations
share/apps/plasma/services/rtmauth.operations
@@ -292,6 +348,11 @@ share/apps/plasma_wallpaper_pattern/patterns/triangles.desktop
share/apps/plasma_wallpaper_pattern/patterns/triangles.png
share/apps/plasma_wallpaper_pattern/patterns/xeroxstar.desktop
share/apps/plasma_wallpaper_pattern/patterns/xeroxstar.png
+share/apps/plasmaboard/basic.xml
+share/apps/plasmaboard/extended.xml
+share/apps/plasmaboard/full.xml
+share/apps/plasmaboard/mid.xml
+share/apps/plasmaboard/tablet.xml
share/apps/rssnow/feeds
%%SCIM%%share/config.kcfg/kimpanelconfig.kcfg
share/config/comic.knsrc
@@ -301,39 +362,47 @@ share/config/virus_wallpaper.knsrc
share/dbus-1/services/org.kde.lancelot.service
share/icons/hicolor/128x128/apps/bball.png
%%OBSERVATORY%%share/icons/hicolor/128x128/apps/kdeobservatory.png
-share/icons/hicolor/128x128/apps/lancelot-part.png
+share/icons/hicolor/128x128/apps/lancelot-start.png
share/icons/hicolor/128x128/apps/lancelot.png
+share/icons/hicolor/128x128/apps/plasmaapplet-shelf.png
share/icons/hicolor/128x128/apps/previewer.png
share/icons/hicolor/128x128/apps/qalculate-applet.png
share/icons/hicolor/16x16/apps/bball.png
%%OBSERVATORY%%share/icons/hicolor/16x16/apps/kdeobservatory.png
-share/icons/hicolor/16x16/apps/lancelot-part.png
+share/icons/hicolor/16x16/apps/lancelot-start.png
share/icons/hicolor/16x16/apps/lancelot.png
+share/icons/hicolor/16x16/apps/plasmaapplet-shelf.png
share/icons/hicolor/16x16/apps/previewer.png
%%OBSERVATORY%%share/icons/hicolor/22x22/apps/kdeobservatory.png
-share/icons/hicolor/22x22/apps/lancelot-part.png
+share/icons/hicolor/22x22/apps/lancelot-start.png
share/icons/hicolor/22x22/apps/lancelot.png
+share/icons/hicolor/22x22/apps/plasmaapplet-shelf.png
share/icons/hicolor/22x22/apps/previewer.png
share/icons/hicolor/32x32/apps/bball.png
%%OBSERVATORY%%share/icons/hicolor/32x32/apps/kdeobservatory.png
-share/icons/hicolor/32x32/apps/lancelot-part.png
+share/icons/hicolor/32x32/apps/lancelot-start.png
share/icons/hicolor/32x32/apps/lancelot.png
+share/icons/hicolor/32x32/apps/plasmaapplet-shelf.png
share/icons/hicolor/32x32/apps/previewer.png
share/icons/hicolor/48x48/apps/bball.png
%%OBSERVATORY%%share/icons/hicolor/48x48/apps/kdeobservatory.png
-share/icons/hicolor/48x48/apps/lancelot-part.png
+share/icons/hicolor/48x48/apps/lancelot-start.png
share/icons/hicolor/48x48/apps/lancelot.png
+share/icons/hicolor/48x48/apps/plasmaapplet-shelf.png
share/icons/hicolor/48x48/apps/previewer.png
share/icons/hicolor/48x48/apps/qalculate-applet.png
share/icons/hicolor/64x64/apps/bball.png
%%OBSERVATORY%%share/icons/hicolor/64x64/apps/kdeobservatory.png
-share/icons/hicolor/64x64/apps/lancelot-part.png
+share/icons/hicolor/64x64/apps/lancelot-start.png
share/icons/hicolor/64x64/apps/lancelot.png
+share/icons/hicolor/64x64/apps/plasmaapplet-shelf.png
share/icons/hicolor/64x64/apps/previewer.png
share/icons/hicolor/scalable/apps/accessories-dictionary.svgz
share/icons/hicolor/scalable/apps/bball.svgz
share/icons/hicolor/scalable/apps/fifteenpuzzle.svgz
%%OBSERVATORY%%share/icons/hicolor/scalable/apps/kdeobservatory.svgz
+share/kde4/services/CharRunner_config.desktop
+share/kde4/services/CharacterRunner.desktop
share/kde4/services/ServiceMenus/preview.desktop
share/kde4/services/apodprovider.desktop
share/kde4/services/browserhistory.desktop
@@ -346,6 +415,7 @@ share/kde4/services/oseiprovider.desktop
share/kde4/services/plasma-applet-bball.desktop
share/kde4/services/plasma-applet-binaryclock.desktop
share/kde4/services/plasma-applet-blackboard.desktop
+share/kde4/services/plasma-applet-bookmarks.desktop
share/kde4/services/plasma-applet-bubblemon.desktop
share/kde4/services/plasma-applet-calculator.desktop
share/kde4/services/plasma-applet-charselect.desktop
@@ -391,6 +461,7 @@ share/kde4/services/plasma-dataengine-microblog.desktop
share/kde4/services/plasma-dataengine-ocs.desktop
share/kde4/services/plasma-dataengine-potd.desktop
share/kde4/services/plasma-dict-default.desktop
+share/kde4/services/plasma-engine-kdeobservatory.desktop
share/kde4/services/plasma-engine-pastebin.desktop
share/kde4/services/plasma-engine-rtm.desktop
share/kde4/services/plasma-fileWatcher-default.desktop
@@ -402,6 +473,7 @@ share/kde4/services/plasma-runner-audioplayercontrol.desktop
share/kde4/services/plasma-runner-audioplayercontrol_config.desktop
share/kde4/services/plasma-runner-contacts.desktop
share/kde4/services/plasma-runner-converter.desktop
+share/kde4/services/plasma-runner-datetime.desktop
share/kde4/services/plasma-runner-kopete.desktop
share/kde4/services/plasma-runner-spellchecker.desktop
share/kde4/services/plasma-runner-spellchecker_config.desktop
@@ -419,6 +491,7 @@ share/kde4/servicetypes/plasma_comicprovider.desktop
share/kde4/servicetypes/plasma_potdprovider.desktop
share/mime/packages/lancelotpart-mime.xml
@dirrm share/apps/rssnow
+@dirrm share/apps/plasmaboard
@dirrm share/apps/plasma_wallpaper_pattern/patterns
@dirrm share/apps/plasma_wallpaper_pattern
@dirrm share/apps/plasma_pastebin
@@ -446,11 +519,16 @@ share/mime/packages/lancelotpart-mime.xml
@dirrmtry share/apps/desktoptheme/Clean-Bend
@dirrm share/apps/desktoptheme/Aya/lancelot
@dirrmtry share/apps/desktoptheme/Aya
+@dirrmtry share/apps/cmake/modules
+@dirrmtry share/apps/cmake
@dirrm share/apps/bball
@dirrm include/lancelot/widgets
@dirrm include/lancelot/models
@dirrm include/lancelot/layouts
+@dirrm include/lancelot-datamodels
@dirrm include/lancelot
+@dirrm include/KDE/Lancelot/Models
+@dirrm include/KDE/Lancelot
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
%%SCIM%%@cwd %%LOCALBASE%%