diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-09-21 17:03:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-09-29 09:27:57 +0200 |
commit | f118e744072671eb4ac939b1e3bcd6d5b837d72e (patch) | |
tree | 4923d810d29a27c26f1886412b4d3b69392ad429 /arch/tde-extra/tde-tdeedu/kmplot.patch | |
parent | cf605086627048df669dae953a9034338ddc4fc5 (diff) | |
download | tde-packaging-f118e744072671eb4ac939b1e3bcd6d5b837d72e.tar.gz tde-packaging-f118e744072671eb4ac939b1e3bcd6d5b837d72e.zip |
ArchLinux: Update tdeaccessibility, tdeaddons, tdeedu and tdetoys to R14.0.10.
Backport patches to tdeedu to resolve FTBFS.
Switch tdeaccessibility and tdeedu to CMake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a57aaa1cd89496d98f5a82ab85e6fc221360d95d)
Diffstat (limited to 'arch/tde-extra/tde-tdeedu/kmplot.patch')
-rw-r--r-- | arch/tde-extra/tde-tdeedu/kmplot.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/tde-extra/tde-tdeedu/kmplot.patch b/arch/tde-extra/tde-tdeedu/kmplot.patch deleted file mode 100644 index 486ac6724..000000000 --- a/arch/tde-extra/tde-tdeedu/kmplot.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur tdeedu-orig/kmplot/kmplot/Makefile.am tdeedu/kmplot/kmplot/Makefile.am ---- tdeedu-orig/kmplot/kmplot/Makefile.am 2018-08-25 10:03:05.000000000 +0000 -+++ tdeedu/kmplot/kmplot/Makefile.am 2019-01-31 21:39:42.000000000 +0000 -@@ -28,6 +28,8 @@ - kmplot_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP - kmplot_LDADD = $(LIB_TDEPARTS) - -+kmplot_COMPILE_FIRST = FktDlgData.h qminmax.h settings.h -+ - # this is where the desktop file will go - appmimedir = $(kde_mimedir)/application - appmime_DATA = x-kmplot.desktop |