From: daru Date: Wed, 13 Jul 2022 15:59:18 +0000 (+0200) Subject: Add bunch of unsuported software (cups,hplip,dub,jdownloader,giada) (#137) X-Git-Tag: v0.2.0.2~174 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/5cef16d22cb6f2ba686f0de7401efbfacd11d64e?ds=sidebyside Add bunch of unsuported software (cups,hplip,dub,jdownloader,giada) (#137) Co-authored-by: Darukutsu --- diff --git a/programs/cups.json b/programs/cups.json new file mode 100644 index 0000000..5620087 --- /dev/null +++ b/programs/cups.json @@ -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 index 0000000..baad8ef --- /dev/null +++ b/programs/dub.json @@ -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 index 0000000..198ee51 --- /dev/null +++ b/programs/giada.json @@ -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 index 0000000..08dc755 --- /dev/null +++ b/programs/hplip.json @@ -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 index 0000000..f8d3619 --- /dev/null +++ b/programs/jdownloader.json @@ -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" + } + ] +}