!1 Init qt6-qt5compat
From: @East_x Reviewed-by: @Jingwiw Signed-off-by: @Jingwiw
This commit is contained in:
commit
b6edd4f50a
BIN
qt5compat-everywhere-src-6.5.0.tar.xz
Normal file
BIN
qt5compat-everywhere-src-6.5.0.tar.xz
Normal file
Binary file not shown.
85
qt6-qt5compat.spec
Normal file
85
qt6-qt5compat.spec
Normal file
@ -0,0 +1,85 @@
|
||||
|
||||
%global qt_module qt5compat
|
||||
|
||||
%define short_version 6.5
|
||||
|
||||
Summary: Unsupported Qt 5 APIs for Qt 6
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.5.0
|
||||
Release: 1
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
URL: https://www.qt.io
|
||||
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: qt6-qtbase-devel >= %{version}
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
# qt6-qtdeclarative is required for QtGraphicalEffects
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtshadertools-devel
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
%{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}}
|
||||
BuildRequires: libicu-devel
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: qt6-qtbase-devel%{?_isa}
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{qt_module}-everywhere-src-%{version} -p1
|
||||
|
||||
%build
|
||||
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} -DQT_FEATURE_qt3d_system_assimp=ON
|
||||
|
||||
cmake --build . %{?_smp_mflags} --verbose
|
||||
|
||||
%install
|
||||
DESTDIR="%{buildroot}" cmake --install .
|
||||
|
||||
## .prl/.la file love
|
||||
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
|
||||
pushd %{buildroot}%{_qt6_libdir}
|
||||
for prl_file in libQt6*.prl ; do
|
||||
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
|
||||
if [ -f "$(basename ${prl_file} .prl).so" ]; then
|
||||
rm -fv "$(basename ${prl_file} .prl).la"
|
||||
sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
|
||||
fi
|
||||
done
|
||||
popd
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%{_qt6_libdir}/libQt6Core5Compat.so.6*
|
||||
%{_qt6_archdatadir}/qml/Qt5Compat/GraphicalEffects/*
|
||||
|
||||
%files devel
|
||||
%{_qt6_headerdir}/QtCore5Compat/
|
||||
%{_qt6_libdir}/libQt6Core5Compat.prl
|
||||
%{_qt6_libdir}/libQt6Core5Compat.so
|
||||
%{_qt6_libdir}/cmake/Qt6/FindWrapIconv.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/Qt5CompatTestsConfig.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6Core5Compat/
|
||||
%{_qt6_libdir}/cmake/Qt6Core5Compat/*.cmake
|
||||
%{_qt6_mkspecsdir}/modules/*.pri
|
||||
%{_qt6_archdatadir}/modules/*.json
|
||||
%{_qt6_archdatadir}/metatypes/qt6*_metatypes.json
|
||||
%{_qt6_libdir}/pkgconfig/*.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 19 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
|
||||
- init package
|
||||
4
qt6-qt5compat.yaml
Normal file
4
qt6-qt5compat.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://code.qt.io/qt/qt5compat.git
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user