diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-01 20:41:42 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-01 20:41:42 +0000 |
commit | 4c66fd861e536f7b7e2e68a78b748cfeb62026c4 (patch) | |
tree | 87c3a796971548386b7761b4a1f3d8b0c001e9d0 /user/spectacle/qt5.9.patch | |
parent | fb133d320c064560942081ed07c783e1dffe9a50 (diff) | |
download | packages-4c66fd861e536f7b7e2e68a78b748cfeb62026c4.tar.gz packages-4c66fd861e536f7b7e2e68a78b748cfeb62026c4.tar.bz2 packages-4c66fd861e536f7b7e2e68a78b748cfeb62026c4.tar.xz packages-4c66fd861e536f7b7e2e68a78b748cfeb62026c4.zip |
user/[KDE Graphics]: Bump to 19.12.0 (and Krita)
This bumps Krita to 4.2.8.2, the latest release.
Also removes the Qt 5.9 compat patch for Spectacle.
Diffstat (limited to 'user/spectacle/qt5.9.patch')
-rw-r--r-- | user/spectacle/qt5.9.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/user/spectacle/qt5.9.patch b/user/spectacle/qt5.9.patch deleted file mode 100644 index aa830f86b..000000000 --- a/user/spectacle/qt5.9.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- spectacle-19.04.0/CMakeLists.txt.old 2019-04-12 00:06:23.000000000 +0000 -+++ spectacle-19.04.0/CMakeLists.txt 2019-04-18 22:57:10.598054362 +0000 -@@ -11,7 +11,7 @@ - # Spectacle project - project(Spectacle VERSION ${SPECTACLE_VERSION}) - --set(QT_MIN_VERSION "5.10.0") -+set(QT_MIN_VERSION "5.9.0") - set(KF5_MIN_VERSION "5.53.0") - set(PLASMA_MIN_VERSION "5.12.0") - ---- spectacle-19.04.0/src/SpectacleCore.cpp.old 2019-04-11 07:37:14.000000000 +0000 -+++ spectacle-19.04.0/src/SpectacleCore.cpp 2019-04-18 22:57:46.694193923 +0000 -@@ -165,8 +165,7 @@ - break; - case Actions::StartNewInstance: - QProcess newInstance; -- newInstance.setProgram(QStringLiteral("spectacle")); -- newInstance.startDetached(); -+ newInstance.startDetached(QStringLiteral("spectacle")); - break; - } - } |