Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various: add rosetta caveats [n-r] #178098

Merged
merged 36 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f4d1dbb
add rosetta caveat: natron
wickles Jun 30, 2024
8d1a949
add rosetta caveat: nfov
wickles Jun 30, 2024
842367e
add rosetta caveat: nocturn
wickles Jun 30, 2024
4136717
add rosetta caveat: nuclear
wickles Jun 30, 2024
e7aa533
add rosetta caveat: nuclino
wickles Jun 30, 2024
0226654
add rosetta caveat: nulloy
wickles Jun 30, 2024
96bd409
add rosetta caveat: oclint
wickles Jun 30, 2024
b40b159
add rosetta caveat: olive
wickles Jun 30, 2024
ce0ff41
add rosetta caveat: openemu
wickles Jun 30, 2024
3e1cd4b
add rosetta caveat: openemu@experimental
wickles Jun 30, 2024
ea0a311
add rosetta caveat: openmsx
wickles Jun 30, 2024
cb9d0cb
add rosetta caveat: openpht
wickles Jun 30, 2024
1e81173
add rosetta caveat: opensesame
wickles Jun 30, 2024
5078bea
add rosetta caveat: openshot-video-editor
wickles Jun 30, 2024
31e2fd4
add rosetta caveat: openshot-video-editor@daily
wickles Jun 30, 2024
0104d5b
add rosetta caveat: origin
wickles Jun 30, 2024
9fb3f96
add rosetta caveat: oss-browser
wickles Jun 30, 2024
e0fd955
add rosetta caveat: pd-l2ork
wickles Jun 30, 2024
37de300
add rosetta caveat: plex-media-player
wickles Jun 30, 2024
a54c2af
add rosetta caveat: plover
wickles Jun 30, 2024
5fb8448
add rosetta caveat: polkadot-js
wickles Jun 30, 2024
207cd0a
add rosetta caveat: postbox
wickles Jun 30, 2024
f84ab57
add rosetta caveat: pronterface
wickles Jun 30, 2024
8c72908
add rosetta caveat: protonmail-import-export
wickles Jun 30, 2024
b5d3542
add rosetta caveat: psi-plus
wickles Jun 30, 2024
1c5916a
add rosetta caveat: pyzo
wickles Jun 30, 2024
ead18e9
add rosetta caveat: qdslrdashboard
wickles Jun 30, 2024
4eff5d7
add rosetta caveat: qownnotes
wickles Jun 30, 2024
aabc8ba
add rosetta caveat: qt3dstudio
wickles Jun 30, 2024
46d2583
add rosetta caveat: qtox
wickles Jun 30, 2024
d162101
add rosetta caveat: qv2ray
wickles Jun 30, 2024
827dc48
add rosetta caveat: readmoreading
wickles Jun 30, 2024
98934a9
add rosetta caveat: redream
wickles Jun 30, 2024
2268119
add rosetta caveat: retroarch
wickles Jun 30, 2024
0f700e9
add rosetta caveat: robo-3t
wickles Jun 30, 2024
4c51517
add rosetta caveat: rq
wickles Jun 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Casks/n/natron.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@
end

app "Natron.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/n/nfov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
"~/Library/Preferences/com.electron.nfov.plist",
"~/Library/Saved Application State/com.electron.nfov.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/n/nocturn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
deprecate! date: "2024-01-11", because: :discontinued

app "Nocturn-darwin-x64/Nocturn.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/n/nuclear.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
"~/Library/Preferences/nuclear.plist",
"~/Library/Saved Application State/nuclear.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/n/nuclino.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
"~/Library/Logs/Nuclino",
"~/Library/Preferences/com.nuclino.desktop.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/n/nulloy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
app "Nulloy.app"

zap trash: "~/Library/Saved Application State/com.nulloy.savedState"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/oclint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
binary "oclint-#{version}/include/c++/v1", target: "#{HOMEBREW_PREFIX}/include/c++/v1"
binary "oclint-#{version}/lib/clang", target: "#{HOMEBREW_PREFIX}/lib/clang"
binary "oclint-#{version}/lib/oclint", target: "#{HOMEBREW_PREFIX}/lib/oclint"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/olive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
"~/Library/Preferences/com.*.Olive.plist",
"~/Library/Preferences/olivevideoeditor.org",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/openemu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@
"~/Library/Preferences/org.openemu.VisualBoyAdvance.plist",
"~/Library/Saved Application State/org.openemu.OpenEmu.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@
"~/Library/Preferences/org.openemu.*.plist",
"~/Library/Saved Application State/org.openemu.OpenEmu.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/openmsx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
homepage "https://openmsx.org/"

