Skip to content

Commit

Permalink
Merge pull request Homebrew#9614 from samdoran/samdoran/wacom-tablet-…
Browse files Browse the repository at this point in the history
…updates

Update and improve wacom-tablet.rb
  • Loading branch information
rolandwalker committed Feb 17, 2015
2 parents 471dcfe + 5e2f33d commit 5c20c24
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions Casks/wacom-tablet.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cask :v1 => 'wacom-tablet' do
version '6.3.10w2'
sha256 'b94c99a3bbf063767ed51848642e8bf6f4d381e72fea7ba0bb85860cdc6fc921'
version '6.3.11w3'
sha256 'e96949fe4bd09e2edc9e47029f35e101276a21b493cc63d5e9b03a749f350062'

url "http://cdn.wacom.com/u/productsupport/drivers/mac/professional/WacomTablet_#{version}.dmg"
homepage 'http://www.wacom.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :gratis

pkg 'Install Wacom Tablet.pkg'

Expand All @@ -15,10 +15,16 @@
'com.wacom.WacomTouchDriver',
],
:kext => [
'com.Wacom.iokit.TabletDriver',
'com.wacom.kext.ftdi',
'com.wacom.kext.wacomtablet',
'com.silabs.driver.CP210xVCPDriver',
'com.silabs.driver.CP210xVCPDriver64',
],
:pkgutil => 'com.wacom.installwacomtablet'
:pkgutil => 'com.wacom.TabletInstaller',
:delete => '/Applications/Wacom Tablet.localized'

zap :delete => [
'~/Library//Preferences/com.wacom.wacomtablet.prefs',
'~/Library//Preferences/com.wacom.wacomtouch.prefs'
]
end

0 comments on commit 5c20c24

Please sign in to comment.