summaryrefslogtreecommitdiffstats
path: root/kde5-utils/kcalc
diff options
context:
space:
mode:
authorTreeve Jelbert2018-04-19 10:57:54 +0200
committerTreeve Jelbert2018-04-19 10:57:54 +0200
commit44c9e2b7d4afec49b7e2044964250bc97d682766 (patch)
tree6bd6e36d4278bd7c5d38ef63180beaa499931ab7 /kde5-utils/kcalc
parent9158702954aed3030e19f97d59ca1ab7d32c2bfd (diff)
Revert "kcalc - fix for qt5.11"
This reverts commit f2f883aa2da8dad623a8670276ce4ede4d76749a.
Diffstat (limited to 'kde5-utils/kcalc')
-rw-r--r--kde5-utils/kcalc/HISTORY3
-rwxr-xr-xkde5-utils/kcalc/PRE_BUILD3
-rw-r--r--kde5-utils/kcalc/patches/qt5.11.patch12
3 files changed, 0 insertions, 18 deletions
diff --git a/kde5-utils/kcalc/HISTORY b/kde5-utils/kcalc/HISTORY
index 88cdfbe35f..8db800eee8 100644
--- a/kde5-utils/kcalc/HISTORY
+++ b/kde5-utils/kcalc/HISTORY
@@ -1,6 +1,3 @@
-2018-04-06 Treeve Jelbert <treeve@sourcemage.org>
- * PRE_BUILD qt5.11.patch: added
-
2018-03-08 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 17.12.3
diff --git a/kde5-utils/kcalc/PRE_BUILD b/kde5-utils/kcalc/PRE_BUILD
deleted file mode 100755
index 922c0ab256..0000000000
--- a/kde5-utils/kcalc/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches
diff --git a/kde5-utils/kcalc/patches/qt5.11.patch b/kde5-utils/kcalc/patches/qt5.11.patch
deleted file mode 100644
index 203897b328..0000000000
--- a/kde5-utils/kcalc/patches/qt5.11.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/kcalc.cpp b/kcalc.cpp
-index a2e7148..f6ab135 100644
---- a/kcalc.cpp
-+++ b/kcalc.cpp
-@@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
- #include <QMenuBar>
- #include <QShortcut>
- #include <QStyle>
-+#include <QButtonGroup>
-
- #include <KAboutData>
- #include <KAcceleratorManager>