Skip to content

Commit

Permalink
opl-server manifest added, pidgin-spellcheck-en updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Oct 4, 2023
1 parent dc541a3 commit 9fda609
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions bucket/opl-server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "2.0",
"description": "A dedicated SAMBA (SMBv1 Protocol) Server for OpenPS2Loader",
"homepage": "https://github.com/elmariolo/OPL-Server",
"license": "Unknown",
"pre_install": "if(!(Test-Path \"$persist_dir\\OPLServer.config\")) { Set-Content \"$dir\\OPLServer.config\" (@('<?xml version=\"1.0\" encoding=\"utf-8\"?>', '<configuration>', ' <appSettings>', ' <add key=\"SharePath\" value=\"C:\\PS2\" />', ' <add key=\"ServerPort\" value=\"1024\" />', ' <add key=\"EnableLog\" value=\"0\" />', ' <add key=\"AutoScroll\" value=\"0\" />', ' <add key=\"LogCritical\" value=\"0\" />', ' <add key=\"LogDebug\" value=\"0\" />', ' <add key=\"LogError\" value=\"0\" />', ' <add key=\"LogInfo\" value=\"0\" />', ' <add key=\"LogTrace\" value=\"0\" />', ' <add key=\"LogVerbose\" value=\"0\" />', ' <add key=\"LogWarn\" value=\"0\" />', ' </appSettings>', '</configuration>') -join \"`r`n\") -Encoding UTF8 | Out-Null }",
"url": "https://github.com/elmariolo/OPL-Server/releases/download/v2.0/v2.0.2022-08-24.tar",
"hash": "2f69f512e50967b6a40601c0d14365aea08b2f44a3d5c7f0ce4f2efb3881b7f4",
"persist": "OPLServer.config",
"bin": "OPLServer.exe",
"shortcuts": [
[
"OPLServer.exe",
"OPL Server"
]
]
}
8 changes: 4 additions & 4 deletions bucket/pidgin-spellcheck-en.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"homepage": "https://extensions.libreoffice.org/en/extensions/show/english-dictionaries",
"description": "Up-to-date English spellchecking dictionary for Pidgin",
"version": "2023-09-01",
"version": "2023-10-01",
"license": "LGPL",
"notes": [
"Be sure to turn on \"Highlight misspelled words\" on Pidgin's conversation preferences page.",
"This installation- given its methods- will be wiped out when Pidgin updates.",
"If only Pidgin supported putting pixmaps, locale and other extraneous dependencies in the \".purple\" folder...",
"Please force reinstall this manifest after an update of Pidgin to fix."
],
"url": "https://extensions.libreoffice.org/assets/downloads/41/1693549382/dict-en-20230901_lo.oxt#/dl.zip",
"hash": "64dc971c0a5b3ab8199448102ca955db778d4a989e5ae7ff036d18b848acfc0d",
"url": "https://extensions.libreoffice.org/assets/downloads/41/1696147606/dict-en-20231001_lo.oxt#/dl.zip",
"hash": "eba51c64677adc3e58d16f6e0d52c833bfb5339366a5cab05ef1ac6ebe94ce13",
"post_install": [
"$pidgin = \"$(appdir pidgin)\\current\"",
"if (!(Test-Path \"$pidgin\\spellcheck\\share\\enchant\\myspell\")) {",
Expand All @@ -30,7 +30,7 @@
"regex": "MAGP ([\\d-]+)"
},
"autoupdate": {
"url": "https://extensions.libreoffice.org/assets/downloads/41/1693549382/dict-en-$cleanVersion_lo.oxt#/dl.zip"
"url": "https://extensions.libreoffice.org/assets/downloads/41/1696147606/dict-en-$cleanVersion_lo.oxt#/dl.zip"
},
"depends": "pidgin"
}

0 comments on commit 9fda609

Please sign in to comment.