libetonyek 0.1.2
no need for libwpd as of version 0.1.0. glm dep is new as of 0.1.2. Closes Homebrew/homebrew#40055. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
4384350ad2
commit
64b98de43f
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
||||||
require "formula"
|
|
||||||
|
|
||||||
class Libetonyek < Formula
|
class Libetonyek < Formula
|
||||||
homepage "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
|
homepage "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
|
||||||
url "http://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.1.tar.xz"
|
url "http://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.2.tar.xz"
|
||||||
sha1 "024fd730b062d1df54de0352323d03d011e59277"
|
sha256 "58d078a76c3fd839c282244a1a7dabca81cef64be086a5c7d8470bb64208da39"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
@ -15,8 +13,8 @@ class Libetonyek < Formula
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "boost" => :build
|
depends_on "boost" => :build
|
||||||
depends_on "libwpd"
|
|
||||||
depends_on "librevenge"
|
depends_on "librevenge"
|
||||||
|
depends_on "glm"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--without-docs",
|
system "./configure", "--without-docs",
|
||||||
|
|
Loading…
Reference in a new issue