gtk-murrine-engine went quartz

revision bump
audit --strict compliance
This commit is contained in:
Tom Schoonjans 2015-05-20 11:05:33 +01:00 committed by Mike McQuaid
parent ffb488fe54
commit 8cb3dedf26

View file

@ -1,15 +1,14 @@
require 'formula'
class GtkMurrineEngine < Formula
desc "Murrine GTK+ engine"
homepage 'https://github.com/GNOME/murrine'
url 'http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-0.98.2.tar.xz'
sha1 'ddaca56b6e10736838572014ae9d20b814242615'
homepage "https://github.com/GNOME/murrine"
url "https://download.gnome.org/sources/murrine/0.98/murrine-0.98.2.tar.xz"
sha256 "e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89"
revision 1
depends_on 'intltool' => :build
depends_on 'pkg-config' => :build
depends_on 'gtk+'
depends_on 'gettext'
depends_on "intltool" => :build
depends_on "pkg-config" => :build
depends_on "gtk+"
depends_on "gettext"
def install
system "./configure", "--disable-dependency-tracking",
@ -17,4 +16,9 @@ class GtkMurrineEngine < Formula
"--enable-animation"
system "make", "install"
end
test do
assert (lib/"gtk-2.0/2.10.0/engines/libmurrine.so").exist?
assert (share/"gtk-engines/murrine.xml").exist?
end
end