Skip to content

Commit

Permalink
gtkspell3: add missing build dep gtk-doc and license (#78388)
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m authored May 30, 2021
1 parent d33b8a2 commit f524470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/gtkspell3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Gtkspell3 < Formula
homepage "https://gtkspell.sourceforge.io/"
url "https://downloads.sourceforge.net/project/gtkspell/3.0.10/gtkspell3-3.0.10.tar.xz"
sha256 "b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732"
license "GPL-2.0-or-later"
revision 3

bottle do
Expand All @@ -16,6 +17,7 @@ class Gtkspell3 < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "gobject-introspection" => :build
depends_on "gtk-doc" => :build
depends_on "intltool" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
Expand Down

0 comments on commit f524470

Please sign in to comment.