gnome-icon-theme 3.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d242a99c7b
commit
0d3bcbd8e7
1 changed files with 20 additions and 0 deletions
20
Formula/gnome-icon-theme.rb
Normal file
20
Formula/gnome-icon-theme.rb
Normal file
|
@ -0,0 +1,20 @@
|
|||
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"
|
||||
|
||||
depends_on "xz" => :build
|
||||
depends_on "pkg-config" => :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",
|
||||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue