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

Mass change Casks to new suite stanza #6211

Merged
merged 9 commits into from
Sep 16, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Casks/ampps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class Ampps < Cask
url 'http://files.ampps.com/AMPPS-2.3.dmg'
homepage 'http://www.ampps.com'

link 'AMPPS'
suite 'AMPPS'
end
2 changes: 1 addition & 1 deletion Casks/chemdoodle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class Chemdoodle < Cask
url 'http://www.chemdoodle.com/downloads/ChemDoodle-osx-6.0.1.dmg'
homepage 'http://www.chemdoodle.com'

link 'ChemDoodle'
suite 'ChemDoodle'
end
7 changes: 6 additions & 1 deletion Casks/dwarf-fortress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ class DwarfFortress < Cask

url 'http://www.bay12games.com/dwarves/df_40_12_osx.tar.bz2'
homepage 'http://www.bay12games.com/dwarves/'


# todo: should this be
#
# suite 'df_osx', :target => 'Dwarf Fortress'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be, yes. df_osx is a directory, df is an executable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to check whether that directory was otherwise empty, which doesn't matter overly much.

WRT to future interchangeable link/copy functionality, we will run into a few app Casks which fail to work using copy unless we change them to suite, because the app actually follows the symlink back to some staged data under /opt.

#
# ?
link 'df_osx/df', :target => 'Dwarf Fortress/df'
end
2 changes: 1 addition & 1 deletion Casks/ioquake3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Ioquake3 < Cask
url 'http://ioquake3.org/files/1.36/ioquake3%201.36.dmg'
homepage 'http://ioquake3.org/'

link 'ioquake3'
suite 'ioquake3'
caveats <<-EOS.undent
To complete the installation of #{title}, you will have to copy the file
'pak0.pk3' from your Quake 3 Arena installation support directory into
Expand Down
2 changes: 1 addition & 1 deletion Casks/lyrics-master.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class LyricsMaster < Cask
url 'http://www.kenichimaehashi.com/lyricsmaster/download/LyricsMaster2420.dmg'
homepage 'http://www.kenichimaehashi.com/lyricsmaster/'

link 'Lyrics Master'
suite 'Lyrics Master'
end
2 changes: 1 addition & 1 deletion Casks/racket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class Racket < Cask
url "http://mirror.racket-lang.org/installers/#{version}/racket-#{version}-x86_64-macosx.dmg"
homepage 'http://racket-lang.org/'

link "Racket v#{version}"
suite "Racket v#{version}"
end
2 changes: 1 addition & 1 deletion Casks/sketchup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ class Sketchup < Cask
url 'https://dl.trimble.com/sketchup/SketchUpMake-en.dmg'
homepage 'http://www.sketchup.com/intl/en/'

link 'SketchUp 2014'
suite 'SketchUp 2014'
end
2 changes: 1 addition & 1 deletion Casks/tau.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class Tau < Cask
url 'http://tau.uoregon.edu/tau.dmg'
homepage 'http://tau.uoregon.edu/'

link 'TAU'
suite 'TAU'
end
2 changes: 1 addition & 1 deletion Casks/vistrails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class Vistrails < Cask
url 'https://downloads.sourceforge.net/project/vistrails/vistrails/v2.1.1/vistrails-mac-10.6-intel-2.1.1-90975fc00211.dmg'
homepage 'http://www.vistrails.org/index.php/Main_Page'

link 'VisTrails'
suite 'VisTrails'
end