Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
geany 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 30, 2013
1 parent 5bc7a10 commit 5478650
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions Library/Formula/geany.rb
Expand Up @@ -2,28 +2,18 @@

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
depends_on 'intltool' => :build
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
Expand Down

0 comments on commit 5478650

Please sign in to comment.