gtk-murrine-engine went quartz
revision bump audit --strict compliance
This commit is contained in:
parent
ffb488fe54
commit
8cb3dedf26
1 changed files with 13 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue