Skip to content

Commit

Permalink
removed revision bumps for gdk-pixbuf and gnome-icon-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj authored and MikeMcQuaid committed Jun 17, 2015
1 parent 203d5a7 commit f22001f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Formula/gdk-pixbuf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class GdkPixbuf < Formula
homepage 'http://gtk.org'
url 'http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.8.tar.xz'
sha256 '4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be'
revision 1

bottle do
revision 1
Expand Down
2 changes: 0 additions & 2 deletions Formula/gnome-icon-theme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ class GnomeIconTheme < Formula
homepage "https://developer.gnome.org"
url "https://download.gnome.org/sources/adwaita-icon-theme/3.16/adwaita-icon-theme-3.16.2.1.tar.xz"
sha256 "b4556dfbf555d4fac12d4d5c12f7519de0d43ec42a1b649611439a50bf7acb96"
revision 1

bottle do
cellar :any
Expand All @@ -20,7 +19,6 @@ class GnomeIconTheme < Formula
depends_on "librsvg"

def install
ENV["GDK_PIXBUF_MODULEDIR"]="#{HOMEBREW_PREFIX}/lib/gdk-pixbuf-2.0/2.10.0/loaders"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"GTK_UPDATE_ICON_CACHE=#{Formula["gtk+3"].opt_bin}/gtk3-update-icon-cache"
Expand Down

0 comments on commit f22001f

Please sign in to comment.