forked from pool/ghostwriter
- Run spec-cleaner
- Drop not needed scriplets focus. OBS-URL: https://build.opensuse.org/package/show/editors/ghostwriter?expand=0&rev=26
This commit is contained in:
parent
593a1b38e3
commit
5b9594aa12
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 12:03:01 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Run spec-cleaner
|
||||
- Drop not needed scriplets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 8 22:18:35 UTC 2018 - seb95.scou@gmail.com
|
||||
|
||||
@ -30,7 +36,6 @@ Sun Apr 8 22:18:35 UTC 2018 - seb95.scou@gmail.com
|
||||
* Themes now support options for emphasis color and block text color.
|
||||
Note that emphasis color will also affect the color of headings, and
|
||||
block text color will affect the color of block quotes and code blocks.
|
||||
|
||||
* Issue #302: ghostwriter will now look for default Qt
|
||||
translations on the standard Qt translations path
|
||||
(for standard buttons/text). These default Qt translations
|
||||
@ -71,7 +76,6 @@ Sun Apr 8 22:18:35 UTC 2018 - seb95.scou@gmail.com
|
||||
* ghostwriter will now search in the mozilla-dicts installation
|
||||
location for dictionaries on OpenBSD.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 3 09:29:25 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
@ -87,7 +91,7 @@ Sat May 27 22:13:51 UTC 2017 - luke.nukem.jones@gmail.com
|
||||
|
||||
- Update to version 1.5.0
|
||||
* HUD windows can now be closed using the Esc key when they have
|
||||
focus.
|
||||
focus.
|
||||
* A new option has been added to highlight double spaces at the
|
||||
end of a line.
|
||||
* Github-style task lists can now be made using the * and +
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghostwriter
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,9 +20,9 @@ Name: ghostwriter
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: A distraction-free Markdown editor
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Text/Editors
|
||||
Url: https://wereturtle.github.io/ghostwriter
|
||||
URL: https://wereturtle.github.io/ghostwriter
|
||||
Source: https://github.com/wereturtle/ghostwriter/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
@ -38,10 +38,6 @@ BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5WebKit)
|
||||
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
||||
BuildRequires: pkgconfig(hunspell)
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(post): update-desktop-files
|
||||
Requires(postun): hicolor-icon-theme
|
||||
Requires(postun): update-desktop-files
|
||||
Recommends: %{name}-lang
|
||||
Recommends: multimarkdown
|
||||
Suggests: MultiMarkdown-5
|
||||
@ -73,22 +69,15 @@ lrelease-qt5 %{name}.pro
|
||||
%suse_update_desktop_file -r %{name} TextEditor
|
||||
%find_lang %{name} --with-qt
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%doc README.md CREDITS.md COPYING
|
||||
%license COPYING
|
||||
%doc README.md CREDITS.md
|
||||
%{_bindir}/ghostwriter
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/ghostwriter.appdata.xml
|
||||
%{_datadir}/applications/ghostwriter.desktop
|
||||
%{_datadir}/icons/hicolor/*
|
||||
%{_mandir}/man1/ghostwriter.1%{ext_man}
|
||||
%{_mandir}/man1/ghostwriter.1%{?ext_man}
|
||||
%{_datadir}/pixmaps/ghostwriter.xpm
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user