summary refs log tree commit diff
path: root/kde-graph.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kde-graph.sh')
-rw-r--r--kde-graph.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-graph.sh b/kde-graph.sh
new file mode 100644
index 0000000000..e55c43ee3f
--- /dev/null
+++ b/kde-graph.sh
@@ -0,0 +1,13 @@
+#!bash
+#
+# Copyright © 2016-2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
+# License: GPLv3
+
+graph () {
+    WHICH="$1" ; shift
+    ./pre-inst-env guix package -A | grep -E "$WHICH" | \
+	head | cut -f 1 | xargs ./pre-inst-env guix graph | dot -Tpdf > kde-graph.pdf
+}
+
+#graph '/kde(|-frameworks|-plasma)\.scm'
+graph '/kde-frameworks.scm'