[meego-commits] 8283: Changes to Trunk:Testing/qt-creator
Fathi Boudra
no_reply at build.meego.com
Mon Oct 11 10:33:13 UTC 2010
Hi,
I have made the following changes to qt-creator in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Fathi Boudra
[This message was auto-generated]
---
Request #8283:
submit: devel:qt-mtf/qt-creator(r16) -> Trunk:Testing/qt-creator
Message:
* Mon Oct 11 2010 Fathi Boudra <fathi.boudra at nokia.com> - 2.1.0~beta1
- Update to Qt Creator 2.1.0 beta 1
- Remove QTCREATOR_WITH_QML export, enabled by default.
- Update qt-creator %files
- Use qmake macros
State: new 2010-10-11T03:33:13 boudra
Comment: None
changes files:
--------------
--- qt-creator.changes
+++ qt-creator.changes
@@ -0,0 +1,6 @@
+* Mon Oct 11 2010 Fathi Boudra <fathi.boudra at nokia.com> - 2.1.0~beta1
+- Update to Qt Creator 2.1.0 beta 1
+- Remove QTCREATOR_WITH_QML export, enabled by default.
+- Update qt-creator %files
+- Use qmake macros
+
old:
----
qt-creator-2.0.1-src.tar.gz
new:
----
qt-creator-2.1.0-beta1-src.tar.gz
spec files:
-----------
--- qt-creator.spec
+++ qt-creator.spec
@@ -1,18 +1,18 @@
#
# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.19
+# Generated by: spectacle version 0.20
#
# >> macros
# << macros
Name: qt-creator
Summary: Lightweight integrated development environment (IDE) for Qt
-Version: 2.0.1
+Version: 2.1.0~beta1
Release: 1
Group: Development/Tools
License: LGPLv2.1 with exception
URL: http://meego.gitorious.com/meego-developer-tools/qt-creator
-Source0: %{name}-%{version}-src.tar.gz
+Source0: %{name}-2.1.0-beta1-src.tar.gz
Source1: Nokia-QtCreator.xml
Source2: qtcreator.desktop
Source3: %{name}-rpmlintrc
@@ -38,22 +38,15 @@
%prep
-%setup -q -n %{name}-%{version}-src
+%setup -q -n %{name}-2.1.0-beta1-src
# >> setup
# << setup
%build
# >> build pre
-export QTCREATOR_WITH_QML=1
-
-qmake -makefile -nocache \
-"QMAKE_CFLAGS_RELEASE=%{optflags}" \
-"QMAKE_CXXFLAGS_RELEASE=%{optflags}" \
-QMAKE_STRIP=: \
-PREFIX=%{_prefix} \
-IDE_LIBRARY_BASENAME=%{_lib}
-make %{?_smp_mflags}
+%qmake IDE_LIBRARY_BASENAME=%{_lib}
+make %{?jobs:-j%jobs}
# << build pre
@@ -63,19 +56,14 @@
%install
rm -rf %{buildroot}
# >> install pre
+%qmake_install INSTALL_ROOT=%{buildroot}%{_prefix}
# << install pre
# >> install post
-make install INSTALL_ROOT=%{buildroot}%{_prefix}
-install -D -p -m 0755 bin/qtcreator %{buildroot}%{_bindir}/qtcreator
install -D -p -m 0644 %{_sourcedir}/Nokia-QtCreator.xml \
%{buildroot}%{_datadir}/mime/packages/Nokia-QtCreator.xml
install -D -p -m 0644 %{_sourcedir}/qtcreator.desktop \
%{buildroot}%{_datadir}/applications/qtcreator.desktop
-# Remove unpackaged files
-rm -f %{buildroot}%{_datadir}/qtcreator/gdbmacros/LGPL_EXCEPTION.TXT
-rm -f %{buildroot}%{_datadir}/qtcreator/gdbmacros/LICENSE.LGPL
-
# << install post
desktop-file-install --delete-original \
--dir %{buildroot}%{_datadir}/applications \
@@ -108,7 +96,7 @@
%{_libdir}/qtcreator/libCPlusPlus.*
%{_libdir}/qtcreator/libDebuggingHelper.*
%{_libdir}/qtcreator/libExtensionSystem.*
-%{_libdir}/qtcreator/libNet7ssh.*
+%{_libdir}/qtcreator/libQmlEditorWidgets.*
%{_libdir}/qtcreator/libQmlJS.*
%{_libdir}/qtcreator/libQtConcurrent.*
%{_libdir}/qtcreator/libUtils.*
@@ -117,6 +105,7 @@
%{_libdir}/qtcreator/plugins/Nokia/Bookmarks.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/CMakeProjectManager.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/CVS.pluginspec
+%{_libdir}/qtcreator/plugins/Nokia/ClassView.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/CodePaster.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Core.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/CppEditor.pluginspec
@@ -126,17 +115,21 @@
%{_libdir}/qtcreator/plugins/Nokia/FakeVim.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Find.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/GenericProjectManager.pluginspec
+%{_libdir}/qtcreator/plugins/Nokia/HelloWorld.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Help.pluginspec
+%{_libdir}/qtcreator/plugins/Nokia/ImageViewer.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Locator.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Mercurial.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Perforce.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/ProjectExplorer.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/QmlJSEditor.pluginspec
+%{_libdir}/qtcreator/plugins/Nokia/QmlJSInspector.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/QmlProjectManager.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Qt4ProjectManager.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/ResourceEditor.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/ScmGit.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Subversion.pluginspec
+%{_libdir}/qtcreator/plugins/Nokia/TaskList.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/TextEditor.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/VCSBase.pluginspec
%{_libdir}/qtcreator/plugins/Nokia/Welcome.pluginspec
@@ -144,6 +137,7 @@
%{_libdir}/qtcreator/plugins/Nokia/libBookmarks.so
%{_libdir}/qtcreator/plugins/Nokia/libCMakeProjectManager.so
%{_libdir}/qtcreator/plugins/Nokia/libCVS.so
+%{_libdir}/qtcreator/plugins/Nokia/libClassView.so
%{_libdir}/qtcreator/plugins/Nokia/libCodePaster.so
%{_libdir}/qtcreator/plugins/Nokia/libCore.so
%{_libdir}/qtcreator/plugins/Nokia/libCppEditor.so
@@ -153,17 +147,21 @@
%{_libdir}/qtcreator/plugins/Nokia/libFakeVim.so
%{_libdir}/qtcreator/plugins/Nokia/libFind.so
%{_libdir}/qtcreator/plugins/Nokia/libGenericProjectManager.so
+%{_libdir}/qtcreator/plugins/Nokia/libHelloWorld.so
%{_libdir}/qtcreator/plugins/Nokia/libHelp.so
+%{_libdir}/qtcreator/plugins/Nokia/libImageViewer.so
%{_libdir}/qtcreator/plugins/Nokia/libLocator.so
%{_libdir}/qtcreator/plugins/Nokia/libMercurial.so
%{_libdir}/qtcreator/plugins/Nokia/libPerforce.so
%{_libdir}/qtcreator/plugins/Nokia/libProjectExplorer.so
%{_libdir}/qtcreator/plugins/Nokia/libQmlJSEditor.so
+%{_libdir}/qtcreator/plugins/Nokia/libQmlJSInspector.so
%{_libdir}/qtcreator/plugins/Nokia/libQmlProjectManager.so
%{_libdir}/qtcreator/plugins/Nokia/libQt4ProjectManager.so
%{_libdir}/qtcreator/plugins/Nokia/libResourceEditor.so
%{_libdir}/qtcreator/plugins/Nokia/libScmGit.so
%{_libdir}/qtcreator/plugins/Nokia/libSubversion.so
+%{_libdir}/qtcreator/plugins/Nokia/libTaskList.so
%{_libdir}/qtcreator/plugins/Nokia/libTextEditor.so
%{_libdir}/qtcreator/plugins/Nokia/libVCSBase.so
%{_libdir}/qtcreator/plugins/Nokia/libWelcome.so
@@ -183,6 +181,8 @@
%{_datadir}/qtcreator/designer/templates/Dialog_without_Buttons.ui
%{_datadir}/qtcreator/designer/templates/Main_Window.ui
%{_datadir}/qtcreator/designer/templates/Widget.ui
+%{_datadir}/qtcreator/gdbmacros/LGPL_EXCEPTION.TXT
+%{_datadir}/qtcreator/gdbmacros/LICENSE.LGPL
%{_datadir}/qtcreator/gdbmacros/dumper.py
%{_datadir}/qtcreator/gdbmacros/gdbmacros.cpp
%{_datadir}/qtcreator/gdbmacros/gdbmacros.h
@@ -195,8 +195,110 @@
%{_datadir}/qtcreator/qml-type-descriptions/qml-builtin-types.xml
%{_datadir}/qtcreator/qml-type-descriptions/qmlproject-types.xml
%{_datadir}/qtcreator/qml-type-descriptions/qmlruntime-types.xml
-%{_datadir}/qtcreator/qmldesigner/Button.qml
-%{_datadir}/qtcreator/qmldesigner/gradient.png
+%{_datadir}/qtcreator/qml/qmldump/Info.plist
+%{_datadir}/qtcreator/qml/qmldump/LGPL_EXCEPTION.TXT
+%{_datadir}/qtcreator/qml/qmldump/LICENSE.LGPL
+%{_datadir}/qtcreator/qml/qmldump/main.cpp
+%{_datadir}/qtcreator/qml/qmldump/qmldump.pro
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/abstractformeditortool.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/abstractformeditortool.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/boundingrecthighlighter.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/boundingrecthighlighter.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/colorpickertool.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/colorpickertool.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/editor.pri
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/editor.qrc
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/color-picker-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/color-picker-hicontrast.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/color-picker.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/from-qml-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/from-qml.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/observermode-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/observermode.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/pause-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/pause.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/play-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/play.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/reload.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/resize_handle.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/select-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/select-marquee-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/select-marquee.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/select.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/to-qml-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/to-qml.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/toolbarcolorbox.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/zoom-24.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/images/zoom.png
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/layeritem.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/layeritem.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/qmltoolbar.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/qmltoolbar.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/rubberbandselectionmanipulator.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/rubberbandselectionmanipulator.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/selectionindicator.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/selectionindicator.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/selectionrectangle.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/selectionrectangle.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/selectiontool.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/selectiontool.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/singleselectionmanipulator.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/singleselectionmanipulator.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/subcomponenteditortool.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/subcomponenteditortool.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/subcomponentmasklayeritem.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/toolbarcolorbox.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/toolbarcolorbox.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/zoomtool.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/editor/zoomtool.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/include/jsdebuggeragent.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/include/qdeclarativeobserverservice.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/include/qdeclarativeviewobserver.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/include/qmljsdebugger_global.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/include/qmlobserverconstants.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/include/qt_private
+%{_datadir}/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativedebughelper_p.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/include/qt_private/qdeclarativedebugservice_p.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/jsdebuggeragent.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/qdeclarativeobserverservice.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/qdeclarativeviewobserver.cpp
+%{_datadir}/qtcreator/qml/qmljsdebugger/qdeclarativeviewobserver_p.h
+%{_datadir}/qtcreator/qml/qmljsdebugger/qmljsdebugger-lib.pri
+%{_datadir}/qtcreator/qml/qmljsdebugger/qmljsdebugger.pri
+%{_datadir}/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
+%{_datadir}/qtcreator/qml/qmlobserver/Info_mac.plist
+%{_datadir}/qtcreator/qml/qmlobserver/LGPL_EXCEPTION.TXT
+%{_datadir}/qtcreator/qml/qmlobserver/LICENSE.LGPL
+%{_datadir}/qtcreator/qml/qmlobserver/content/Browser.qml
+%{_datadir}/qtcreator/qml/qmlobserver/content/images
+%{_datadir}/qtcreator/qml/qmlobserver/content/images/folder.png
+%{_datadir}/qtcreator/qml/qmlobserver/content/images/titlebar.png
+%{_datadir}/qtcreator/qml/qmlobserver/content/images/titlebar.sci
+%{_datadir}/qtcreator/qml/qmlobserver/content/images/up.png
+%{_datadir}/qtcreator/qml/qmlobserver/crumblepath.cpp
+%{_datadir}/qtcreator/qml/qmlobserver/crumblepath.h
+%{_datadir}/qtcreator/qml/qmlobserver/deviceorientation.cpp
+%{_datadir}/qtcreator/qml/qmlobserver/deviceorientation.h
+%{_datadir}/qtcreator/qml/qmlobserver/deviceorientation_maemo5.cpp
+%{_datadir}/qtcreator/qml/qmlobserver/loggerwidget.cpp
+%{_datadir}/qtcreator/qml/qmlobserver/loggerwidget.h
+%{_datadir}/qtcreator/qml/qmlobserver/main.cpp
+%{_datadir}/qtcreator/qml/qmlobserver/proxysettings.cpp
+%{_datadir}/qtcreator/qml/qmlobserver/proxysettings.h
+%{_datadir}/qtcreator/qml/qmlobserver/proxysettings.ui
+%{_datadir}/qtcreator/qml/qmlobserver/proxysettings_maemo5.ui
+%{_datadir}/qtcreator/qml/qmlobserver/qdeclarativetester.cpp
+%{_datadir}/qtcreator/qml/qmlobserver/qdeclarativetester.h
+%{_datadir}/qtcreator/qml/qmlobserver/qml.icns
+%{_datadir}/qtcreator/qml/qmlobserver/qml.pri
+%{_datadir}/qtcreator/qml/qmlobserver/qmlobserver.pro
+%{_datadir}/qtcreator/qml/qmlobserver/qmlruntime.cpp
+%{_datadir}/qtcreator/qml/qmlobserver/qmlruntime.h
+%{_datadir}/qtcreator/qml/qmlobserver/qmlruntime.qrc
+%{_datadir}/qtcreator/qml/qmlobserver/recopts.ui
+%{_datadir}/qtcreator/qml/qmlobserver/recopts_maemo5.ui
+%{_datadir}/qtcreator/qml/qmlobserver/texteditautoresizer_maemo5.h
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml
@@ -256,7 +358,6 @@
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
-%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/WebViewSpecifics.qml
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/anchorbox.css
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/anchorfill.css
@@ -326,22 +427,52 @@
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/styledbuttonright.css
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/switch.css
%{_datadir}/qtcreator/qmldesigner/propertyeditor/Qt/typeLabel.css
-%{_datadir}/qtcreator/qmldesigner/welcome-card.png
-%{_datadir}/qtcreator/qmldesigner/welcomescreen.qml
+%{_datadir}/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/BorderImage.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/ColorAnimation.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/Component.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/Flickable.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/Flipable.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/FocusScope.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/GridView.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/Image.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/Item.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/ListView.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/MouseArea.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/ParallelAnimation.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/PathView.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/PauseAnimation.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/PropertyChanges.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/Rectangle.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/SequentialAnimation.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/State.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/Text.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/TextEdit.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/TextInput.png
+%{_datadir}/qtcreator/qmlicons/Qt/16x16/Transition.png
+%{_datadir}/qtcreator/qmlicons/QtWebkit/16x16/WebView.png
+%{_datadir}/qtcreator/rss/featured.rss
+%{_datadir}/qtcreator/rss/images/qtcreator-textfinder-screenshot.png
%{_datadir}/qtcreator/schemes/MS_Visual_C++.kms
%{_datadir}/qtcreator/schemes/Xcode.kms
-%{_datadir}/qtcreator/snippets/class_generic.snp
-%{_datadir}/qtcreator/snippets/class_qobject.snp
-%{_datadir}/qtcreator/snippets/class_qwidget.snp
-%{_datadir}/qtcreator/snippets/comment.snp
-%{_datadir}/qtcreator/snippets/for.snp
-%{_datadir}/qtcreator/snippets/foreach.snp
-%{_datadir}/qtcreator/snippets/if.snp
-%{_datadir}/qtcreator/snippets/ifelse.snp
+%{_datadir}/qtcreator/snippets/cpp.xml
%{_datadir}/qtcreator/snippets/qml.xml
%{_datadir}/qtcreator/styles/darkvim.xml
%{_datadir}/qtcreator/styles/default.xml
%{_datadir}/qtcreator/styles/grayscale.xml
+%{_datadir}/qtcreator/styles/intellij.xml
+%{_datadir}/qtcreator/templates/mobileapp
+%{_datadir}/qtcreator/templates/mobileapp/app.pro
+%{_datadir}/qtcreator/templates/mobileapp/main.cpp
+%{_datadir}/qtcreator/templates/mobileapp/mainwindow.cpp
+%{_datadir}/qtcreator/templates/mobileapp/mainwindow.h
+%{_datadir}/qtcreator/templates/mobileapp/mainwindow.ui
+%{_datadir}/qtcreator/templates/qmlapp/app.pro
+%{_datadir}/qtcreator/templates/qmlapp/main.cpp
+%{_datadir}/qtcreator/templates/qmlapp/qml/app/main.qml
+%{_datadir}/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.cpp
+%{_datadir}/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.h
+%{_datadir}/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.pri
%{_datadir}/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
%{_datadir}/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
%{_datadir}/qtcreator/templates/qt4project/customwidgetwizard/tpl_plugin.pro
@@ -358,6 +489,10 @@
%{_datadir}/qtcreator/templates/qt4project/mywidget_form.cpp
%{_datadir}/qtcreator/templates/qt4project/mywidget_form.h
%{_datadir}/qtcreator/templates/qt4project/widget.ui
+%{_datadir}/qtcreator/templates/shared/app.desktop
+%{_datadir}/qtcreator/templates/shared/deployment.pri
+%{_datadir}/qtcreator/templates/shared/maemoicon.png
+%{_datadir}/qtcreator/templates/shared/symbianicon.svg
%{_datadir}/qtcreator/templates/wizards/README.txt
%{_datadir}/qtcreator/templates/wizards/helloworld/console.png
%{_datadir}/qtcreator/templates/wizards/helloworld/main.cpp
@@ -374,6 +509,15 @@
%{_datadir}/qtcreator/templates/wizards/qml-extension/project.pro
%{_datadir}/qtcreator/templates/wizards/qml-extension/qmldir
%{_datadir}/qtcreator/templates/wizards/qml-extension/wizard.xml
+%{_datadir}/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec
+%{_datadir}/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp
+%{_datadir}/qtcreator/templates/wizards/qtcreatorplugin/myplugin.h
+%{_datadir}/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
+%{_datadir}/qtcreator/templates/wizards/qtcreatorplugin/myplugin_global.h
+%{_datadir}/qtcreator/templates/wizards/qtcreatorplugin/qtcreator_logo_24.png
+%{_datadir}/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml
+%{_datadir}/qtcreator/templates/wizards/scriptgeneratedproject/generate.pl
+%{_datadir}/qtcreator/templates/wizards/scriptgeneratedproject/wizard_sample.xml
%{_datadir}/qtcreator/translations/qtcreator_*.qm
# << files
other changes:
--------------
++++++ qt-creator-2.1.0-beta1-src.tar.gz (new)
++++++ qt-creator.yaml
--- qt-creator.yaml
+++ qt-creator.yaml
@@ -1,12 +1,12 @@
Name: qt-creator
Summary: Lightweight integrated development environment (IDE) for Qt
-Version: 2.0.1
+Version: 2.1.0~beta1
Release: 1
Group: Development/Tools
License: LGPLv2.1 with exception
URL: http://meego.gitorious.com/meego-developer-tools/qt-creator
Sources:
- - "%{name}-%{version}-src.tar.gz"
+ - "%{name}-2.1.0-beta1-src.tar.gz"
- Nokia-QtCreator.xml
- qtcreator.desktop
- "%{name}-rpmlintrc"
++++++ deleted files:
--- qt-creator-2.0.1-src.tar.gz
More information about the MeeGo-commits
mailing list