Skip to content

Commit

Permalink
qt: use lc
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperChalice committed Oct 18, 2023
1 parent fcde396 commit 8a211e4
Show file tree
Hide file tree
Showing 38 changed files with 132 additions and 14 deletions.
3 changes: 1 addition & 2 deletions Formula/qt/qt-3d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class Qt3d < Formula
head "https://code.qt.io/qt/qt3d.git", branch: "dev"

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
formula "qt"
end

bottle do
Expand Down
3 changes: 1 addition & 2 deletions Formula/qt/qt-base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class QtBase < Formula
head "https://code.qt.io/qt/qtbase.git", branch: "dev"

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
formula "qt"
end

bottle do
Expand Down
3 changes: 1 addition & 2 deletions Formula/qt/qt-charts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class QtCharts < Formula
head "https://code.qt.io/qt/qtcharts.git", branch: "dev"

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
formula "qt"
end

bottle do
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-coap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ class QtCoap < Formula
sha256 "9b3780860d124afce20ca6cc4a52cafe379288676f5f9e4050adb03c873320ca"
license "GPL-3.0-only" => { with: "Qt-GPL-exception-1.0" }

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-coap-6.4.0"
sha256 cellar: :any, monterey: "3f583f57b2f83f3bb70a0098804bfaf51e0465649d28e256a9eb0a7e037be673"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-connectivity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtConnectivity < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtconnectivity.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-connectivity-6.3.0"
sha256 cellar: :any, monterey: "59747ff4ff7c03b71fdd19419c71d3a5d69bb91589f2d7f08c2f2d84bd8b17b6"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-datavis3d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtDatavis3d < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtdatavis3d.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-datavis3d-6.3.0"
sha256 cellar: :any, monterey: "d3c6eb875e1325fefdee56d8423e59d1a9a0c3e222ebcd82436288e619597486"
Expand Down
3 changes: 1 addition & 2 deletions Formula/qt/qt-declarative.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class QtDeclarative < Formula
head "https://code.qt.io/qt/qtdeclarative.git", branch: "dev"

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
formula "qt"
end

bottle do
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-doc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ class QtDoc < Formula
sha256 "cd2789cade3e865690f3c18df58ffbff8af74cc5f01faae50634c12eb52dd85b"
license "GFDL-1.3-only"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-doc-6.3.0"
sha256 cellar: :any_skip_relocation, monterey: "3a0f52dac2a4b84fefb070b65dbb30d74d8a3f00cbdfc2851ad68efd6704280c"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-graphs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtGraphs < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtgraphs.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-graphs-6.6.0"
sha256 cellar: :any, ventura: "2d0afc943f5b0bffc2606d12f3d5f32204d195ce05f7e9b6d48a5dfd5d10ab90"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-grpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ class QtGrpc < Formula
sha256 "589f4b368c6b5df3f9049ece9f9e99a67a700f5d78a8c21a7ae3798a4ace2ff3"
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-grpc-6.5.0"
sha256 cellar: :any, monterey: "d4ee22c62cda642617cfcb97a404bd05b26518e1d5358a835ecd0ca7066ac9b6"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-http-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class QtHttpServer < Formula
"GPL-3.0-only" => { with: "Qt-GPL-exception-1.0" },
]

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-http-server-6.4.0"
sha256 cellar: :any, monterey: "12f710c539ff9d2087da6672f219350b26407da2e9f83f24c13c87dc114689f1"
Expand Down
3 changes: 1 addition & 2 deletions Formula/qt/qt-imageformats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class QtImageformats < Formula
head "https://code.qt.io/qt/qtimageformats.git", branch: "dev"

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
formula "qt"
end

bottle do
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-language-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtLanguageServer < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtlanguageserver.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-language-server-6.3.0"
sha256 cellar: :any, monterey: "ab3728d547e2f15dc4e069f0f19ffb1bac95d1a1b76d930f4d76b56a5bfba56b"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-location.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ class QtLocation < Formula
sha256 "0ebfa7504958af45f7311e1a3d4f7a4eb395d937705f1e5475652c5f5a28c30c"
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-location-6.5.0"
sha256 cellar: :any, monterey: "497f203d7a674f8658948dedb818d9fbabcea18df33030aeacc8dc3c1d4ab884"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-lottie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtLottie < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtlottie.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-lottie-6.3.0"
sha256 cellar: :any, monterey: "73554ecfdc19a90f2800c6772e157a1d1d8b0febd1b2656df509f0ca1c472beb"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-mqtt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ class QtMqtt < Formula
sha256 "9820cfc2715cc37e35fabf64979027d740914f072521ffef53359a6bc5e2736a"
license "GPL-3.0-only" => { with: "Qt-GPL-exception-1.0" }

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-mqtt-6.4.0"
sha256 cellar: :any, monterey: "012c13021c765e04ada50a4d8c3761d7b6430eb904189810cb0da0454cd17b23"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-multimedia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtMultimedia < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtmultimedia.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-multimedia-6.4.0"
sha256 cellar: :any, monterey: "bc41883652834445c2f24f96158312b37d1538335263c36bec2dc52f029fa778"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-networkauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtNetworkauth < Formula
license "GPL-3.0-only"
head "https://code.qt.io/qt/qtnetworkauth.git", branch: "dev"

