Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt 6.0.4 #76670

Closed
wants to merge 7 commits into from
Closed

qt 6.0.4 #76670

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/qt-libiodbc.rb
@@ -1,8 +1,8 @@
class QtLibiodbc < Formula
desc "Qt SQL Database Driver"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.0/6.0.3/submodules/qtbase-everywhere-src-6.0.3.tar.xz"
sha256 "1a45b61c2a349964625c50e3ea40cbb309e269762dd0786397e0e18e7e10d394"
url "https://download.qt.io/official_releases/qt/6.0/6.0.4/submodules/qtbase-everywhere-src-6.0.4.tar.xz"
sha256 "c42757932d7cb264a043cc2a0eed30774d938f63db67bfff11d8e319c0c8799a"
license all_of: ["GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]

bottle do
Expand Down
4 changes: 2 additions & 2 deletions Formula/qt-mariadb.rb
@@ -1,8 +1,8 @@
class QtMariadb < Formula
desc "Qt SQL Database Driver"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.0/6.0.3/submodules/qtbase-everywhere-src-6.0.3.tar.xz"
sha256 "1a45b61c2a349964625c50e3ea40cbb309e269762dd0786397e0e18e7e10d394"
url "https://download.qt.io/official_releases/qt/6.0/6.0.4/submodules/qtbase-everywhere-src-6.0.4.tar.xz"
sha256 "c42757932d7cb264a043cc2a0eed30774d938f63db67bfff11d8e319c0c8799a"
license all_of: ["LGPL-2.1-only", "LGPL-3.0-only"]

bottle do
Expand Down
4 changes: 2 additions & 2 deletions Formula/qt-mysql.rb
@@ -1,8 +1,8 @@
class QtMysql < Formula
desc "Qt SQL Database Driver"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.0/6.0.3/submodules/qtbase-everywhere-src-6.0.3.tar.xz"
sha256 "1a45b61c2a349964625c50e3ea40cbb309e269762dd0786397e0e18e7e10d394"
url "https://download.qt.io/official_releases/qt/6.0/6.0.4/submodules/qtbase-everywhere-src-6.0.4.tar.xz"
sha256 "c42757932d7cb264a043cc2a0eed30774d938f63db67bfff11d8e319c0c8799a"
license all_of: ["LGPL-2.1-only", "LGPL-3.0-only"]

bottle do
Expand Down
4 changes: 2 additions & 2 deletions Formula/qt-percona-server.rb
@@ -1,8 +1,8 @@
class QtPerconaServer < Formula
desc "Qt SQL Database Driver"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.0/6.0.3/submodules/qtbase-everywhere-src-6.0.3.tar.xz"
sha256 "1a45b61c2a349964625c50e3ea40cbb309e269762dd0786397e0e18e7e10d394"
url "https://download.qt.io/official_releases/qt/6.0/6.0.4/submodules/qtbase-everywhere-src-6.0.4.tar.xz"
sha256 "c42757932d7cb264a043cc2a0eed30774d938f63db67bfff11d8e319c0c8799a"
license all_of: ["LGPL-2.1-only", "LGPL-3.0-only"]

bottle do
Expand Down
4 changes: 2 additions & 2 deletions Formula/qt-postgresql.rb
@@ -1,8 +1,8 @@
class QtPostgresql < Formula
desc "Qt SQL Database Driver"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.0/6.0.3/submodules/qtbase-everywhere-src-6.0.3.tar.xz"
sha256 "1a45b61c2a349964625c50e3ea40cbb309e269762dd0786397e0e18e7e10d394"
url "https://download.qt.io/official_releases/qt/6.0/6.0.4/submodules/qtbase-everywhere-src-6.0.4.tar.xz"
sha256 "c42757932d7cb264a043cc2a0eed30774d938f63db67bfff11d8e319c0c8799a"
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]

