qt5-* kde-patch rebuild
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<Summary>Next generation user interface controls based on Qt Quick</Summary>
|
||||
<Description>Next generation user interface controls based on Qt Quick</Description>
|
||||
<License>LGPLv2.1-linking-exception</License>
|
||||
<Archive sha1sum="bace4ead872267499938dad83d2ff3e2d8bf4d5a" type="targz">https://invent.kde.org/qt/qt/qtquickcontrols2/-/archive/a2593ff9cf5d0af885c20c2e9f9faa6ca4f1c1a3/qtquickcontrols2-a2593ff9cf5d0af885c20c2e9f9faa6ca4f1c1a3.tar.gz</Archive>
|
||||
<Archive sha1sum="d19c2eb1626a0c3ff73d089179409fce86739ae7" type="targz">https://invent.kde.org/qt/qt/qtquickcontrols2/-/archive/kde/5.15/qtquickcontrols2-kde-5.15.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.15.2">qt5-sql-sqlite</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
|
||||
@@ -60,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="25">
|
||||
<Date>2022-02-18</Date>
|
||||
<Version>5.15.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="24">
|
||||
<Date>2021-11-15</Date>
|
||||
<Version>5.15.2</Version>
|
||||
|
||||
@@ -122,7 +122,7 @@ index bd39b2a..fd3529a 100644
|
||||
|
||||
QT_END_NAMESPACE
|
||||
diff --git a/src/svg/qsvghandler.cpp b/src/svg/qsvghandler.cpp
|
||||
index c937254..2ea80ed 100644
|
||||
index c937254..f2653af 100644
|
||||
--- a/src/svg/qsvghandler.cpp
|
||||
+++ b/src/svg/qsvghandler.cpp
|
||||
@@ -65,6 +65,7 @@
|
||||
@@ -516,6 +516,17 @@ index c937254..2ea80ed 100644
|
||||
|
||||
QSvgNode *text = new QSvgText(parent, QPointF(nx, ny));
|
||||
return text;
|
||||
@@ -3679,9 +3696,7 @@ void QSvgHandler::parse()
|
||||
case QXmlStreamReader::EndElement:
|
||||
endElement(xml->name());
|
||||
++remainingUnfinishedElements;
|
||||
- // if we are using somebody else's qxmlstreamreader
|
||||
- // we should not read until the end of the stream
|
||||
- done = !m_ownsReader && (xml->name() == QLatin1String("svg"));
|
||||
+ done = (xml->name() == QLatin1String("svg"));
|
||||
break;
|
||||
case QXmlStreamReader::Characters:
|
||||
characters(xml->text());
|
||||
diff --git a/src/svg/qsvgstructure.cpp b/src/svg/qsvgstructure.cpp
|
||||
index b89608b..89c9e4e 100644
|
||||
--- a/src/svg/qsvgstructure.cpp
|
||||
|
||||
@@ -60,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="24">
|
||||
<Date>2022-02-18</Date>
|
||||
<Version>5.15.2</Version>
|
||||
<Comment>Rebuild kde patch.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="23">
|
||||
<Date>2022-01-06</Date>
|
||||
<Version>5.15.2</Version>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,9 @@
|
||||
<Dependency versionFrom="5.15.2">qt5-sql-sqlite</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">qt_kde.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -32,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="22">
|
||||
<Date>2022-02-18</Date>
|
||||
<Version>5.15.2</Version>
|
||||
<Comment>Rebuild kde patch.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="21">
|
||||
<Date>2020-12-14</Date>
|
||||
<Version>5.15.2</Version>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -85,6 +85,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="26">
|
||||
<Date>2022-02-18</Date>
|
||||
<Version>5.15.2</Version>
|
||||
<Comment>Rebuild kde patch</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="25">
|
||||
<Date>2022-01-06</Date>
|
||||
<Version>5.15.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user