Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-kio
mingw64-kio.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mingw64-kio.spec of Package mingw64-kio
# # spec file for package mingw64-kio # # Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define _tar_path 5.103 # Full KF5 version (e.g. 5.33.0) %{!?_mingw64_kf5_version: %global _mingw64_kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_mingw64_kf5_bugfix_version: %define _mingw64_kf5_bugfix_version %(echo %{_mingw64_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang %bcond_with checks %define _name kio Name: mingw64-%{_name} Version: 5.103.0 Release: 0 Summary: Network transparent access to files and data License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{_name}-%{version}.tar.xz %if %{with lang} Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{_name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif Patch0: kio-5.76.0-skip-checking-executable-permissions-on-windows.patch Patch1: kio-5.103.0-add-5-suffix-to-cache-cleaner.patch BuildRequires: mingw64-cross-cmake BuildRequires: mingw64-cross-gcc-c++ BuildRequires: mingw64-cross-wine BuildRequires: mingw64-extra-cmake-modules >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64-kf5-filesystem %if 0 BuildRequires: mingw64-krb5-devel BuildRequires: mingw64-libacl-devel BuildRequires: mingw64-libattr-devel %endif BuildRequires: mingw64(cmake:KF5Archive) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5Bookmarks) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5Completion) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5ConfigWidgets) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5CoreAddons) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5Crash) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5DBusAddons) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5DocTools) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5GuiAddons) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5I18n) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5IconThemes) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5ItemViews) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5JobWidgets) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5Notifications) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5Service) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5Solid) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5TextWidgets) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5Wallet) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5WidgetsAddons) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5WindowSystem) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:KF5XmlGui) >= %{_mingw64_kf5_bugfix_version} BuildRequires: mingw64(cmake:Qt5Concurrent) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5Core) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5DBus) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5Network) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5Qml) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5Test) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5UiPlugin) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5Widgets) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5WinExtras) >= 5.11.0 BuildRequires: mingw64(cmake:Qt5Xml) >= 5.11.0 BuildRequires: mingw64(pkg:openssl) # BuildRequires: pkgconfig(x11) Requires: %{name}-core = %{version} # KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle Recommends: mingw64-kinit %if %{with lang} Recommends: %{name}-lang = %{version} %endif %_mingw64_package_header_debug BuildArch: noarch %description This framework implements almost all the file management functions you will ever need. In fact, the KDE file manager (Dolphin) and the KDE file dialog also uses this to provide its network-enabled file management. %package core Summary: Network transparent access to files and data Group: System/GUI/KDE # core subpackage created with 5.9.0 Conflicts: mingw64-kio <= 5.8.0 %description core This framework implements almost all the file management functions you will ever need. In fact, the KDE file manager (Dolphin) and the KDE file dialog also uses this to provide its network-enabled file management. KIO core libraries, ioslave and daemons. %package devel Summary: Network transparent access to files and data Group: Development/Libraries/KDE Requires: %{name} = %{version} Requires: %{name}-core = %{version} Requires: mingw64-extra-cmake-modules Requires: mingw64(cmake:KF5Bookmarks) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5Completion) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5Config) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5CoreAddons) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5ItemViews) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5JobWidgets) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5Service) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5Solid) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5WindowSystem) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:KF5XmlGui) >= %{_mingw64_kf5_bugfix_version} Requires: mingw64(cmake:Qt5Concurrent) >= 5.11.0 Requires: mingw64(cmake:Qt5DBus) >= 5.11.0 Requires: mingw64(cmake:Qt5Network) >= 5.11.0 %description devel This framework implements almost all the file management functions you will ever need. In fact, the KDE file manager (Dolphin) and the KDE file dialog also uses this to provide its network-enabled file management. Development files. %lang_package %_mingw64_debug_package %prep %setup -q -n %{_name}-%{version} %autopatch -p1 %build %_mingw64_cmake_kf5 -d build %_mingw64_cmake_build %check %if %{with checks} %_mingw64_cross_wine_init $PWD/build cd build %_mingw64_cross_wine_run ctest -VV -j10 %endif %install %_mingw64_kf5_makeinstall -C build %if %{with lang} %_mingw64_find_lang %{_name} --with-man --all-name %_mingw64_kf5_find_htmldocs %{_name} %endif %if %{with lang} %files lang -f %{_name}.lang %endif %files core %doc README* %license LICENSES/* %dir %{_mingw64_kf5_plugindir}/kf5 %dir %{_mingw64_kf5_plugindir}/kf5/kio %dir %{_mingw64_kf5_plugindir}/kf5/kiod %dir %{_mingw64_kf5_sharedir}/kconf_update/ %{_mingw64_kf5_applicationsdir}/kcm_trash.desktop %{_mingw64_kf5_applicationsdir}/ktelnetservice5.desktop %{_mingw64_kf5_bindir}/ktelnetservice5.exe %{_mingw64_kf5_bindir}/ktrash5.exe %{_mingw64_kf5_configdir}/accept-languages.codes %{_mingw64_kf5_debugdir}/kio.categories %{_mingw64_kf5_debugdir}/*.renamecategories %{_mingw64_kf5_bindir}/libKF5KIOCor*.dll %{_mingw64_kf5_bindir}/libKF5KIONTL*.dll %{_mingw64_kf5_bindir}/kio_http_cache_cleaner5.exe %{_mingw64_kf5_libexecdir}/kiod5.exe %if 0 %{_mingw64_kf5_plugindir}/kcm_trash.dll %endif %{_mingw64_kf5_plugindir}/kcm_proxy.dll %{_mingw64_kf5_plugindir}/kf5/kio/kio_file.dll %{_mingw64_kf5_plugindir}/kf5/kio/kio_ftp.dll %{_mingw64_kf5_plugindir}/kf5/kio/kio_ghelp.dll %{_mingw64_kf5_plugindir}/kf5/kio/kio_help.dll %{_mingw64_kf5_plugindir}/kf5/kio/kio_http.dll %{_mingw64_kf5_plugindir}/kf5/kio/kio_remote.dll %{_mingw64_kf5_plugindir}/kf5/kio/kio_trash.dll %{_mingw64_kf5_plugindir}/kf5/kiod/kssld.dll %{_mingw64_kf5_servicesdir}/http_cache_cleaner5.desktop %{_mingw64_kf5_servicesdir}/kcmtrash.desktop %{_mingw64_kf5_sharedir}/dbus-1/services/org.kde.kiod5.service %{_mingw64_kf5_sharedir}/dbus-1/services/org.kde.kioexecd.service %{_mingw64_kf5_sharedir}/dbus-1/services/org.kde.kssld5.service %{_mingw64_kf5_sharedir}/kconf_update/filepicker.upd %dir %{_mingw64_kf5_plugindir}/plasma/ %dir %{_mingw64_kf5_plugindir}/plasma/kcms %dir %{_mingw64_kf5_plugindir}/plasma/kcms/systemsettings %{_mingw64_kf5_plugindir}/plasma/kcms/systemsettings/kcm_smb.dll %dir %{_mingw64_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets %{_mingw64_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cookies.dll %{_mingw64_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_netpref.dll %files %doc README* %license LICENSES/* %dir %{_mingw64_kf5_htmldir} %dir %{_mingw64_kf5_htmldir}/en %dir %{_mingw64_kf5_plugindir}/kf5/kded %doc %lang(en) %{_mingw64_kf5_htmldir}/en/*/ %doc %lang(en) %{_mingw64_kf5_mandir}/*/kcookiejar5.* %{_mingw64_kf5_bindir}/kcookiejar5.exe %{_mingw64_kf5_configdir}/kshorturifilterrc %{_mingw64_kf5_datadir}/kcookiejar/ %{_mingw64_kf5_bindir}/libKF5KIOFileWidget*.dll %{_mingw64_kf5_bindir}/libKF5KIOGu*.dll %{_mingw64_kf5_bindir}/libKF5KIOWidget*.dll %{_mingw64_kf5_libexecdir}/kioexec.exe %{_mingw64_kf5_libexecdir}/kioslave5.exe %if 0 %{_mingw64_kf5_libexecdir}/kpac_dhcp_helper.exe %{_mingw64_kf5_notifydir}/proxyscout.notifyrc %{_mingw64_kf5_plugindir}/kf5/kded/proxyscout.dll %endif %{_mingw64_kf5_plugindir}/kcm_webshortcuts.dll %{_mingw64_kf5_plugindir}/kf5/kded/kcookiejar.dll %{_mingw64_kf5_plugindir}/kf5/kded/remotenotifier.dll %{_mingw64_kf5_plugindir}/kf5/kiod/kioexecd.dll %{_mingw64_kf5_plugindir}/kf5/kiod/kpasswdserver.dll %dir %{_mingw64_kf5_plugindir}/kf5/urifilters/ %{_mingw64_kf5_plugindir}/kf5/urifilters/*.dll %{_mingw64_kf5_servicesdir}/cookies.desktop %{_mingw64_kf5_servicesdir}/netpref.desktop %{_mingw64_kf5_servicesdir}/proxy.desktop %{_mingw64_kf5_servicesdir}/searchproviders/ %{_mingw64_kf5_servicesdir}/smb.desktop %{_mingw64_kf5_servicesdir}/webshortcuts.desktop %{_mingw64_kf5_servicetypesdir}/ %{_mingw64_kf5_sharedir}/dbus-1/services/org.kde.kcookiejar5.service %{_mingw64_kf5_sharedir}/dbus-1/services/org.kde.kpasswdserver.service %files devel %{_mingw64_datadir}/kdevappwizard/ %{_mingw64_kf5_bindir}/protocoltojson.exe %{_mingw64_kf5_dbusinterfacesdir}/kf5_org.kde.KCookieServer.xml %{_mingw64_kf5_dbusinterfacesdir}/kf5_org.kde.KDirNotify.xml %{_mingw64_kf5_dbusinterfacesdir}/kf5_org.kde.KPasswdServer.xml %{_mingw64_kf5_dbusinterfacesdir}/kf5_org.kde.KSlaveLauncher.xml %{_mingw64_kf5_dbusinterfacesdir}/kf5_org.kde.kio.FileUndoManager.xml %{_mingw64_kf5_includedir}/ %{_mingw64_kf5_libdir}/cmake/KF5KIO/ %{_mingw64_kf5_libdir}/libKF5KIOCore.dll.a %{_mingw64_kf5_libdir}/libKF5KIOFileWidgets.dll.a %{_mingw64_kf5_libdir}/libKF5KIOGui.dll.a %{_mingw64_kf5_libdir}/libKF5KIONTLM.dll.a %{_mingw64_kf5_libdir}/libKF5KIOWidgets.dll.a %{_mingw64_kf5_mkspecsdir}/qt_KIOCore.pri %{_mingw64_kf5_mkspecsdir}/qt_KIOFileWidgets.pri %{_mingw64_kf5_mkspecsdir}/qt_KIOGui.pri %{_mingw64_kf5_mkspecsdir}/qt_KIOWidgets.pri %{_mingw64_kf5_mkspecsdir}/qt_KNTLM.pri %dir %{_mingw64_kf5_plugindir}/designer %{_mingw64_kf5_plugindir}/designer/kio5widgets.dll %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor