diff --git a/ark-18.04.0-arm-mimssing-include-memory.patch b/ark-18.04.0-arm-mimssing-include-memory.patch new file mode 100644 index 0000000..945760f --- /dev/null +++ b/ark-18.04.0-arm-mimssing-include-memory.patch @@ -0,0 +1,11 @@ +--- ark-18.04.0/plugins/libzipplugin/libzipplugin.cpp.orig 2018-05-12 18:01:01.109803857 +0200 ++++ ark-18.04.0/plugins/libzipplugin/libzipplugin.cpp 2018-05-12 16:17:44.575881324 +0200 +@@ -42,6 +42,8 @@ + #include + #include + ++#include ++ + K_PLUGIN_FACTORY_WITH_JSON(LibZipPluginFactory, "kerfuffle_libzip.json", registerPlugin();) + + // This is needed for hooking a C callback to a C++ non-static member diff --git a/ark.spec b/ark.spec index c1610d6..16851ba 100644 --- a/ark.spec +++ b/ark.spec @@ -1,5 +1,5 @@ Name: ark -Version: 17.12.3 +Version: 18.04.0 Release: 1mamba Summary: Manager for compressed files and archives Group: Graphical Desktop/Applications/Archiving @@ -8,6 +8,7 @@ Distribution: openmamba Packager: Davide Madrisan URL: http://www.kde.org Source: http://download.kde.org/stable/applications/%{version}/src/ark-%{version}.tar.xz +Patch0: ark-18.04.0-arm-mimssing-include-memory.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -47,6 +48,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %prep %setup -q +%patch0 -p1 %build %cmake_kde5 -d build @@ -94,7 +96,7 @@ exit 0 %{_kde5_libdir}/libkerfuffle.so.* %{_libdir}/qt5/plugins/kf5/kfileitemaction/*.so %{_datadir}/metainfo/org.kde.ark.appdata.xml -%{_datadir}/mime/packages/kerfuffle.xml +#%{_datadir}/mime/packages/kerfuffle.xml %dir %{_datadir}/kxmlgui5/ark %{_datadir}/kxmlgui5/ark/*.rc %{_kde5_kcfgdir}/%{name}.kcfg @@ -122,6 +124,9 @@ exit 0 %doc COPYING %changelog +* Mon Apr 23 2018 Automatic Build System 18.04.0-1mamba +- automatic version update by autodist + * Thu Mar 08 2018 Automatic Build System 17.12.3-1mamba - automatic version update by autodist