diff options
| author | nibbles 2bits | 2012-10-28 09:08:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-28 12:33:41 -0700 |
| commit | bf70462e5e0b9d9edd2773fd5e0ec8e103512255 (patch) | |
| tree | 8754b1194b993880f2c2dc23c9c9a0657d16b791 /Library | |
| parent | 81d5b45ed78685fff68e2e57223c7f48f9327a06 (diff) | |
| download | homebrew-bf70462e5e0b9d9edd2773fd5e0ec8e103512255.tar.bz2 | |
scrotwm 0.9.34
- Upgrade to 0.9.34
- Add a required dep on x11. It's an X window manager.
- Works well with superenv
Closes #15718.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scrotwm.rb | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/Library/Formula/scrotwm.rb b/Library/Formula/scrotwm.rb index 86e1e2485..d8c732f96 100644 --- a/Library/Formula/scrotwm.rb +++ b/Library/Formula/scrotwm.rb @@ -2,12 +2,10 @@ require 'formula' class Scrotwm < Formula homepage 'http://opensource.conformal.com/wiki/scrotwm' - url 'http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.30.tgz' - sha1 '844c5261170be1dfa043ad90cd7164bbaabed497' + url 'http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.34.tgz' + sha1 '9e943883ea55048487fe59ed09b8a84467a81593' - def patches - DATA - end + depends_on :x11 def install cd "osx" do @@ -22,16 +20,3 @@ class Scrotwm < Formula EOS end end - -__END__ -# osx.h is missing a macro for TAIL_END (which is defined for Linux) ---- a/osx/osx.h 2011-06-14 10:51:33.000000000 -0500 -+++ b/osx/osx.h 2011-08-14 14:05:58.000000000 -0500 -@@ -1,3 +1,7 @@ - /* $scrotwm: osx.h,v 1.1 2009/11/25 16:12:13 marco Exp $ */ - - long long strtonum(const char *, long long, long long, const char **); -+ -+#ifndef TAILQ_END -+#define TAILQ_END(head) NULL -+#endif |
