From ac81bc6da779f57acd9b4f7d7017ff0b479d24aa Mon Sep 17 00:00:00 2001 From: markd Date: Thu, 26 May 2016 09:49:48 +0000 Subject: Add KDE Frameworks 5.21.0 packages: frameworkintegration - provide components to allow applications to integrate with a KDE Workspace kactivities-stats - Core components for the KDE's Activities kactivities5 - Core components for the KDE's Activities kconfigwidgets - Widgets for KConfig kded - Extensible deamon for providing system level services kdesignerplugin - Integration of Frameworks widgets in Qt Designer/Creator kglobalaccel - Add support for global workspace shortcuts kguiaddons - Addons to QtGui kinit - Process launcher to speed up launching KDE applications kitemviews - Widget addons for Qt Model/View kjobwidgets - Widgets for tracking KJob instances ktextwidgets - Advanced text editing widgets kwidgetsaddons - Addons to QtWidgets kwindowsystem - Access to the windowing system kxmlgui - User configurable main windows plasma-framework - Plasma library and runtime components based upon KF5 and Qt5 --- x11/kded/DESCR | 20 ++++++++++++++++++++ x11/kded/Makefile | 17 +++++++++++++++++ x11/kded/PLIST | 19 +++++++++++++++++++ x11/kded/distinfo | 6 ++++++ 4 files changed, 62 insertions(+) create mode 100644 x11/kded/DESCR create mode 100644 x11/kded/Makefile create mode 100644 x11/kded/PLIST create mode 100644 x11/kded/distinfo (limited to 'x11/kded') diff --git a/x11/kded/DESCR b/x11/kded/DESCR new file mode 100644 index 00000000000..f3c88c17e67 --- /dev/null +++ b/x11/kded/DESCR @@ -0,0 +1,20 @@ +KDED stands for KDE Daemon which isn't very descriptive. +KDED runs in the background and performs a number of small tasks. +Some of these tasks are built in, others are started on demand. + +### Built in tasks + +* Checking for newly installed software and updating ksycoca when new + software is detected. Updating of ksycoca is done by the program kbuildsycoca + which gets started by kded. When kded is first started it always runs + kbuildsycoca to ensure that ksycoca is up to date. + +* Checking for newly installed update files. Applications can install + *.upd update files. These *.upd files are used to update configuration files + of users, primarily when new versions of applications are installed with + (slightly) different configuration file formats. Updating of configuration + files is done by kconf_update. kded starts kconf_update when it detects a + new update file. When kded is first started it always runs kconf_update to + ensure that it has not missed any update files. kconf_update keeps track + of which update files have been processed already in the config-file + kconf_updaterc. It only performs a certain update once. diff --git a/x11/kded/Makefile b/x11/kded/Makefile new file mode 100644 index 00000000000..8e61bc55b69 --- /dev/null +++ b/x11/kded/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/05/26 09:49:48 markd Exp $ + +DISTNAME= kded-${KF5VER} +CATEGORIES= x11 + +HOMEPAGE= https://community.kde.org/Frameworks +COMMENT= Extensible deamon for providing system level services +LICENSE= gnu-lgpl-v2.1 + +.include "../../meta-pkgs/kf5/Makefile.common" + +BUILD_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools +DEPENDS+= kinit>=${KF5VER}:../../x11/kinit + +.include "../../devel/kservice/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/kded/PLIST b/x11/kded/PLIST new file mode 100644 index 00000000000..ded79870d9d --- /dev/null +++ b/x11/kded/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/26 09:49:48 markd Exp $ +bin/kded5 +lib/cmake/KDED/KDEDConfig.cmake +lib/cmake/KDED/KDEDConfigVersion.cmake +lib/cmake/KDED/KDEDTargets-noconfig.cmake +lib/cmake/KDED/KDEDTargets.cmake +lib/libkdeinit5_kded5.so +man/ca/man8/kded5.8 +man/de/man8/kded5.8 +man/it/man8/kded5.8 +man/man8/kded5.8 +man/nl/man8/kded5.8 +man/pt_BR/man8/kded5.8 +man/ru/man8/kded5.8 +man/sv/man8/kded5.8 +man/uk/man8/kded5.8 +share/dbus-1/interfaces/org.kde.kded5.xml +share/dbus-1/services/org.kde.kded5.service +share/kservicetypes5/kdedmodule.desktop diff --git a/x11/kded/distinfo b/x11/kded/distinfo new file mode 100644 index 00000000000..d9a2c6b6d99 --- /dev/null +++ b/x11/kded/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/26 09:49:48 markd Exp $ + +SHA1 (kded-5.21.0.tar.xz) = 22a0624b07e1c771da63389bdb7f20abab7c02c8 +RMD160 (kded-5.21.0.tar.xz) = 1fb8bf7863c3040a20f499c26bcb19d9b9941bb9 +SHA512 (kded-5.21.0.tar.xz) = 7ae7763525bb8dfcdc3dd79dc47e22234916ec49ebf21115cb0927b031c15211e9efcda4bb40ae611a589fd4d3f3b291bb5f7db75c552e7bf846d1a560fc5c3b +Size (kded-5.21.0.tar.xz) = 36048 bytes -- cgit v1.2.3