Commit Graph

16 Commits

Author SHA1 Message Date
Vítor Galvão d9d3945576 hazel.rb: added name 2015-01-11 20:03:56 +00:00
Vítor Galvão eb5ede1c2a hazel.rb: change ':unknown' license comment 2014-12-20 13:46:18 +00:00
Roland Walker 42ff5c64d2 license todo comment in hazel 2014-12-10 08:49:37 -05:00
Roland Walker defca438a6 blank before zap in hazel 2014-11-22 09:24:19 -05:00
Roland Walker 720160af58 new-style header in hazel 2014-11-13 12:35:26 -05:00
Roland Walker 5a34ebff3f add license stanza to hazel 2014-10-01 11:42:47 -04:00
Roland Walker dda4b29749 cvt to :delete hazel 2014-09-18 07:57:56 -04:00
Roland Walker c0b57ab572 :latest as symbol in hazel 2014-09-17 07:42:47 -04:00
Roland Walker ab39a23122 zap stanza from mackup for hazel.rb 2014-09-16 08:42:10 -04:00
ndr 4acbcda123 Reformat hazel.rb according to readability conventions 2014-06-27 02:01:16 +02:00
Roland Walker c8cd897435 mass convert Casks to sha256 :no_check 2014-05-08 08:51:31 -04:00
Vítor Galvão 2763b0f1a6 updated hazel to use latest version 2014-02-13 21:20:37 +00:00
Michael Ford 94878ca6b3 Hazel 3.2.2 2013-12-06 22:26:58 +08:00
Scott Reeves d8d5d0961b Hazel 3.2.1 2013-11-15 22:29:00 -05:00
Roy Xiang 03da3963db hazel 3.2
updated hazel from 3.1.5 to 3.2
2013-10-26 10:34:01 +08:00
phinze c244385eb2 prefpane support; artifact refactor
= New Concept: Cask::Artifact

An Artifact is a file in an extacted container for which homebrew-cask
should take some sort of action on install/uninstall.

== Current artifacts:

 - App: link/unlink to ~/Applications
 - Pkg: install/uninstall (with sudo)
 - Prefpane: link/unlink to ~/Library/PreferencePanes

= New Feature: Preference Pane Handling

Specifying `prefpane 'MyApp.prefPane'` in a Cask causes it to be linked
on install to the correct location for it to show up in System
Preferences.

refs #69

= Removed Commands: linkapps/unlinkapps

These were old and mostly unused and don't really make much sense when
linking/unlinking happens automatically in the install process.

= Changed Behavior: stricter relative pathname requirement

With this refactor, we remove the fuzzy searching for a file in an
extracted container when that file was referenced from `link`
or `install`. There may be some casks that need to be updated due to
this change.
2013-10-07 13:51:42 -05:00