Re: Review Request 119339: Copy updates for PyQt4 build system changes from kdelilbs to e-c-m

2014-07-17 Thread Scott Kitterman
, but it's identical to the kdelibs change. Thanks, Scott Kitterman ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.kde.org/mailman/listinfo/kde-buildsystem

Re: Review Request 119339: Copy updates for PyQt4 build system changes from kdelilbs to e-c-m

2014-07-17 Thread Scott Kitterman
rom the latest. - Scott --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119339/#review62589 --- On July 17, 2014, 2:54 p.

Review Request 119339: Copy updates for PyQt4 build system changes from kdelilbs to e-c-m

2014-07-17 Thread Scott Kitterman
e in e-c-m prior to work to make the module work for either PyQt4 or PyQt5. Diffs - Diff: https://git.reviewboard.kde.org/r/119339/diff/ Testing --- No additional testing done for this change, but it's identical to the kdelibs change. Thanks,

Re: Review Request 119302: Make FindPyQt4 work with PyQt's new build system.

2014-07-16 Thread Scott Kitterman
> On July 16, 2014, 1:42 a.m., Scott Kitterman wrote: > > This is the method used in qscintilla2's configure.py (which upstream has > > generally endorsed): > > > > #! /usr/bin/python > > > > import sys > > import os > > > > if s

Re: Review Request 119302: Make FindPyQt4 work with PyQt's new build system.

2014-07-15 Thread Scott Kitterman
> On July 16, 2014, 1:42 a.m., Scott Kitterman wrote: > > This is the method used in qscintilla2's configure.py (which upstream has > > generally endorsed): > > > > #! /usr/bin/python > > > > import sys > > import os > > > > if s

Re: Review Request 119302: Make FindPyQt4 work with PyQt's new build system.

2014-07-15 Thread Scott Kitterman
figure out if we're using PyQt4 or # PyQt5 isn't relevant to the question (QScintilla does do this, but it's not # germane). pyqt = 'PyQt4' if pyqt is not None: pyqt_sip_dir = os.path.join(py_sip_dir, pyqt) else: pyqt_sip_dir = None print(pyqt_sip_dir) # prints /us

Re: Review Request 119302: Make FindPyQt4 work with PyQt's new build system.

2014-07-15 Thread Scott Kitterman
, but I'm still sorting through the details. Upstream for PyQt refers to the configure.py for QScintilla2 as a sample for how things should be done in the new world order and it appears to determine it. I'll provide details shortly.. - Scott Kitterman On July 15, 2014, 9:19 p.m., Ra

Re: Release Script

2012-07-05 Thread Scott Kitterman
On Tuesday, July 03, 2012 07:25:13 PM Michael Jansen wrote: > > I do not disagree here, BUT have in mind that since we have private > > packages (used/tested by distro packagers before the release actually > > happens) so YOU is a broad term including the packagers. > > > > > > > > > For KDE would

Re: KDE 4.7 Beta1 (4.6.80) tarballs uploaded (try#1)

2011-05-26 Thread Scott Kitterman
Kevin Kofler wrote: >On Sunday 22 May 2011, Alexander Neundorf wrote: >> So, what I'm doing right now for kdesupport is to create one >> CMakeLists.txt, which contains all the contained projects (automoc4, >> phonon, attica, akonadi, ...) via the externalproject()-feature from >> CMake. >> What i