File deepin-editor.spec of Package deepin-editor
#
# spec file for package deepin-editor
#
# Copyright (c) 2024 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/
#
Name: deepin-editor
Version: 6.0.17
Release: 0
Summary: A text editor for the Deepin environment
License: GPL-3.0-or-later
Group: Productivity/Text/Editors
URL: https://github.com/linuxdeepin/deepin-editor
Source0: https://github.com/linuxdeepin/deepin-editor/archive/%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTRAEM fix-library-link.patch hillwood@opensuse.org - Need link dtkgui
Patch0: fix-library-link.patch
# PATCH-FIX-UPSTRAEM fix-build-on-icu-75.patch hillwood@opensuse.org - ICU 75 needs c++17
Patch1: fix-build-on-icu-75.patch
%ifarch ppc ppc64 ppc64le s390 s390x
BuildRequires: deepin-desktop-base
%else
BuildRequires: deepin-manual
%endif
BuildRequires: fdupes
BuildRequires: gmock
BuildRequires: gtest
BuildRequires: hicolor-icon-theme
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: libicu-devel
BuildRequires: libqt5-linguist
BuildRequires: recode-devel
BuildRequires: cmake(DFrameworkdbus)
BuildRequires: cmake(KF5Codecs)
BuildRequires: cmake(KF5SyntaxHighlighting)
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(chardet)
BuildRequires: pkgconfig(dtkcore)
BuildRequires: pkgconfig(dtkgui)
BuildRequires: pkgconfig(dtkwidget)
BuildRequires: pkgconfig(enca)
BuildRequires: pkgconfig(uchardet)
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Deepin Editor is a desktop text editor that supports common text editing
features.
%lang_package
%prep
%autosetup -p1
sed -i 's/lrelease/lrelease-qt5/g' translate_generation.sh
sed -i 's/Exec=deepin-editor/Exec=env QT_QPA_PLATFORMTHEME=deepin deepin-editor/g' \
deepin-editor.desktop
%if 0%{?suse_version} > 1500
sed -i 's|KF5/KSyntaxHighlighting/|KF5/KSyntaxHighlighting/KSyntaxHighlighting/|g' \
src/editor/showflodcodewidget.h src/editor/dtextedit.cpp
%endif
%build
%cmake -DVERSION=%{version} \
-DAPP_VERSION=%{version}
%cmake_build
%install
%cmake_install
%fdupes %{buildroot}%{_datadir}
%find_lang %{name} --with-qt
%files
%doc CHANGELOG.md README.md README.zh_CN.md
%license LICENSE.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/deepin-manual/manual-assets/application/%{name}
%dir %{_datadir}/dsg
%dir %{_datadir}/dsg/configs
%dir %{_datadir}/dsg/configs/org.deepin.editor
%{_datadir}/dsg/configs/org.deepin.editor/org.deepin.editor.json
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/org.kde.syntax-highlighing
%{_datadir}/%{name}/themes
%files lang -f %{name}.lang
%dir %{_datadir}/%{name}/translations
%{_datadir}/%{name}/translations/%{name}.qm
%changelog