aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-11 10:29:06 -0700
committerAdam Vandenberg2014-05-11 11:28:12 -0700
commit94874cdd08b4da23e3aaab03e6698ed33cdeb8b5 (patch)
tree0f828497696bf186f0eb278f3e54cd8b6e1b4041 /Library/Formula
parent576b86c3bffcec3c203aa9693d89d02787458d92 (diff)
downloadhomebrew-94874cdd08b4da23e3aaab03e6698ed33cdeb8b5.tar.bz2
gnome-icon-theme 3.12.0
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnome-icon-theme.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/gnome-icon-theme.rb b/Library/Formula/gnome-icon-theme.rb
index f48d1c0da..375681872 100644
--- a/Library/Formula/gnome-icon-theme.rb
+++ b/Library/Formula/gnome-icon-theme.rb
@@ -2,15 +2,14 @@ require "formula"
class GnomeIconTheme < Formula
homepage "https://developer.gnome.org"
- url "http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.10/gnome-icon-theme-3.10.0.tar.xz"
- sha256 "c65472b5846c67b97fe75200c5180faccd1347a04caa8390fc0ad23de75b36f6"
+ url "http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.12/gnome-icon-theme-3.12.0.tar.xz"
+ sha1 "cc0f0dc55db3c4ca7f2f34564402f712807f1342"
- depends_on "xz" => :build
depends_on "pkg-config" => :build
+ depends_on "gettext" => :build
+ depends_on "gtk+" => :build # for gtk-update-icon-cache
+ depends_on "icon-naming-utils" => :build
depends_on "intltool" => :build
- depends_on "gettext"
- depends_on "gtk+" # for gtk-update-icon-cache
- depends_on "icon-naming-utils"
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",