Skip to content

Commit

Permalink
Add bunch of unsuported software (cups,hplip,dub,jdownloader,giada) (#…
Browse files Browse the repository at this point in the history
…137)

Co-authored-by: Darukutsu <darkm3535@gmail.com>
  • Loading branch information
Darukutsu and Darukutsu committed Jul 13, 2022
1 parent 7610383 commit 5cef16d
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/cups.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
10 changes: 10 additions & 0 deletions programs/dub.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
10 changes: 10 additions & 0 deletions programs/giada.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
10 changes: 10 additions & 0 deletions programs/hplip.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
10 changes: 10 additions & 0 deletions programs/jdownloader.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 5cef16d

Please sign in to comment.