gtkdatabox 0.9.3.0
Closes #7327. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
329b50fd58
commit
694db40c23
1 changed files with 2 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
||||||
class Gtkdatabox < Formula
|
class Gtkdatabox < Formula
|
||||||
desc "Widget for live display of large amounts of changing data"
|
desc "Widget for live display of large amounts of changing data"
|
||||||
homepage "https://sourceforge.net/projects/gtkdatabox/"
|
homepage "https://sourceforge.net/projects/gtkdatabox/"
|
||||||
url "https://downloads.sourceforge.net/project/gtkdatabox/gtkdatabox/0.9.2.0/gtkdatabox-0.9.2.0.tar.gz"
|
url "https://downloads.sourceforge.net/project/gtkdatabox/gtkdatabox/0.9.3.0/gtkdatabox-0.9.3.0.tar.gz"
|
||||||
sha256 "745a6843e8f790504a86ad1b8642e1a9e595d75586215e0d2cb2f0bf0a324040"
|
sha256 "1f426b525c31a9ba8bf2b61084b7aef89eaed11f8d0b2a54bde467da16692ff2"
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
@ -19,12 +18,6 @@ class Gtkdatabox < Formula
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-dependency-tracking",
|
system "./configure", "--disable-dependency-tracking",
|
||||||
"--prefix=#{prefix}"
|
"--prefix=#{prefix}"
|
||||||
# We need to re-enable deprecated features of gtk
|
|
||||||
# in order to build without errors
|
|
||||||
# Will be fixed in the next upstream release
|
|
||||||
inreplace "gtk/Makefile", "-DGTK_DISABLE_DEPRECATED", ""
|
|
||||||
inreplace "examples/Makefile", "-DGTK_DISABLE_DEPRECATED", ""
|
|
||||||
|
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue