pkgsrc-WIP-changes archive

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

kded: Import kded-5.21.0



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Thu Apr 28 14:02:27 2016 +1200
Changeset:	616198c6ad26d8552d42f34a94fcf254909b9ef0

Added Files:
	kded/DESCR
	kded/Makefile
	kded/PLIST
	kded/distinfo

Log Message:
kded: Import kded-5.21.0

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.

* 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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=616198c6ad26d8552d42f34a94fcf254909b9ef0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kded/DESCR    | 20 ++++++++++++++++++++
 kded/Makefile | 17 +++++++++++++++++
 kded/PLIST    | 19 +++++++++++++++++++
 kded/distinfo |  6 ++++++
 4 files changed, 62 insertions(+)

diffs:
diff --git a/kded/DESCR b/kded/DESCR
new file mode 100644
index 0000000..f3c88c1
--- /dev/null
+++ b/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/kded/Makefile b/kded/Makefile
new file mode 100644
index 0000000..6c6df97
--- /dev/null
+++ b/kded/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 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 "../../wip/kf5/Makefile.common"
+
+BUILD_DEPENDS+=	kdoctools>=${KF5VER}:../../wip/kdoctools
+DEPENDS+=	kinit>=${KF5VER}:../../wip/kinit
+
+.include "../../wip/kservice/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kded/PLIST b/kded/PLIST
new file mode 100644
index 0000000..0b1a8cc
--- /dev/null
+++ b/kded/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+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/kded/distinfo b/kded/distinfo
new file mode 100644
index 0000000..8a0e24e
--- /dev/null
+++ b/kded/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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


Home | Main Index | Thread Index | Old Index