diff --git a/Formula/kde-extra-cmake-modules.rb b/Formula/extra-cmake-modules.rb similarity index 69% rename from Formula/kde-extra-cmake-modules.rb rename to Formula/extra-cmake-modules.rb index f17972ba4a5..ec071bf7e46 100644 --- a/Formula/kde-extra-cmake-modules.rb +++ b/Formula/extra-cmake-modules.rb @@ -1,4 +1,4 @@ -class KdeExtraCmakeModules < Formula +class ExtraCmakeModules < Formula desc "Extra modules and scripts for CMake" homepage "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html" url "https://download.kde.org/stable/frameworks/5.79/extra-cmake-modules-5.79.0.tar.xz" @@ -14,13 +14,6 @@ class KdeExtraCmakeModules < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end - bottle do - sha256 cellar: :any_skip_relocation, arm64_big_sur: "b037f9a37b5602092d85b8af767ad3f46d970c295aff9bf4b55ca21ecdfd11c0" - sha256 cellar: :any_skip_relocation, big_sur: "fc8d6944b8c8900f3fb464cc8f4589bec834d6b7ab9adbce8b380dcf8d7bc00b" - sha256 cellar: :any_skip_relocation, catalina: "6461611d4f810ef660c4554eadb4f708fe1f952458d2cd374a8200e36895f1cc" - sha256 cellar: :any_skip_relocation, mojave: "daccf07232ea1f687e2f20b0f86823f7ebf421da92f1f4e7608c5197f556ead4" - end - depends_on "cmake" => [:build, :test] depends_on "qt@5" => :build depends_on "sphinx-doc" => :build diff --git a/formula_renames.json b/formula_renames.json index b7be8b6beac..db6e7065dad 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -68,6 +68,7 @@ "juju2": "juju", "juju@2.0": "juju", "jupyter": "jupyterlab", + "kde-extra-cmake-modules": "extra-cmake-modules", "kibana@6.8": "kibana@6", "kibana@7.8": "kibana@7", "kotlin-compiler": "kotlin",