bottle do
Expand Down
4 changes: 2 additions & 2 deletions Formula/qt-unixodbc.rb
@@ -1,8 +1,8 @@
class QtUnixodbc < Formula
desc "Qt SQL Database Driver"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.0/6.0.3/submodules/qtbase-everywhere-src-6.0.3.tar.xz"
sha256 "1a45b61c2a349964625c50e3ea40cbb309e269762dd0786397e0e18e7e10d394"
url "https://download.qt.io/official_releases/qt/6.0/6.0.4/submodules/qtbase-everywhere-src-6.0.4.tar.xz"
sha256 "c42757932d7cb264a043cc2a0eed30774d938f63db67bfff11d8e319c0c8799a"
license all_of: ["GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]

bottle do
Expand Down
24 changes: 12 additions & 12 deletions Formula/qt.rb
@@ -1,10 +1,9 @@
class Qt < Formula
desc "Cross-platform application and UI framework"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.0/6.0.3/single/qt-everywhere-src-6.0.3.tar.xz"
sha256 "ca4a97439443dd0b476a47b284ba772c3b1b041a9eef733e26a789490993a0e3"
url "https://download.qt.io/official_releases/qt/6.0/6.0.4/single/qt-everywhere-src-6.0.4.tar.xz"
sha256 "677db6472420f9046b16f7c0d0aa15c4f11f344462a6374feb860625c12fc72b"
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
revision 2
head "https://code.qt.io/qt/qt5.git", branch: "dev", shallow: false

# The first-party website doesn't make version information readily available,
Expand All @@ -24,9 +23,9 @@ class Qt < Formula
depends_on "cmake" => [:build, :test]
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on xcode: [:build, :test]

depends_on "assimp"
depends_on "brotli"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to change this?

-no-feature-brotli

depends_on "dbus"
depends_on "double-conversion"
depends_on "freetype"
Expand All @@ -49,19 +48,19 @@ class Qt < Formula
uses_from_macos "perl"
uses_from_macos "zlib"

resource "qtimageformats" do
url "https://download.qt.io/official_releases/additional_libraries/6.0/6.0.3/qtimageformats-everywhere-src-6.0.3.tar.xz"
sha256 "327580b5a5b9a8d75e869c0eaa7ff34881bbde4e4ccc51d07a59e96054136837"
resource "qt3d" do
url "https://download.qt.io/official_releases/additional_libraries/6.0/6.0.4/qt3d-everywhere-src-6.0.4.tar.xz"
sha256 "d6970593f4ab2d94c7beedf217ce4456c69f647251aa661a7de3a6ccf1b618ff"
end

resource "qt3d" do
url "https://download.qt.io/official_releases/additional_libraries/6.0/6.0.3/qt3d-everywhere-src-6.0.3.tar.xz"
sha256 "470f95c559b68cc8faa982c1ca7ff83054d6802f7b2a0c1d960a155b92080cf9"
resource "qtimageformats" do
url "https://download.qt.io/official_releases/additional_libraries/6.0/6.0.4/qtimageformats-everywhere-src-6.0.4.tar.xz"
sha256 "c284b2eb413a7cf62ba7168c693b7498539fc41dfd9f29dd3ce5c5b46d8d1073"
end

resource "qtnetworkauth" do
url "https://download.qt.io/official_releases/additional_libraries/6.0/6.0.3/qtnetworkauth-everywhere-src-6.0.3.tar.xz"
sha256 "124bf433e2c5418e900a5947d4ceb128ee179f514eddcea33924f0b695be64ed"
url "https://download.qt.io/official_releases/additional_libraries/6.0/6.0.4/qtnetworkauth-everywhere-src-6.0.4.tar.xz"
sha256 "108c761dde84c346a292e875a24bfba7a0e1d0ea3e0238149fe9ac11a3de92e9"
end

def install
Expand Down Expand Up @@ -203,6 +202,7 @@ def install
system "make"
system "./test"

ENV.delete "CPATH"
system bin/"qmake", testpath/"test.pro"
system "make"
system "./test"
Expand Down