aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-22 08:32:52 -0800
committerAdam Vandenberg2013-02-22 08:33:21 -0800
commitecd60fde776ef5d40e6e81328d87193e83a093b6 (patch)
tree18fb79f9d9ec0a19ddddf1301d3cce06e5af7c56 /Library
parent4d1ef71dc065ef674154cbd0cf809be1fa3db0f3 (diff)
downloadhomebrew-ecd60fde776ef5d40e6e81328d87193e83a093b6.tar.bz2
geany 1.22
Closes #18005.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/geany.rb11
1 files changed, 9 insertions, 2 deletions
diff --git a/Library/Formula/geany.rb b/Library/Formula/geany.rb
index 8af95e525..9d77cd64c 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-0.21.tar.gz'
- sha256 'a1aa27d2f946ccca8a4e57faf0029cf6aa544d5d52f0170e017c137c33b4b67d'
+ url 'http://download.geany.org/geany-1.22.tar.gz'
+ sha1 '5c3fe16806debef457f78678cfe0a6528043a6ee'
depends_on :x11
depends_on 'pkg-config' => :build
@@ -11,6 +11,13 @@ 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.