kdoctools: renamed from kde-kdoctools

master
Dawid Wróbel 2021-03-18 21:11:14 -04:00 committed by Carlo Cabrera
parent 6b4a08483c
commit e4d3570d3b
3 changed files with 5 additions and 12 deletions

View File

@ -1 +0,0 @@
../Formula/kde-kdoctools.rb

View File

@ -1,4 +1,4 @@
class KdeKdoctools < Formula
class Kdoctools < Formula
desc "Create documentation from DocBook"
homepage "https://api.kde.org/frameworks/kdoctools/html/index.html"
url "https://download.kde.org/stable/frameworks/5.79/kdoctools-5.79.0.tar.xz"
@ -12,21 +12,14 @@ class KdeKdoctools < Formula
revision 1
head "https://invent.kde.org/frameworks/kdoctools.git"
bottle do
sha256 arm64_big_sur: "a0dda5a815bee9fb1dda9d0ff3e7403bd98f3829b4d212d8530da3759ae3c324"
sha256 big_sur: "1a0d37dccc89e6cb718310025b98dffb8f17f968eb3990d068dd84732516a86a"
sha256 catalina: "8392330a5b273dece3886f0bb7e2b4fe1c2a02ca61d00822127335c51d8072b0"
sha256 mojave: "7e07c4f0dcae593a2a8aec84484360c581d8a244aea39660075f4c30a3362175"
end
depends_on "cmake" => [:build, :test]
depends_on "docbook-xsl" => [:build, :test]
depends_on "doxygen" => :build
depends_on "extra-cmake-modules" => [:build, :test]
depends_on "gettext" => :build
depends_on "kde-extra-cmake-modules" => [:build, :test]
depends_on "kde-ki18n" => :build
depends_on "ki18n" => :build
depends_on "kde-karchive"
depends_on "karchive"
uses_from_macos "libxml2"
uses_from_macos "libxslt"

View File

@ -70,6 +70,7 @@
"jupyter": "jupyterlab",
"kde-extra-cmake-modules": "extra-cmake-modules",
"kde-karchive": "karchive",
"kde-kdoctools": "kdoctools",
"kde-ki18n": "ki18n",
"kibana@6.8": "kibana@6",
"kibana@7.8": "kibana@7",