Accepting request 848499 from home:ecsos
- Update to 1.4.0 * New Features: - Two different types of Multiple Language Spellchecking support added: - A user can now specify a Primary and a Secondary Language dictionary for real-time spellchecking (red squiggley underline). - The Spellcheck Dialog will now support spell checking as determined by xml:lang and lang attributes in any languages with dictionaries - Main UI icons now use scalable svg files to better serve higher res displays. - New brighter Sigil Application Icon is now being used. - Alternate Sigil main Application Icon now available as a build-time option - Sigil now provides 3 different Icon Themes for the user: Main, Fluent, and Material. Again all thanks goes to eckyEbook for creating/collecting all of the icon themes! - Sigil will now support a custom user-determined Icon theme via a custom .rcc file. - pre-made icon themes for Legacy and Material themes in different base colors are now available with more user-contributed theme files to hopefully come. - checkout https://github.com/Sigil-Ebook/IconThemes for more information and additional themes - New main toolbar icons are now available and improved icon groupings have been made to provide the user with a greater - degree of toolbar customization. Users may need to drag and drop icon grouping and modify their selections of Toolbars to see some of these new options. - Improved support for IRI (international) hrefs. OPF newly added file manifest ids now converted to plain ascii to prevent issues with older readers * Bug Fixes: - Fix bugs in Marking for Index - Perform major URL en/decode refactoring to properly handle '#' (and other reserved chars) in file names - Translate "Table of Contents" using book language not ui langauge - Fix handling of links when using Add Existing on xhtml files with links to other xhtml files - Fix split code to better handle duplicate target ids that reside in different files - Bug fixes for the plugin interface from wrCisco - Bug fixes for the plugin interface setguide from BeckyDTP - Fix bug in OPF parsing when valid but non-traditional namespace prefixes are used - Fix rare off by one condition in clip number to clip enditor model conversion OBS-URL: https://build.opensuse.org/request/show/848499 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=48
This commit is contained in:
16
sigil.spec
16
sigil.spec
@@ -18,7 +18,7 @@
|
||||
|
||||
%define sigil_doc_version 2019.09.03
|
||||
Name: sigil
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: WYSIWYG Ebook Editor
|
||||
License: GPL-3.0-only
|
||||
@@ -66,6 +66,8 @@ BuildRequires: python3-html5lib
|
||||
BuildRequires: python3-lxml >= 4.4.2
|
||||
# upstream use for python3-qt5 5.12.3
|
||||
BuildRequires: python3-qt5
|
||||
BuildRequires: python3-sip
|
||||
BuildRequires: python3-sip-common
|
||||
# upstream use for python3-regex 2020.6.8
|
||||
BuildRequires: python3-regex
|
||||
# upstream use for python3-six 1.15.0
|
||||
@@ -158,11 +160,11 @@ cmake -G "Unix Makefiles" \
|
||||
mkdir -p %{buildroot}%{_datadir}/applications
|
||||
|
||||
# install icons for the .desktop file
|
||||
install -m644 -D src/Resource_Files/icon/app_icon_16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icon_32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icon_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icon_128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icon_256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/sigil.png
|
||||
install -m644 -D src/Resource_Files/icon/app_icons_orig/app_icon_256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/sigil.png
|
||||
install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%suse_update_desktop_file %{name}
|
||||
@@ -200,6 +202,8 @@ popd
|
||||
%{_datadir}/%{name}/python3lib
|
||||
%{_datadir}/%{name}/polyfills
|
||||
%{_datadir}/%{name}/plugin_launchers
|
||||
%dir %{_datadir}/%{name}/iconthemes
|
||||
%{_datadir}/%{name}/iconthemes/*.rcc
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/%{name}/*
|
||||
|
||||
|
Reference in New Issue
Block a user