Skip to content

Commit

Permalink
imlib2 1.4.7
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#38693.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
dunn authored and MikeMcQuaid committed Apr 16, 2015
1 parent 1795799 commit 1f263fc
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions Formula/imlib2.rb
@@ -1,10 +1,7 @@
require 'formula'

class Imlib2 < Formula
homepage 'http://sourceforge.net/projects/enlightenment/files/'
url 'https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.4.6/imlib2-1.4.6.tar.bz2'
sha1 '20e111d822074593e8d657ecf8aafe504e9e2967'
revision 1
homepage "http://sourceforge.net/projects/enlightenment/files/"
url "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.4.7/imlib2-1.4.7.tar.bz2"
sha256 "35d733ce23ad7d338cff009095d37e656cb8a7a53717d53793a38320f9924701"

bottle do
revision 1
Expand All @@ -15,11 +12,11 @@ class Imlib2 < Formula

deprecated_option "without-x" => "without-x11"

depends_on 'freetype'
depends_on 'libpng' => :recommended
depends_on "freetype"
depends_on "libpng" => :recommended
depends_on :x11 => :recommended
depends_on 'pkg-config' => :build
depends_on 'jpeg' => :recommended
depends_on "pkg-config" => :build
depends_on "jpeg" => :recommended

def install
args = %W[
Expand Down

0 comments on commit 1f263fc

Please sign in to comment.