livecheck do
formula "qt"
end

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-positioning.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtPositioning < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtpositioning.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-positioning-6.5.0"
sha256 cellar: :any, monterey: "ed50dc11474df3fed2fe5c20d896ea069e275d0940104a3360534949ef2e0861"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-quick-effect-maker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ class QtQuickEffectMaker < Formula
sha256 "4b32c672cad0f7890f56a59486bd79cf8fa4ad208fb0f7c25e14e0aa2fb29cd7"
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-quick-effect-maker-6.5.0"
sha256 cellar: :any, monterey: "ea96faab71be443cd046103df1619fbec4d3955d3058ac18cd6c26b64e1740ec"
Expand Down
3 changes: 1 addition & 2 deletions Formula/qt/qt-quick-timeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class QtQuickTimeline < Formula
head "https://code.qt.io/qt/qtquicktimeline.git", branch: "dev"

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
formula "qt"
end

bottle do
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-quick3d-physics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ class QtQuick3dPhysics < Formula
"GPL-3.0-only" => { with: "Qt-GPL-exception-1.0" },
]

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-quick3d-physics-6.4.0"
sha256 cellar: :any, monterey: "df191a172a7aa09ba2a2d725df0784b6d5e1d9179086f2d7344bdc3fa3ea0dbe"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-quick3d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtQuick3d < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtquick3d.git", branch: "dev"

livecheck do
formula "qt"
end

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-remote-objects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtRemoteObjects < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtremoteobjects.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-remote-objects-6.3.0"
sha256 cellar: :any, monterey: "3e53c3b0596b1be934688344ea194f3c55323687648b7f16eb883d4ffdb4de92"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-scxml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtScxml < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtscxml.git", branch: "dev"

livecheck do
formula "qt"
end

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-sensors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtSensors < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtsensors.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-sensors-6.3.0"
sha256 cellar: :any, monterey: "30c8e097130a96be31c481ae0527ab27260ba25db7456f6c94da1ecbf4bdf4f5"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-serial-bus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtSerialBus < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtserialbus.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-serial-bus-6.3.0"
sha256 cellar: :any, monterey: "f736af17d5e3851b685a4eab5b4ef2e924b898d885363dfcd7456d3d999e7afc"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-serial-port.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtSerialPort < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtserialport.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-serial-port-6.5.0"
sha256 cellar: :any, monterey: "3f957af0781395bd30616d09ddd5c10db6132c9b2d6b67416302e5977e12675c"
Expand Down
4 changes: 2 additions & 2 deletions Formula/qt/qt-shader-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ class QtShaderTools < Formula
head "https://code.qt.io/qt/qtshadertools.git", branch: "dev"

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
formula "qt"
end

Check failure on line 12 in Formula/qt/qt-shader-tools.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

Layout/TrailingWhitespace: Trailing whitespace detected.

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-shader-tools-6.6.0"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-speech.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class QtSpeech < Formula
"GPL-3.0-only" => { with: "Qt-GPL-exception-1.0" },
]

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-speech-6.4.0"
sha256 cellar: :any, monterey: "aec1fc2eca0f596f1c0b73a4c560d7126409a768e341d3b3e768765a777e997c"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-svg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtSvg < Formula
license all_of: ["GPL-2.0-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtsvg.git", branch: "dev"

livecheck do
formula "qt"
end

livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtTools < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qttools.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-tools-6.3.0"
sha256 cellar: :any, monterey: "7a247424d5ba8f7a89818a9b242b8262f690a821f31fc056dd638d62c07c9b1a"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-translations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtTranslations < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qttranslations.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-translations-6.3.0"
sha256 cellar: :any_skip_relocation, monterey: "fa35504e5dee27bf686f0acebd538cf35ee6d2fc815971b89b6074b99dd72f8a"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-virtual-keyboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtVirtualKeyboard < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtvirtualkeyboard.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-virtual-keyboard-6.3.0"
sha256 cellar: :any, monterey: "cc4a50d32512ad30e215096300f9394aabdab71ec45597dd9193d2789887445e"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-web-channel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class QtWebChannel < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtwebchannel.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-web-channel-6.3.0"
sha256 cellar: :any, monterey: "e7eda4564daff1ad884d35eb6acd18925899007d0a9c394138829979f4e07b49"
Expand Down
4 changes: 4 additions & 0 deletions Formula/qt/qt-web-engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class QtWebEngine < Formula
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
head "https://code.qt.io/qt/qtwebengine.git", branch: "dev"

livecheck do
formula "qt"
end

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/qt-web-engine-6.2.0"
rebuild 1
Expand Down
Loading

0 comments on commit 8a211e4

Please sign in to comment.