~ubuntu-branches/ubuntu/raring/synaptiks/raring-updates

« back to all changes in this revision

Viewing changes to tests/buildbindings/pyqt.mk

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-02-18 16:40:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218164044-7rwrh3jc31senu6e
Tags: 0.8.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add transitional package kcm-touchpad.
  - Add kde-config-touchpad.install as it's not a single binary package.
  - Compress binary package with lzma.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
$(call enable-bindings,sip qt-base)
2
2
 
3
 
pyqt = PyQt-x11-gpl-4.8.5
 
3
pyqt = PyQt-x11-gpl-4.9
4
4
pyqtarchive = $(pyqt).tar.gz
5
5
pyqturl = $(pyqtdownloads)/PyQt4/$(pyqt).tar.gz
6
6
# PyQt doesn't wrap QtUiTools module from Qt
13
13
$(call prepare,$(pyqturl),$(pyqt).tar.gz,$(pyqt))
14
14
 
15
15
build-pyqt : sip $(call builddir,$(pyqt))
16
 
        $(call sipconfigure,$(pyqt)) --confirm-license --concatenate \
 
16
        $(call sipconfigure,$(pyqt)) --confirm-license \
17
17
                --no-designer-plugin --no-sip-files --no-qsci-api \
18
18
                --qmake $(QMAKE) \
19
19
                $(foreach mod,$(pyqt-enabled-modules),--enable $(mod))