summaryrefslogtreecommitdiff
path: root/strata/qt5-tools
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-13 21:45:15 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-13 21:52:41 +0000
commit5c261eee00014199eb3d942758598041473f1ddd (patch)
tree4be8f6fa931142aad3383d53186fb9e84ca218eb /strata/qt5-tools
parent045e89c396aa14218422cef507c2afedcae3dc6b (diff)
downloaddefinitions-baserock/franred/organize-morphologies-script.tar.gz
Organize definitions directory by morphologiesbaserock/franred/organize-morphologies-script
This is the result to run organize-morphologies.py . The morphologies are clasified in clusters, systems, strata and chunks. - "clusters" contains all the cluster morphologies. - "systems" contains all the systems morphologies. - "strata" contains all the stratum morphologies and the chunks morphologies which are inside of their stratum morphology folder, if this chunks will not be autodetected on build time.
Diffstat (limited to 'strata/qt5-tools')
-rw-r--r--strata/qt5-tools/icu.morph23
-rw-r--r--strata/qt5-tools/qt3d.morph25
-rw-r--r--strata/qt5-tools/qtbase.morph30
-rw-r--r--strata/qt5-tools/qtdeclarative.morph25
-rw-r--r--strata/qt5-tools/qtdoc.morph23
-rw-r--r--strata/qt5-tools/qtgraphicaleffects.morph23
-rw-r--r--strata/qt5-tools/qtimageformats.morph25
-rw-r--r--strata/qt5-tools/qtjsbackend.morph25
-rw-r--r--strata/qt5-tools/qtmultimedia.morph25
-rw-r--r--strata/qt5-tools/qtquick1.morph25
-rw-r--r--strata/qt5-tools/qtquickcontrols.morph25
-rw-r--r--strata/qt5-tools/qtscript.morph25
-rw-r--r--strata/qt5-tools/qtsensors.morph25
-rw-r--r--strata/qt5-tools/qtserialport.morph25
-rw-r--r--strata/qt5-tools/qtsvg.morph25
-rw-r--r--strata/qt5-tools/qttools.morph25
-rw-r--r--strata/qt5-tools/qttranslations.morph23
-rw-r--r--strata/qt5-tools/qtwebkit-examples.morph23
-rw-r--r--strata/qt5-tools/qtwebkit.morph25
-rw-r--r--strata/qt5-tools/qtx11extras.morph25
-rw-r--r--strata/qt5-tools/qtxmlpatterns.morph25
-rw-r--r--strata/qt5-tools/ruby-1.8.morph24
-rw-r--r--strata/qt5-tools/ruby-1.9.morph24
23 files changed, 568 insertions, 0 deletions
diff --git a/strata/qt5-tools/icu.morph b/strata/qt5-tools/icu.morph
new file mode 100644
index 00000000..53eafedf
--- /dev/null
+++ b/strata/qt5-tools/icu.morph
@@ -0,0 +1,23 @@
+name: icu
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- cd source; ./runConfigureICU Linux --prefix=/usr
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- cd source; unset TARGET ; make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qt3d.morph b/strata/qt5-tools/qt3d.morph
new file mode 100644
index 00000000..4fa3032e
--- /dev/null
+++ b/strata/qt5-tools/qt3d.morph
@@ -0,0 +1,25 @@
+name: qt3d
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtbase.morph b/strata/qt5-tools/qtbase.morph
new file mode 100644
index 00000000..598a2c41
--- /dev/null
+++ b/strata/qt5-tools/qtbase.morph
@@ -0,0 +1,30 @@
+name: qtbase
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- ./configure -v -prefix /usr -opensource -confirm-license
+post-configure-commands: []
+pre-build-commands: []
+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
+post-build-commands: []
+pre-install-commands: []
+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
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtdeclarative.morph b/strata/qt5-tools/qtdeclarative.morph
new file mode 100644
index 00000000..773b1281
--- /dev/null
+++ b/strata/qt5-tools/qtdeclarative.morph
@@ -0,0 +1,25 @@
+name: qtdeclarative
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtdoc.morph b/strata/qt5-tools/qtdoc.morph
new file mode 100644
index 00000000..9e38ff5e
--- /dev/null
+++ b/strata/qt5-tools/qtdoc.morph
@@ -0,0 +1,23 @@
+name: qtdoc
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtgraphicaleffects.morph b/strata/qt5-tools/qtgraphicaleffects.morph
new file mode 100644
index 00000000..767aae1f
--- /dev/null
+++ b/strata/qt5-tools/qtgraphicaleffects.morph
@@ -0,0 +1,23 @@
+name: qtgraphicaleffects
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtimageformats.morph b/strata/qt5-tools/qtimageformats.morph
new file mode 100644
index 00000000..1abafc94
--- /dev/null
+++ b/strata/qt5-tools/qtimageformats.morph
@@ -0,0 +1,25 @@
+name: qtimageformats
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtjsbackend.morph b/strata/qt5-tools/qtjsbackend.morph
new file mode 100644
index 00000000..ebd59542
--- /dev/null
+++ b/strata/qt5-tools/qtjsbackend.morph
@@ -0,0 +1,25 @@
+name: qtjsbackend
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtmultimedia.morph b/strata/qt5-tools/qtmultimedia.morph
new file mode 100644
index 00000000..ee12e288
--- /dev/null
+++ b/strata/qt5-tools/qtmultimedia.morph
@@ -0,0 +1,25 @@
+name: qtmultimedia
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make install_html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtquick1.morph b/strata/qt5-tools/qtquick1.morph
new file mode 100644
index 00000000..c4f6e89b
--- /dev/null
+++ b/strata/qt5-tools/qtquick1.morph
@@ -0,0 +1,25 @@
+name: qtquick1
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtquickcontrols.morph b/strata/qt5-tools/qtquickcontrols.morph
new file mode 100644
index 00000000..711f9a80
--- /dev/null
+++ b/strata/qt5-tools/qtquickcontrols.morph
@@ -0,0 +1,25 @@
+name: qtquickcontrols
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtscript.morph b/strata/qt5-tools/qtscript.morph
new file mode 100644
index 00000000..63385a0d
--- /dev/null
+++ b/strata/qt5-tools/qtscript.morph
@@ -0,0 +1,25 @@
+name: qtscript
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtsensors.morph b/strata/qt5-tools/qtsensors.morph
new file mode 100644
index 00000000..2f28e78e
--- /dev/null
+++ b/strata/qt5-tools/qtsensors.morph
@@ -0,0 +1,25 @@
+name: qtsensors
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtserialport.morph b/strata/qt5-tools/qtserialport.morph
new file mode 100644
index 00000000..e0e27645
--- /dev/null
+++ b/strata/qt5-tools/qtserialport.morph
@@ -0,0 +1,25 @@
+name: qtserialport
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtsvg.morph b/strata/qt5-tools/qtsvg.morph
new file mode 100644
index 00000000..05d1babd
--- /dev/null
+++ b/strata/qt5-tools/qtsvg.morph
@@ -0,0 +1,25 @@
+name: qtsvg
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qttools.morph b/strata/qt5-tools/qttools.morph
new file mode 100644
index 00000000..41518f52
--- /dev/null
+++ b/strata/qt5-tools/qttools.morph
@@ -0,0 +1,25 @@
+name: qttools
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- unset TARGET ; make
+- unset TARGET ; make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- unset TARGET ; make install INSTALL_ROOT=$DESTDIR
+- unset TARGET ; make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qttranslations.morph b/strata/qt5-tools/qttranslations.morph
new file mode 100644
index 00000000..e605f840
--- /dev/null
+++ b/strata/qt5-tools/qttranslations.morph
@@ -0,0 +1,23 @@
+name: qttranslations
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtwebkit-examples.morph b/strata/qt5-tools/qtwebkit-examples.morph
new file mode 100644
index 00000000..df204a3f
--- /dev/null
+++ b/strata/qt5-tools/qtwebkit-examples.morph
@@ -0,0 +1,23 @@
+name: qtwebkit-examples
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtwebkit.morph b/strata/qt5-tools/qtwebkit.morph
new file mode 100644
index 00000000..e402d600
--- /dev/null
+++ b/strata/qt5-tools/qtwebkit.morph
@@ -0,0 +1,25 @@
+name: qtwebkit
+kind: chunk
+description: ''
+max-jobs: 1
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- QMAKEPATH=/qtwebkit.build/Tools/qmake/mkspecs qmake WebKit.pro
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtx11extras.morph b/strata/qt5-tools/qtx11extras.morph
new file mode 100644
index 00000000..f1e0f5ca
--- /dev/null
+++ b/strata/qt5-tools/qtx11extras.morph
@@ -0,0 +1,25 @@
+name: qtx11extras
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/qtxmlpatterns.morph b/strata/qt5-tools/qtxmlpatterns.morph
new file mode 100644
index 00000000..e85c884d
--- /dev/null
+++ b/strata/qt5-tools/qtxmlpatterns.morph
@@ -0,0 +1,25 @@
+name: qtxmlpatterns
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- qmake
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+- make html_docs
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install INSTALL_ROOT=$DESTDIR
+- make install_html_docs INSTALL_ROOT=$DESTDIR
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/ruby-1.8.morph b/strata/qt5-tools/ruby-1.8.morph
new file mode 100644
index 00000000..2774a6af
--- /dev/null
+++ b/strata/qt5-tools/ruby-1.8.morph
@@ -0,0 +1,24 @@
+name: ruby-1.8
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- autoconf
+- ./configure --prefix=/usr --program-suffix=-1.8
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []
diff --git a/strata/qt5-tools/ruby-1.9.morph b/strata/qt5-tools/ruby-1.9.morph
new file mode 100644
index 00000000..e506253d
--- /dev/null
+++ b/strata/qt5-tools/ruby-1.9.morph
@@ -0,0 +1,24 @@
+name: ruby-1.9
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- autoconf
+- ./configure --prefix=/usr --enable-shared --with-baseruby=/usr/bin/ruby-1.8
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []