Closed cartr closed 7 years ago
There appears to be a bug in Homebrew (https://github.com/Homebrew/brew/issues/1770) that causes brew upgrade
to misbehave if the upgrading user has any formula that depends on cartr/qt4/qt
installed. I'll wait until that's resolved to merge this.
@cartr Your HOMEBREW_VERSION is badly updated which is going to cause you a bunch of bugs.
Closing without merging, as now that documentation for different versions of formulae is available I should definitely call this qt@4
.
This pull request implements the changes @MikeMcQuaid requests in #5 to ensure this tap doesn't have a name collision with the core formulae (see https://github.com/Homebrew/homebrew-core/pull/8334).
It'll get merged once I get the chance to fully test it.
brew migrate qt4
andbrew migrate pyqt4
with an existing installation ofqt
andpyqt
from the tap result in a working installation.cartr/qt4/qt
correctly installscartr/qt4/qt4
. (it doesn't, see https://github.com/Homebrew/brew/issues/1770)cartr/qt4/pyqt
correctly installscartr/qt4/pyqt4
brew install cartr/qt4/qt
still does something sensible (it installscartr/qt4/qt4
)cartr/qt4/qt4
andcartr/qt4/pyqt4
work correctly.puddletag
)