]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add bunch of unsuported software (cups,hplip,dub,jdownloader,giada) (#137)
authordaru <darupeter@pm.me>
Wed, 13 Jul 2022 15:59:18 +0000 (17:59 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2022 15:59:18 +0000 (15:59 +0000)
Co-authored-by: Darukutsu <darkm3535@gmail.com>
programs/cups.json [new file with mode: 0644]
programs/dub.json [new file with mode: 0644]
programs/giada.json [new file with mode: 0644]
programs/hplip.json [new file with mode: 0644]
programs/jdownloader.json [new file with mode: 0644]

diff --git a/programs/cups.json b/programs/cups.json
new file mode 100644 (file)
index 0000000..5620087
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "CUPS",
+    "files": [
+        {
+            "path": "$HOME/.cups",
+           "movable": false,
+           "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n"
+        }
+    ]
+}
diff --git a/programs/dub.json b/programs/dub.json
new file mode 100644 (file)
index 0000000..baad8ef
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "dub package manager",
+    "files": [
+        {
+            "path": "$HOME/.dub",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dlang/dub/issues/341\n"
+        }
+    ]
+}
diff --git a/programs/giada.json b/programs/giada.json
new file mode 100644 (file)
index 0000000..198ee51
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "giada",
+    "files": [
+        {
+            "path": "$HOME/.giada",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/monocasual/giada/issues/338\n"
+        }
+    ]
+}
diff --git a/programs/hplip.json b/programs/hplip.json
new file mode 100644 (file)
index 0000000..08dc755
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "hplip",
+    "files": [
+        {
+            "path": "$HOME/.hplip",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugs.launchpad.net/hplip/+bug/307152\n"
+        }
+    ]
+}
diff --git a/programs/jdownloader.json b/programs/jdownloader.json
new file mode 100644 (file)
index 0000000..f8d3619
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "jdownloader",
+    "files": [
+        {
+            "path": "$HOME/.jd",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://board.jdownloader.org/showthread.php?t=15157&highlight=xdg\n"
+        }
+    ]
+}