Commit Graph

65 Commits (6a81ed001251fdd6b8709d27d5d0431e4f031495)

Author SHA1 Message Date
Mike McQuaid 351569e5e0 qt5: update 5.3.1 bottle. 2014-06-26 08:28:58 +01:00
Mike McQuaid 172ea12fd8 qt5 5.3.1
Closes Homebrew/homebrew#30445.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26 08:28:34 +01:00
Jack Nagel 9ebe66e570 Explicitly mark Xcode deps as build-time deps 2014-05-30 15:35:03 -05:00
Jack Nagel 40591369d4 Remove more code that cannot possibly execute
build.with? requires the option to be defined.
2014-05-22 21:24:26 -05:00
Jack Nagel 6560a72055 qt5: depends on Xcode at build-time
Closes Homebrew/homebrew#29503.
2014-05-22 19:02:40 -05:00
Jack Nagel 265d9ddeed qt5: update bottles 2014-05-22 15:42:08 -05:00
Christian Moritz 0491b241f8 qt5 5.3.0
Closes Homebrew/homebrew#29472.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-22 15:40:28 -05:00
Jack Nagel 9a7fe8a1cf qt5: remove CoreFoundation workaround 2014-05-21 18:31:14 -05:00
Jack Nagel c0beaaf287 qt, qt5: remove legacy X11 cruft 2014-05-07 10:25:23 -05:00
Adam Vandenberg 87024c20cb qt5: style nit-pick 2014-04-19 15:53:32 -07:00
BrewTestBot bb91a21c4e qt5: update 5.2.1 bottle.
Closes Homebrew/homebrew#28247.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-16 09:36:23 +01:00
Nikolaus Demmel 4651a7e875 qt5: Remove the saved superenv pkg-config setup.
- Qt saves the pkg-config setup from compile time (PKG_CONFIG_LIBDIR). Remove
   this after in `install`. This way pkg-config called from with qmake will be
   controlled by the user's setup.
 - Adresses second half of https://github.com/Homebrew/homebrew/issues/27184
2014-04-16 09:36:23 +01:00
Jack Nagel 7c595866b8 qt5: use install_symlink 2014-03-25 22:36:45 -05:00
Mike McQuaid eefdf6b3f3 formulae: fix with/without usage.
Closes Homebrew/homebrew#27275.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08 00:54:35 +00:00
BrewTestBot 99468445ee qt5: update 5.2.1 bottle.
Closes Homebrew/homebrew#27254.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-06 10:02:22 +00:00
Stefan Hajnoczi a16dd08e02 qt5: add pkg-config build dependency
When pkg-config is not available at build-time, it is permanently disabled.
This means qmake link_pkgconfig.prf will not work as documented even if
pkg-config is available at run-time:
https://qt-project.org/faq/answer/does_qmake_have_support_for_pkg-config

Add a build-time dependency to the qt5 formula.

Closes Homebrew/homebrew#27184.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-06 10:02:22 +00:00
Adam Vandenberg e357890c79 qt5: use Formula[] 2014-02-27 08:21:25 -08:00
Jack Nagel 8c0ddcea69 qt5: use shallow clone option 2014-02-14 17:02:11 -05:00
Harald Fernengel 67543c5d53 qt5: use -dbus-linked when building with dbus.
This fixes the issue that Qt 5 doesn't find the D-Bus libraries when
Homebrew is installed in a non-standard prefix.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>

