diff options
| author | Adam Vandenberg | 2013-11-30 10:47:32 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 10:50:29 -0800 |
| commit | 54786507a24ecf7fa585abe95c4a9d567a3d0a65 (patch) | |
| tree | b1e533ee50c909acaf685a1bce1983f52a523c3d /Library/Formula | |
| parent | 5bc7a1072a43e16433f7698a92ce2cf7fa9ba2bd (diff) | |
| download | homebrew-54786507a24ecf7fa585abe95c4a9d567a3d0a65.tar.bz2 | |
geany 1.23.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/geany.rb | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/Library/Formula/geany.rb b/Library/Formula/geany.rb index 9d77cd64c..9457ef96b 100644 --- a/Library/Formula/geany.rb +++ b/Library/Formula/geany.rb @@ -2,8 +2,8 @@ require 'formula' class Geany < Formula homepage 'http://geany.org/' - url 'http://download.geany.org/geany-1.22.tar.gz' - sha1 '5c3fe16806debef457f78678cfe0a6528043a6ee' + url 'http://download.geany.org/geany-1.23.1.tar.gz' + sha1 'b4813a897320b8158cb73fea0c4e2cead07adbc2' depends_on :x11 depends_on 'pkg-config' => :build @@ -11,19 +11,9 @@ class Geany < Formula depends_on 'gettext' depends_on 'gtk+' - # Remove --export-dynamic per MacPorts - def patches - {:p0 => - "https://trac.macports.org/export/103350/trunk/dports/devel/geany/files/patch-no-export-dynamic.diff" - } - end - def install - # Needed to compile against current version of glib. - # Check that this is still needed when updating the formula. - ENV.append 'LDFLAGS', '-lgmodule-2.0' - system "./configure", "--disable-dependency-tracking", + "--disable-silent-rules", "--prefix=#{prefix}" system "make install" end |
