From 3a2f641e4e70e76ffa77629c6208970c1a7af667 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Fri, 25 Sep 2015 08:47:49 +0000 Subject: Proposed re-org of definitions repo --- strata/qt5-tools/icu.morph | 9 --------- strata/qt5-tools/qt3d.morph | 10 ---------- strata/qt5-tools/qtbase.morph | 17 ----------------- strata/qt5-tools/qtconnectivity.morph | 10 ---------- strata/qt5-tools/qtdeclarative.morph | 10 ---------- strata/qt5-tools/qtdoc.morph | 8 -------- strata/qt5-tools/qtgraphicaleffects.morph | 8 -------- strata/qt5-tools/qtimageformats.morph | 10 ---------- strata/qt5-tools/qtjsbackend.morph | 10 ---------- strata/qt5-tools/qtlocation.morph | 10 ---------- strata/qt5-tools/qtmultimedia.morph | 10 ---------- strata/qt5-tools/qtquick1.morph | 10 ---------- strata/qt5-tools/qtquickcontrols.morph | 10 ---------- strata/qt5-tools/qtscript.morph | 10 ---------- strata/qt5-tools/qtsensors.morph | 10 ---------- strata/qt5-tools/qtserialport.morph | 10 ---------- strata/qt5-tools/qtsvg.morph | 10 ---------- strata/qt5-tools/qttools.morph | 10 ---------- strata/qt5-tools/qttranslations.morph | 8 -------- strata/qt5-tools/qtwebkit-examples.morph | 8 -------- strata/qt5-tools/qtwebkit.morph | 11 ----------- strata/qt5-tools/qtwebsockets.morph | 10 ---------- strata/qt5-tools/qtx11extras.morph | 10 ---------- strata/qt5-tools/qtxmlpatterns.morph | 10 ---------- strata/qt5-tools/ruby-1.8.morph | 9 --------- strata/qt5-tools/ruby-1.9.morph | 9 --------- 26 files changed, 257 deletions(-) delete mode 100644 strata/qt5-tools/icu.morph delete mode 100644 strata/qt5-tools/qt3d.morph delete mode 100644 strata/qt5-tools/qtbase.morph delete mode 100644 strata/qt5-tools/qtconnectivity.morph delete mode 100644 strata/qt5-tools/qtdeclarative.morph delete mode 100644 strata/qt5-tools/qtdoc.morph delete mode 100644 strata/qt5-tools/qtgraphicaleffects.morph delete mode 100644 strata/qt5-tools/qtimageformats.morph delete mode 100644 strata/qt5-tools/qtjsbackend.morph delete mode 100644 strata/qt5-tools/qtlocation.morph delete mode 100644 strata/qt5-tools/qtmultimedia.morph delete mode 100644 strata/qt5-tools/qtquick1.morph delete mode 100644 strata/qt5-tools/qtquickcontrols.morph delete mode 100644 strata/qt5-tools/qtscript.morph delete mode 100644 strata/qt5-tools/qtsensors.morph delete mode 100644 strata/qt5-tools/qtserialport.morph delete mode 100644 strata/qt5-tools/qtsvg.morph delete mode 100644 strata/qt5-tools/qttools.morph delete mode 100644 strata/qt5-tools/qttranslations.morph delete mode 100644 strata/qt5-tools/qtwebkit-examples.morph delete mode 100644 strata/qt5-tools/qtwebkit.morph delete mode 100644 strata/qt5-tools/qtwebsockets.morph delete mode 100644 strata/qt5-tools/qtx11extras.morph delete mode 100644 strata/qt5-tools/qtxmlpatterns.morph delete mode 100644 strata/qt5-tools/ruby-1.8.morph delete mode 100644 strata/qt5-tools/ruby-1.9.morph (limited to 'strata/qt5-tools') diff --git a/strata/qt5-tools/icu.morph b/strata/qt5-tools/icu.morph deleted file mode 100644 index f9532f04..00000000 --- a/strata/qt5-tools/icu.morph +++ /dev/null @@ -1,9 +0,0 @@ -name: icu -kind: chunk -configure-commands: -- sed -e 's/LDFLAGSICUDT/#LDFLAGSICUDT/' -i source/config/mh-linux -- 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/strata/qt5-tools/qt3d.morph b/strata/qt5-tools/qt3d.morph deleted file mode 100644 index d4e44d4e..00000000 --- a/strata/qt5-tools/qt3d.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qt3d -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtbase.morph b/strata/qt5-tools/qtbase.morph deleted file mode 100644 index 9b2a20c6..00000000 --- a/strata/qt5-tools/qtbase.morph +++ /dev/null @@ -1,17 +0,0 @@ -name: qtbase -kind: chunk -configure-commands: -- ./configure -v -prefix /usr -opensource -confirm-license -build-commands: -- make -- touch /qtbase.build/src/corelib/corelib.pro -- touch /qtbase.build/qmake/qmake.pro -- touch /qtbase.build/qmake/qmake-docs.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 diff --git a/strata/qt5-tools/qtconnectivity.morph b/strata/qt5-tools/qtconnectivity.morph deleted file mode 100644 index d1123711..00000000 --- a/strata/qt5-tools/qtconnectivity.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtconnectivity -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtdeclarative.morph b/strata/qt5-tools/qtdeclarative.morph deleted file mode 100644 index 9eb02331..00000000 --- a/strata/qt5-tools/qtdeclarative.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtdeclarative -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtdoc.morph b/strata/qt5-tools/qtdoc.morph deleted file mode 100644 index 3b449382..00000000 --- a/strata/qt5-tools/qtdoc.morph +++ /dev/null @@ -1,8 +0,0 @@ -name: qtdoc -kind: chunk -configure-commands: -- qmake -build-commands: -- make -install-commands: -- make install INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtgraphicaleffects.morph b/strata/qt5-tools/qtgraphicaleffects.morph deleted file mode 100644 index 27c42971..00000000 --- a/strata/qt5-tools/qtgraphicaleffects.morph +++ /dev/null @@ -1,8 +0,0 @@ -name: qtgraphicaleffects -kind: chunk -configure-commands: -- qmake -build-commands: -- make -install-commands: -- make install INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtimageformats.morph b/strata/qt5-tools/qtimageformats.morph deleted file mode 100644 index 08323ca1..00000000 --- a/strata/qt5-tools/qtimageformats.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtimageformats -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtjsbackend.morph b/strata/qt5-tools/qtjsbackend.morph deleted file mode 100644 index 5813084c..00000000 --- a/strata/qt5-tools/qtjsbackend.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtjsbackend -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtlocation.morph b/strata/qt5-tools/qtlocation.morph deleted file mode 100644 index 14a527ff..00000000 --- a/strata/qt5-tools/qtlocation.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtlocation -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtmultimedia.morph b/strata/qt5-tools/qtmultimedia.morph deleted file mode 100644 index 537baa08..00000000 --- a/strata/qt5-tools/qtmultimedia.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtmultimedia -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make install_html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtquick1.morph b/strata/qt5-tools/qtquick1.morph deleted file mode 100644 index d4692445..00000000 --- a/strata/qt5-tools/qtquick1.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtquick1 -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtquickcontrols.morph b/strata/qt5-tools/qtquickcontrols.morph deleted file mode 100644 index 12051034..00000000 --- a/strata/qt5-tools/qtquickcontrols.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtquickcontrols -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtscript.morph b/strata/qt5-tools/qtscript.morph deleted file mode 100644 index 6f27842e..00000000 --- a/strata/qt5-tools/qtscript.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtscript -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtsensors.morph b/strata/qt5-tools/qtsensors.morph deleted file mode 100644 index d4b4ec00..00000000 --- a/strata/qt5-tools/qtsensors.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtsensors -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtserialport.morph b/strata/qt5-tools/qtserialport.morph deleted file mode 100644 index 0a623865..00000000 --- a/strata/qt5-tools/qtserialport.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtserialport -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtsvg.morph b/strata/qt5-tools/qtsvg.morph deleted file mode 100644 index 40316a3c..00000000 --- a/strata/qt5-tools/qtsvg.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtsvg -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qttools.morph b/strata/qt5-tools/qttools.morph deleted file mode 100644 index 1baa10e7..00000000 --- a/strata/qt5-tools/qttools.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qttools -kind: chunk -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 diff --git a/strata/qt5-tools/qttranslations.morph b/strata/qt5-tools/qttranslations.morph deleted file mode 100644 index bfb61302..00000000 --- a/strata/qt5-tools/qttranslations.morph +++ /dev/null @@ -1,8 +0,0 @@ -name: qttranslations -kind: chunk -configure-commands: -- qmake -build-commands: -- make -install-commands: -- make install INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtwebkit-examples.morph b/strata/qt5-tools/qtwebkit-examples.morph deleted file mode 100644 index b6683e65..00000000 --- a/strata/qt5-tools/qtwebkit-examples.morph +++ /dev/null @@ -1,8 +0,0 @@ -name: qtwebkit-examples -kind: chunk -configure-commands: -- qmake -build-commands: -- make -install-commands: -- make install INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtwebkit.morph b/strata/qt5-tools/qtwebkit.morph deleted file mode 100644 index c9348aca..00000000 --- a/strata/qt5-tools/qtwebkit.morph +++ /dev/null @@ -1,11 +0,0 @@ -name: qtwebkit -kind: chunk -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 diff --git a/strata/qt5-tools/qtwebsockets.morph b/strata/qt5-tools/qtwebsockets.morph deleted file mode 100644 index e1cac87f..00000000 --- a/strata/qt5-tools/qtwebsockets.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtwebsockets -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtx11extras.morph b/strata/qt5-tools/qtx11extras.morph deleted file mode 100644 index edea0acf..00000000 --- a/strata/qt5-tools/qtx11extras.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtx11extras -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/qtxmlpatterns.morph b/strata/qt5-tools/qtxmlpatterns.morph deleted file mode 100644 index bdd32d5f..00000000 --- a/strata/qt5-tools/qtxmlpatterns.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: qtxmlpatterns -kind: chunk -configure-commands: -- qmake -build-commands: -- make -- make html_docs -install-commands: -- make install INSTALL_ROOT=$DESTDIR -- make install_html_docs INSTALL_ROOT=$DESTDIR diff --git a/strata/qt5-tools/ruby-1.8.morph b/strata/qt5-tools/ruby-1.8.morph deleted file mode 100644 index cee282c0..00000000 --- a/strata/qt5-tools/ruby-1.8.morph +++ /dev/null @@ -1,9 +0,0 @@ -name: ruby-1.8 -kind: chunk -configure-commands: -- autoconf -- ./configure --prefix=/usr --program-suffix=-1.8 -build-commands: -- make -install-commands: -- make DESTDIR="$DESTDIR" install diff --git a/strata/qt5-tools/ruby-1.9.morph b/strata/qt5-tools/ruby-1.9.morph deleted file mode 100644 index bc697ada..00000000 --- a/strata/qt5-tools/ruby-1.9.morph +++ /dev/null @@ -1,9 +0,0 @@ -name: ruby-1.9 -kind: chunk -configure-commands: -- autoconf -- ./configure --prefix=/usr --enable-shared --with-baseruby=/usr/bin/ruby-1.8 -build-commands: -- make -install-commands: -- make DESTDIR="$DESTDIR" install -- cgit v1.2.1