aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyside.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pyside.rb')
-rw-r--r--Library/Formula/pyside.rb29
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/)