app "openMSX.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/openpht.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
"~/Library/Logs/OpenPHT.log",
"~/Library/Saved Application State/tv.openpht.openpht.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/opensesame.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
"~/.opensesame",
"~/Library/Preferences/com.cogscinl.default.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/openshot-video-editor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
"~/Library/Application Support/openshot",
"~/Library/Preferences/openshot-qt.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
"~/Library/Application Support/openshot",
"~/Library/Preferences/openshot-qt.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/origin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
"~/Library/LaunchAgents/com.ea.origin.WebHelper.plist",
"~/Library/Saved Application State/com.ea.Origin.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/o/oss-browser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
"~/Library/Preferences/com.electron.oss-browser.plist",
"~/Library/Saved Application State/com.electron.oss-browser.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/p/pd-l2ork.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
"~/Library/Logs/Purr-Data",
"~/Library/Purr-Data",
]

caveats do
requires_rosetta
end
end
1 change: 1 addition & 0 deletions Casks/p/plex-media-player.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
]

caveats do
requires_rosetta
<<~EOS
#{token} has been deprecated in favor of Plex for Desktop and Plex HTPC.

Expand Down
11 changes: 7 additions & 4 deletions Casks/p/plover.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@

zap trash: "~/Library/Application Support/plover/"

caveats <<~EOS
Version 4 is a major change and the configuration file it creates is not
compatible with Plover 3 or earlier. Please backup your plover.cfg.
EOS
caveats do
requires_rosetta
<<~EOS
Version 4 is a major change and the configuration file it creates is not
compatible with Plover 3 or earlier. Please backup your plover.cfg.
EOS
end
end
4 changes: 4 additions & 0 deletions Casks/p/polkadot-js.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@
"~/Library/Preferences/com.polkadotjs.polkadotjs-apps.plist",
"~/Library/Saved Application State/com.polkadotjs.polkadotjs-apps.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/p/postbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@
"~/Library/Preferences/com.postbox-inc.postbox.plist",
"~/Library/Saved Application State/com.postbox-inc.postbox.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/p/pronterface.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
depends_on macos: ">= :big_sur"

app "pronterface.app"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/p/protonmail-import-export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
"~/Library/Caches/protonmail/importExport",
"~/Library/Preferences/com.protonmail.import-export.ProtonMail Import-Export app.plist",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/p/psi-plus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
"~/Library/Caches/Psi+",
"~/Library/Saved Application State/com.psi-plus.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/p/pyzo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
app "pyzo.app"

zap trash: "~/Library/Application Support/pyzo"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/q/qdslrdashboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
"~/Library/Application Support/DslrDashboard/qDslrDashboard",
"~/Library/Saved Application State/info.dslrdashboard.qDslrDashboard.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/q/qownnotes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
"~/Library/Preferences/com.pbe.QOwnNotes.plist",
"~/Library/Saved Application State/com.PBE.QOwnNotes.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/q/qt3dstudio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
installer manual: "qt-3dstudio-opensource-mac-x64-#{version}.app"

uninstall delete: "~/Applications/qt3dstudio-#{version}"

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/q/qtox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
"~/Library/Preferences/chat.tox.qtox.plist",
"~/Library/Saved Application State/chat.tox.qtox.savedState",
]

caveats do
requires_rosetta
end
end
9 changes: 6 additions & 3 deletions Casks/q/qv2ray.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
version "2.7.0"
sha256 "457e1b70989515ddb9a1bd4c0635d4ea7d5eda17435bd63908151621b1235a97"

url "https://github.com/Qv2ray/Qv2ray/releases/download/v#{version}/Qv2ray-v#{version}-macOS-x64.dmg",
verified: "github.com/Qv2ray/Qv2ray/"
url "https://github.com/Qv2ray/Qv2ray/releases/download/v#{version}/Qv2ray-v#{version}-macOS-x64.dmg"
name "Qv2ray"
desc "V2Ray GUI client with extensive protocol support"
homepage "https://qv2ray.net/"
homepage "https://github.com/Qv2ray/Qv2ray"

deprecate! date: "2023-12-17", because: :discontinued

Expand All @@ -20,4 +19,8 @@
"~/Library/Preferences/qv2ray",
"~/Library/Saved Application State/com.github.qv2ray.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/r/readmoreading.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
"~/Library/Preferences/com.readmoo.electron.plist",
"~/Library/Saved Application State/com.readmoo.electron.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/r/redream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
"~/Library/Application Support/redream",
"~/Library/Saved Application State/io.recompiled.redream.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/r/retroarch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
"~/Library/Application Support/RetroArch",
"~/Library/Saved Application State/com.libretro.RetroArch.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/r/robo-3t.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
"~/Library/Saved Application State/com.3tsoftwarelabs.robo3t.savedState",
"~/Library/Saved Application State/Robo 3T.savedState",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/r/rq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
end

binary "rq"

caveats do
requires_rosetta
end
end
Loading