diff options
| author | João Ventura | 2014-05-01 21:05:23 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-02 07:19:01 -0700 |
| commit | 2f6c39feb3a089bc39ad1ab225efe0a764c2271c (patch) | |
| tree | 09af95f56f8b062ba06407537466ace67de6f0a7 | |
| parent | c7e88f39136bbe536b5cd74008318e714a1c89b7 (diff) | |
| download | homebrew-2f6c39feb3a089bc39ad1ab225efe0a764c2271c.tar.bz2 | |
pyside 1.2.2
| -rw-r--r-- | Library/Formula/pyside.rb | 29 |
1 files changed, 3 insertions, 26 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index 54ae3b5f1..e32741322 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -2,9 +2,9 @@ require 'formula' class Pyside < Formula homepage 'http://www.pyside.org' - url 'https://download.qt-project.org/official_releases/pyside/pyside-qt4.8+1.2.1.tar.bz2' - mirror 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.2.1.tar.bz2' - sha1 'eec5bed37647dd8d3d1c7a610ad913312dd55910' + url 'https://download.qt-project.org/official_releases/pyside/pyside-qt4.8+1.2.2.tar.bz2' + mirror 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.2.2.tar.bz2' + sha1 '955e32d193d173faa64edc51111289cdcbe3b96e' head 'git://gitorious.org/pyside/pyside.git' @@ -77,26 +77,3 @@ class Pyside < Formula end end end - -__END__ -diff --git a/PySide/QtGui/CMakeLists.txt b/PySide/QtGui/CMakeLists.txt -index 7625634..6e14706 100644 ---- a/PySide/QtGui/CMakeLists.txt -+++ b/PySide/QtGui/CMakeLists.txt -@@ -403,7 +403,6 @@ ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtGui/qwizard_wrapper.cpp - ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtGui/qworkspace_wrapper.cpp - - ${SPECIFIC_OS_FILES} --${QPYTEXTOBJECT_MOC} - ${QtGui_46_SRC} - ${QtGui_47_SRC} - ${QtGui_OPTIONAL_SRC} -@@ -434,7 +433,7 @@ create_pyside_module(QtGui - QtGui_deps - QtGui_typesystem_path - QtGui_SRC -- "" -+ QPYTEXTOBJECT_MOC - ${CMAKE_CURRENT_BINARY_DIR}/typesystem_gui.xml) - - install(FILES ${pyside_SOURCE_DIR}/qpytextobject.h DESTINATION include/PySide/QtGui/) |
