summaryrefslogtreecommitdiff
path: root/kde-misc/pate/files/pate-pyqt.patch
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-13 21:58:17 +1100
committerMichael Palimaka <kensington@gentoo.org>2013-02-13 21:58:17 +1100
commit01988a1fb1ae184dde7abf8f6d05ba7f8d24007a (patch)
tree5050028baac5144ee0b797ff22162901dda06a0d /kde-misc/pate/files/pate-pyqt.patch
parent400c86b7146ab8a1caa8fc1aa80bb9facca7107d (diff)
downloadkde-01988a1fb1ae184dde7abf8f6d05ba7f8d24007a.tar.gz
kde-01988a1fb1ae184dde7abf8f6d05ba7f8d24007a.tar.bz2
kde-01988a1fb1ae184dde7abf8f6d05ba7f8d24007a.zip
[kde-misc/pate] Remove package since it is now part of KDE/4.10.
Diffstat (limited to 'kde-misc/pate/files/pate-pyqt.patch')
-rw-r--r--kde-misc/pate/files/pate-pyqt.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/kde-misc/pate/files/pate-pyqt.patch b/kde-misc/pate/files/pate-pyqt.patch
deleted file mode 100644
index 79197f787ea..00000000000
--- a/kde-misc/pate/files/pate-pyqt.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c892cbd..5ff3d05 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -36,7 +36,14 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${SIP_INCLUDE_DIR} ${PYTHON_INCL
- set(SIP_INCLUDES ${PYQT4_SIP_DIR} ${PYKDE4_SIP_DIR} sip/kate)
- set(SIP_CONCAT_PARTS 1)
- set(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG} ${PYKDE4_VERSION_TAG})
--set(SIP_EXTRA_OPTIONS -g)
-+
-+if(PYQT4_VERSION LESS "040905")
-+ set(SIP_EXTRA_OPTIONS -g)
-+else (PYQT4_VERSION LESS "040905")
-+ # Disable QVector<int> for newer PyQt
-+ set(SIP_EXTRA_OPTIONS -g -x PyKDE_QVector)
-+endif(PYQT4_VERSION LESS "040905")
-+
- add_sip_python_module(PyKDE4.kate sip/kate/katemod.sip ${KDE4_KTEXTEDITOR_LIBS} kateinterfaces)
-
-