summaryrefslogtreecommitdiff
path: root/qt5-tools
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-tools')
-rw-r--r--qt5-tools/icu.morph10
-rw-r--r--qt5-tools/qt3d.morph17
-rw-r--r--qt5-tools/qtbase.morph19
-rw-r--r--qt5-tools/qtdeclarative.morph16
-rw-r--r--qt5-tools/qtdoc.morph12
-rw-r--r--qt5-tools/qtgraphicaleffects.morph14
-rw-r--r--qt5-tools/qtimageformats.morph14
-rw-r--r--qt5-tools/qtjsbackend.morph14
-rw-r--r--qt5-tools/qtmultimedia.morph14
-rw-r--r--qt5-tools/qtquick1.morph16
-rw-r--r--qt5-tools/qtquickcontrols.morph16
-rw-r--r--qt5-tools/qtscript.morph15
-rw-r--r--qt5-tools/qtsensors.morph14
-rw-r--r--qt5-tools/qtserialport.morph14
-rw-r--r--qt5-tools/qtsvg.morph14
-rw-r--r--qt5-tools/qttools.morph17
-rw-r--r--qt5-tools/qttranslations.morph13
-rw-r--r--qt5-tools/qtwebkit-examples.morph15
-rw-r--r--qt5-tools/qtwebkit.morph19
-rw-r--r--qt5-tools/qtx11extras.morph14
-rw-r--r--qt5-tools/qtxmlpatterns.morph14
-rw-r--r--qt5-tools/ruby-1.8.morph11
-rw-r--r--qt5-tools/ruby-1.9.morph13
23 files changed, 335 insertions, 0 deletions
diff --git a/qt5-tools/icu.morph b/qt5-tools/icu.morph
new file mode 100644
index 00000000..5a32dd3c
--- /dev/null
+++ b/qt5-tools/icu.morph
@@ -0,0 +1,10 @@
+name: qt5-tools/icu.morph
+kind: chunk
+repo: upstream:icu
+ref: ba023548a3bff7277cbea4acade3042ce9d8949e
+configure-commands:
+- cd source; ./runConfigureICU Linux --prefix=/usr
+build-commands:
+- cd source; unset TARGET ; make
+install-commands:
+- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install
diff --git a/qt5-tools/qt3d.morph b/qt5-tools/qt3d.morph
new file mode 100644
index 00000000..88a1aebb
--- /dev/null
+++ b/qt5-tools/qt3d.morph
@@ -0,0 +1,17 @@
+name: qt5-tools/qt3d.morph
+kind: chunk
+repo: upstream:qt5/qt3d
+ref: 805fbf45a54f1b69f4b13f6dc9f962b07c017d3b
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qtjsbackend.morph
+- qt5-tools/qtscript.morph
+- qt5-tools/qtdeclarative.morph
diff --git a/qt5-tools/qtbase.morph b/qt5-tools/qtbase.morph
new file mode 100644
index 00000000..4825b0e3
--- /dev/null
+++ b/qt5-tools/qtbase.morph
@@ -0,0 +1,19 @@
+name: qt5-tools/qtbase.morph
+kind: chunk
+repo: upstream:qt5/qtbase
+ref: 79be8352ced650e98ab0afe89e91cffee4f6a04a
+configure-commands:
+- ./configure -v -prefix /usr -opensource -confirm-license
+build-commands:
+- make
+- touch /qtbase.build/src/corelib/corelib.pro
+- ./bin/qmake -set QDOC /qtbase.build/bin/qdoc
+- make html_docs
+- ./bin/qmake -unset QDOC
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- ./bin/qmake -set QDOC /qtbase.build/bin/qdoc
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+- ./bin/qmake -unset QDOC
+build_depends:
+- qt5-tools/icu.morph
diff --git a/qt5-tools/qtdeclarative.morph b/qt5-tools/qtdeclarative.morph
new file mode 100644
index 00000000..2f7c884d
--- /dev/null
+++ b/qt5-tools/qtdeclarative.morph
@@ -0,0 +1,16 @@
+name: qt5-tools/qtdeclarative.morph
+kind: chunk
+repo: upstream:qt5/qtdeclarative
+ref: 774d0310883a9526210c4530bbb9d0af26d88699
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qtjsbackend.morph
+- qt5-tools/qtscript.morph
diff --git a/qt5-tools/qtdoc.morph b/qt5-tools/qtdoc.morph
new file mode 100644
index 00000000..026f829c
--- /dev/null
+++ b/qt5-tools/qtdoc.morph
@@ -0,0 +1,12 @@
+name: qt5-tools/qtdoc.morph
+kind: chunk
+repo: upstream:qt5/qtdoc
+ref: 674abef4f06bdde57a272d69750e2a4ac5027ea9
+configure-commands:
+- qmake
+build-commands:
+- make
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/qtgraphicaleffects.morph b/qt5-tools/qtgraphicaleffects.morph
new file mode 100644
index 00000000..7000ca6f
--- /dev/null
+++ b/qt5-tools/qtgraphicaleffects.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtgraphicaleffects.morph
+kind: chunk
+repo: upstream:qt5/qtgraphicaleffects
+ref: e41d08f95d74d7309fc976cb62141b78239de975
+configure-commands:
+- qmake
+build-commands:
+- make
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qtjsbackend.morph
+- qt5-tools/qtdeclarative.morph
diff --git a/qt5-tools/qtimageformats.morph b/qt5-tools/qtimageformats.morph
new file mode 100644
index 00000000..b4643bd3
--- /dev/null
+++ b/qt5-tools/qtimageformats.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtimageformats.morph
+kind: chunk
+repo: upstream:qt5/qtimageformats
+ref: 3f7f6126d9832e03a4dcaaca5279220f00126e89
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/qtjsbackend.morph b/qt5-tools/qtjsbackend.morph
new file mode 100644
index 00000000..e562d399
--- /dev/null
+++ b/qt5-tools/qtjsbackend.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtjsbackend.morph
+kind: chunk
+repo: upstream:qt5/qtjsbackend
+ref: c6978bf56f599a3da8c03b1a7e58102aa84223e7
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/qtmultimedia.morph b/qt5-tools/qtmultimedia.morph
new file mode 100644
index 00000000..99d1a750
--- /dev/null
+++ b/qt5-tools/qtmultimedia.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtmultimedia.morph
+kind: chunk
+repo: upstream:qt5/qtmultimedia
+ref: 8b73d090f87f88ee3ae4efc437ac866d05df76be
+configure-commands:
+- qmake
+build-commands:
+- make
+- make install_html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/qtquick1.morph b/qt5-tools/qtquick1.morph
new file mode 100644
index 00000000..d0ebf940
--- /dev/null
+++ b/qt5-tools/qtquick1.morph
@@ -0,0 +1,16 @@
+name: qt5-tools/qtquick1.morph
+kind: chunk
+repo: upstream:qt5/qtquick1
+ref: b13755a2411dca01e65bb443a399ed130d5dd738
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qtjsbackend.morph
+- qt5-tools/qtscript.morph
diff --git a/qt5-tools/qtquickcontrols.morph b/qt5-tools/qtquickcontrols.morph
new file mode 100644
index 00000000..0d55ba44
--- /dev/null
+++ b/qt5-tools/qtquickcontrols.morph
@@ -0,0 +1,16 @@
+name: qt5-tools/qtquickcontrols.morph
+kind: chunk
+repo: upstream:qt5/qtquickcontrols
+ref: acf9e50d52c4d09a1aed9490bb2f3c5de7dce9bb
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qtjsbackend.morph
+- qt5-tools/qtdeclarative.morph
diff --git a/qt5-tools/qtscript.morph b/qt5-tools/qtscript.morph
new file mode 100644
index 00000000..c20d19c1
--- /dev/null
+++ b/qt5-tools/qtscript.morph
@@ -0,0 +1,15 @@
+name: qt5-tools/qtscript.morph
+kind: chunk
+repo: upstream:qt5/qtscript
+ref: d20e99b3bdbcf77b69a92a2ba1b3ca1f1379e7c8
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qtjsbackend.morph
diff --git a/qt5-tools/qtsensors.morph b/qt5-tools/qtsensors.morph
new file mode 100644
index 00000000..9308b8fb
--- /dev/null
+++ b/qt5-tools/qtsensors.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtsensors.morph
+kind: chunk
+repo: upstream:qt5/qtsensors
+ref: cd22d77e07af6046be24d0322187a86c9a3c4d1d
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/qtserialport.morph b/qt5-tools/qtserialport.morph
new file mode 100644
index 00000000..74407079
--- /dev/null
+++ b/qt5-tools/qtserialport.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtserialport.morph
+kind: chunk
+repo: upstream:qt5/qtserialport
+ref: b1abca2eee45e7b8ecf71cb5cd1e77a2821fcac2
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/qtsvg.morph b/qt5-tools/qtsvg.morph
new file mode 100644
index 00000000..8d039986
--- /dev/null
+++ b/qt5-tools/qtsvg.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtsvg.morph
+kind: chunk
+repo: upstream:qt5/qtsvg
+ref: 552bf3adcc48c669f9dfbda5818142fb18c9e957
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/qttools.morph b/qt5-tools/qttools.morph
new file mode 100644
index 00000000..4c95af2b
--- /dev/null
+++ b/qt5-tools/qttools.morph
@@ -0,0 +1,17 @@
+name: qt5-tools/qttools.morph
+kind: chunk
+repo: upstream:qt5/qttools
+ref: 1369d91dd095cd4ea2febe759ef6446e41bd2d80
+configure-commands:
+- qmake
+build-commands:
+- unset TARGET ; make
+- unset TARGET ; make html_docs
+install-commands:
+- unset TARGET ; make install INSTALL_ROOT=$DESTDIR
+- unset TARGET ; make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qtjsbackend.morph
+- qt5-tools/qtdeclarative.morph
+- qt5-tools/qtwebkit.morph
diff --git a/qt5-tools/qttranslations.morph b/qt5-tools/qttranslations.morph
new file mode 100644
index 00000000..fe8089bc
--- /dev/null
+++ b/qt5-tools/qttranslations.morph
@@ -0,0 +1,13 @@
+name: qt5-tools/qttranslations.morph
+kind: chunk
+repo: upstream:qt5/qttranslations
+ref: e91af8e6363a4538f08992b6af51d17b91453080
+configure-commands:
+- qmake
+build-commands:
+- make
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qttools.morph
diff --git a/qt5-tools/qtwebkit-examples.morph b/qt5-tools/qtwebkit-examples.morph
new file mode 100644
index 00000000..8cef5e67
--- /dev/null
+++ b/qt5-tools/qtwebkit-examples.morph
@@ -0,0 +1,15 @@
+name: qt5-tools/qtwebkit-examples.morph
+kind: chunk
+repo: upstream:qt5/qtwebkit-examples
+ref: fdaa2bb5e47d6ca1d3e8c681f88eae0b9d4ae351
+configure-commands:
+- qmake
+build-commands:
+- make
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/qtjsbackend.morph
+- qt5-tools/qtdeclarative.morph
+- qt5-tools/qtwebkit.morph
diff --git a/qt5-tools/qtwebkit.morph b/qt5-tools/qtwebkit.morph
new file mode 100644
index 00000000..1ee099ec
--- /dev/null
+++ b/qt5-tools/qtwebkit.morph
@@ -0,0 +1,19 @@
+name: qt5-tools/qtwebkit.morph
+kind: chunk
+repo: upstream:qt5/qtwebkit
+ref: 15a558c03ea7a35f97dfc0b16024d026d20920be
+max-jobs: '1'
+configure-commands:
+- QMAKEPATH=/qtwebkit.build/Tools/qmake/mkspecs qmake WebKit.pro
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
+- qt5-tools/icu.morph
+- qt5-tools/ruby-1.9.morph
+- qt5-tools/qtjsbackend.morph
+- qt5-tools/qtdeclarative.morph
diff --git a/qt5-tools/qtx11extras.morph b/qt5-tools/qtx11extras.morph
new file mode 100644
index 00000000..4c6aedd3
--- /dev/null
+++ b/qt5-tools/qtx11extras.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtx11extras.morph
+kind: chunk
+repo: upstream:qt5/qtx11extras
+ref: 3b33afd2814c88002e2efc4955e5b1851aff0c58
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/qtxmlpatterns.morph b/qt5-tools/qtxmlpatterns.morph
new file mode 100644
index 00000000..c95c3ccb
--- /dev/null
+++ b/qt5-tools/qtxmlpatterns.morph
@@ -0,0 +1,14 @@
+name: qt5-tools/qtxmlpatterns.morph
+kind: chunk
+repo: upstream:qt5/qtxmlpatterns
+ref: ed713a904ee55f1c345d2d6c35e77892be96977e
+configure-commands:
+- qmake
+build-commands:
+- make
+- make html_docs
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+build_depends:
+- qt5-tools/qtbase.morph
diff --git a/qt5-tools/ruby-1.8.morph b/qt5-tools/ruby-1.8.morph
new file mode 100644
index 00000000..5d6a4e41
--- /dev/null
+++ b/qt5-tools/ruby-1.8.morph
@@ -0,0 +1,11 @@
+name: qt5-tools/ruby-1.8.morph
+kind: chunk
+repo: upstream:ruby
+ref: 7a24f1710028d568ad61d0aa49d5178260178d77
+configure-commands:
+- autoconf
+- ./configure --prefix=/usr --program-suffix=-1.8
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install
diff --git a/qt5-tools/ruby-1.9.morph b/qt5-tools/ruby-1.9.morph
new file mode 100644
index 00000000..f091b40e
--- /dev/null
+++ b/qt5-tools/ruby-1.9.morph
@@ -0,0 +1,13 @@
+name: qt5-tools/ruby-1.9.morph
+kind: chunk
+repo: upstream:ruby
+ref: cb3ea602294b5038b5f7ac21d3875a2b52342956
+configure-commands:
+- autoconf
+- ./configure --prefix=/usr --enable-shared --with-baseruby=/usr/bin/ruby-1.8
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install
+build_depends:
+- qt5-tools/ruby-1.8.morph