Closes Homebrew/homebrew#26550.
2014-02-10 09:19:00 +00:00
BrewTestBot 902e17911c qt5: add 5.2.1 bottle.
Closes Homebrew/homebrew#26546.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 15:27:19 +00:00
Harald Fernengel 2fff0460e7 qt5 5.2.1
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 15:26:48 +00:00
BrewTestBot 6e73b5258c qt5: update 5.2.0 bottle.
Closes Homebrew/homebrew#25979.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-17 14:32:03 +00:00
Christian Moritz fed96c525a qt5: fix macdeployqt plugins path.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-17 14:31:48 +00:00
Mike McQuaid badbed86aa Revert "qt5: add qtscript libc++ patch"
This reverts commit 5b9142314b9c03e936a21afa3064eeade5a73c33.
2014-01-11 19:37:42 +00:00
Mike McQuaid 623ace9058 qt5: add qtscript libc++ patch
Fixes Homebrew/homebrew#25348.
2014-01-07 10:51:40 +00:00
BrewTestBot 3e124ca6f4 qt5: update 5.2.0 bottle. 2014-01-03 15:15:27 +00:00
Mike McQuaid 01034cc509 qt5: use non-system jpeg, png.
Fixes Homebrew/homebrew#21255.
2014-01-03 13:55:48 +00:00
Nils Fenner d63114d834 qt5: fix doc installation.
Closes Homebrew/homebrew#25414.
Closes Homebrew/homebrew#25550.
Closes Homebrew/homebrew#25553.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-30 21:45:35 +00:00
Nils Fenner 7b4e8fd394 qt5: fix optionally building docs.
Closes Homebrew/homebrew#25414.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-23 18:35:20 +00:00
Nils Fenner c1a6e63200 qt5: don't build tests.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-23 18:35:13 +00:00
BrewTestBot 24be2c61d4 qt5: update 5.2.0 bottle.
Closes Homebrew/homebrew#25165.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-13 18:54:19 +00:00
Harald Fernengel f1feff4d89 qt5 5.2.0
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-13 18:54:19 +00:00
Anthony Ramine adf7d5d028 qt5: fix HEAD build.
Closes Homebrew/homebrew#23890.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-07 10:38:54 +00:00
Mike McQuaid 4921a683e5 qt, qt5: fix ARGV audit warning. 2013-09-27 17:46:27 +01:00
Mike McQuaid 2d1834ccf2 qt5: update bottles. 2013-09-27 15:29:45 +01:00
Martin Fitzpatrick a295a3e0fe qt5: fix install_name_tool rules for PyQt.
Closes Homebrew/homebrew#22844.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-27 15:25:16 +01:00
Mike McQuaid 299817999d qt5: update bottles. 2013-09-23 17:31:43 +01:00
Martin Fitzpatrick aa1136554c qt5 5.1.1
Closes Homebrew/homebrew#22756.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-23 17:30:56 +01:00
Mike McQuaid 6b604f996f qt, qt5: cleanup hacky, unused, misnamed options.
Closes Homebrew/homebrew#22321.
Closes Homebrew/homebrew#22332.
2013-09-07 13:37:12 +01:00
Samuel John 558fa32f59 qt5: bottles 2013-08-09 18:37:03 +02:00
Samuel John 2c6541aa41 qt5: Fix link for non in-place builds
Qt5 5.1.0 links two Webkit related libs into the temporary build dir.

Upstream:
https://bugreports.qt-project.org/browse/QTBUG-32417

Fixes Homebrew/homebrew#20020
2013-08-09 18:37:02 +02:00
Samuel John a0a0fce6cb qt5: Default to build in-place and preserve the src
Needed for debug symbols.
PySide needs the source for documentation generation.
Closes Homebrew/homebrew#20020
2013-08-08 12:03:32 +02:00
Jack Nagel 062fe9d8e4 qt, qt5: use X11 path helpers 2013-08-05 18:17:00 -05:00
Mike McQuaid bc1caae969 qt, qt5: fix universal ENV placement. 2013-08-04 16:50:33 -07:00
Mike McQuaid 7a3cfb30dc qt5: add bottles.
Fixes Homebrew/homebrew#21514.
2013-08-04 16:34:57 -07:00
Mike McQuaid c105273f22 qt, qt5: fix universal builds with superenv.
Fixes Homebrew/homebrew#21534.
2013-08-04 16:34:56 -07:00
Mike McQuaid b012283537 qt, qt5: use stdenv for universal builds.
Fixes Homebrew/homebrew#21534.
2013-08-04 08:30:14 -07:00
Mike McQuaid d3f7250ff7 qt, qt5: don't depend on png, jpeg.
Closes Homebrew/homebrew#21255.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-17 17:38:22 -07:00
Mike McQuaid 505ed073bc qt, qt5: use opt_prefix with d-bus.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-17 17:38:22 -07:00
Samuel John 2ec9228b9b qt5: Fix dbus
Fix Homebrew/homebrew#21221
2013-07-15 17:30:27 +02:00