aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/abiword.rb
blob: 7ab26b8a24c8c4cd3ad351350822554f6ca6c125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
require 'formula'

class Abiword < Formula
  homepage 'http://www.abisource.com/'
  url 'http://www.abisource.com/downloads/abiword/2.8.6/source/abiword-2.8.6.tar.gz'
  sha1 '998f69d038000b3fc027d4259548f02d67c8d0df'

  devel do
    url 'http://www.abisource.com/downloads/abiword/2.9.2/source/abiword-2.9.2.tar.gz'
    sha1 '34a6e4e9c5619e8f2d619ac844519fc9378405b3'
  end

  depends_on :libpng
  depends_on 'jpeg'
  depends_on 'fribidi'
  depends_on 'libgsf'
  depends_on 'enchant'
  depends_on 'cairo'
  depends_on 'pango'
  depends_on 'wv'
  depends_on 'imagemagick'

  def patches
    if build.devel?
      {:p0 => "http://bugzilla.abisource.com/attachment.cgi?id=5477"}
    else
      DATA
    end
  end

  def install
    system "./configure", "--disable-debug", "--disable-dependency-tracking",
                          "--prefix=#{prefix}"
    system "make install"
  end
end

__END__
diff --git a/src/af/util/xp/ut_go_file.h b/src/af/util/xp/ut_go_file.h
index e29d7b7..8d5f608 100644
--- a/src/af/util/xp/ut_go_file.h
+++ b/src/af/util/xp/ut_go_file.h
@@ -31,7 +31,6 @@
 
 #include <glib.h>
 #include <gsf/gsf.h>
-#include <glib/gerror.h>
 #include <time.h>
 
 G_BEGIN_DECLS