aboutsummaryrefslogtreecommitdiff
path: root/doc/images/service-graph.dot
blob: b7b617abbc961e8a9a8b858e01ec7bc795ec877c (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
digraph "Service Type Dependencies" {
  shepherd [shape = box, fontname = Helvetica];
  pam [shape = box, fontname = Helvetica];
  etc [shape = box, fontname = Helvetica];
  profile [shape = box, fontname = Helvetica];
  accounts [shape = box, fontname = Helvetica];
  activation [shape = box, fontname = Helvetica];
  boot [shape = box, fontname = Helvetica];
  system [shape = house, fontname = Helvetica];
  lshd -> shepherd;
  lshd -> pam;
  udev -> shepherd;
  nscd -> shepherd [label = "extends"];
  "nss-mdns" -> nscd;
  "kvm-rules" -> udev;
  colord -> udev;
  dbus -> shepherd;
  colord -> dbus;
  upower -> udev;
  upower -> dbus;
  polkit -> dbus;
  polkit -> pam;
  elogind -> dbus;
  elogind -> udev;
  elogind -> polkit [label = "extends"];
  shepherd -> boot;
  colord -> accounts;
  accounts -> activation;
  accounts -> etc;
  etc -> activation;
  activation -> boot;
  pam -> etc;
  elogind -> pam;
  guix -> shepherd;
  guix -> activation;
  guix -> accounts;
  boot -> system;
  etc -> system;
  profile -> system;
}
.2....* gnu/packages/kde-internet.scm (ktorrent): Update to 24.05.2. [inputs]: Remove kross, qtbase-5, qtscript, and qtwebengine-5; add kglobalaccel, kstatusnotifieritem, qt5compat, and qtwebengine. [arguments]: Set #:qtbase to qtbase. Change-Id: I5707c05920b743e7b58e35d24245bf1514c11ee8 Zheng Junjie 2024-07-18gnu: libktorrent: Update to 24.05.2....* gnu/packages/kde-internet.scm (libktorrent): Update to 24.05.2. [inputs]: Remove karchive, qca and qtbase-5; add qca-qt6. [propagated-inputs]: Add karchive and qt5compat. [synopsis]: Adjust it. [arguments]: Set #:qtbase to qtbase. Change-Id: I290c801c075bb01ab36af7ac97ab2d786ef68a51 Zheng Junjie 2024-07-18gnu: falkon: Update to 24.05.2....* gnu/packages/kde-internet.scm (falkon): Update to 24.05.2. [arguments]<#:phases>: Stop replace check phase, Add wrap phase. [inputs]: Remove qtquickcontrols-5, qtsvg-5, qtwebengine-5, qtx11extras, and qtwayland-5; add qt5compat, qtsvg, qtwebengine, and qtwayland. [native-inputs]: Remove qttools-5; add qttools. Change-Id: Ie14f2889acdd4424d8b846cca9faf85c6488a3e1 Zheng Junjie 2024-07-18gnu: krdc: Enable VNC....* gnu/packages/kde-internet.scm (krdc): [inputs]: Add lzo, libjpeg-turbo, libgcrypt, and gnutls. [native-inputs]: Add pkg-config. [arguments]<#:configure-flags>: Remove -DWITH_VNC=NO. Change-Id: Id20461059a32876bcff9910536d672aefbe21c53 Zheng Junjie 2024-07-18gnu: krdc: Update to 24.05.2....* gnu/packages/kde-internet.scm (krdc): Update to 24.05.2. [inputs]: Remove qtbase-5; add kio, kstatusnotifieritem, and plasma-activities. [arguments]: Set #:qtbase to qtbase; <#:configure-flags>: Pass -DQT_MAJOR_VERSION=6. Change-Id: I58052435be5a91378cdb013965ee4678607ea3d0 Zheng Junjie 2024-04-10gnu: falkon: Enable KDE Frameworks Integration plugin....* gnu/packages/kde-internet.scm (falkon)[inputs]: Add kcoreaddons and kcrash. Change-Id: I5cacc660daea8167bb072c41875d29fbf2caf74b Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Sughosha