aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-07 01:30:30 -0600
committerJack Nagel2013-11-07 01:32:56 -0600
commit44e4f48ba3bdadca7126a9622f0a2e6fb185b776 (patch)
tree672c4f0880d31581f0668d8315d730f8acb98480 /Library/Formula
parent904307a16f48d915efd943eb6ce5314448c90dd0 (diff)
downloadhomebrew-44e4f48ba3bdadca7126a9622f0a2e6fb185b776.tar.bz2
loudmouth 1.5.0-20121201
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/loudmouth.rb31
1 files changed, 4 insertions, 27 deletions
diff --git a/Library/Formula/loudmouth.rb b/Library/Formula/loudmouth.rb
index 1a1795de7..1f494e2a2 100644
--- a/Library/Formula/loudmouth.rb
+++ b/Library/Formula/loudmouth.rb
@@ -1,22 +1,16 @@
require 'formula'
class Loudmouth < Formula
- homepage 'http://www.loudmouth-project.org/'
- url 'http://mcabber.com/files/loudmouth-1.4.3-20111204.tar.bz2'
- version '1.4.3.111204'
- sha1 '38010a74d28fa06624b7461e515aec47c0ff140e'
+ homepage 'http://mcabber.com'
+ url 'http://mcabber.com/files/loudmouth-1.5.0-20121201.tar.bz2'
+ version '1.5.0.20121201'
+ sha1 '502963c3068f7033bb21d788918c1e5cd14f386e'
depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'gnutls'
depends_on 'libidn'
- # Fix compilation against newer glib. See:
- # https://github.com/mxcl/homebrew/issues/12240
- def patches
- DATA
- end
-
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
@@ -24,20 +18,3 @@ class Loudmouth < Formula
system "make install"
end
end
-
-
-__END__
-diff --git a/loudmouth/lm-error.c b/loudmouth/lm-error.c
-index 103aaaf..74d3315 100644
---- a/loudmouth/lm-error.c
-+++ b/loudmouth/lm-error.c
-@@ -25,7 +25,7 @@
- */
-
- #include <config.h>
--#include <glib/gerror.h>
-+#include <glib.h>
- #include "lm-error.h"
-
- GQuark
-