SHA256
1
0
forked from pool/ghostwriter

Accepting request 1080540 from KDE:Applications

KDE Release Gear 23.04 (forwarded request 1079740 from krop)

OBS-URL: https://build.opensuse.org/request/show/1080540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostwriter?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2023-04-23 20:45:33 +00:00 committed by Git OBS Bridge
commit 0a8ef73f05
6 changed files with 79 additions and 44 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eac28868f5605311816a76e3c5d4138753c6c84d428983f224ff2f5ce58332e0
size 7757010

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d0c7ca8b36459c831699a4f4c691a9452a5cd89b2e4f8260aeaf4a4d2d3bcfa
size 3071592

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmQ48MgACgkQu0YzUNbv
Me+lbg/7BCNCEfnUQAZE13Eh/9dA9y2Yz5oqu//G+dRL7ovtBj+BisZD7ANbDOtN
U/bh89308visRRIQnEHnVtlcjCmOeiH+uO01hxLFf82m4PkmDoWkaqflWcTb9rfi
9cCoWsCEyTQ8CyFKEuFsuh26BsjL3SioeZ7x4/HOSPBrskKE2qsu2CXb323IjJ/d
96fJL6Fgp2rY8hlup4KGS0+xIa9uzvAABU0J8qR1AUS28/eoI2DxsgQljDIEIoW3
MZEWXsnVI0oN3SxDf4uJi6D5MJBb8tmFoyOTz4Am5nLaUsxg4o3QDFYhYFdhZU6i
dAl0Tc24qUwH5OitQEu1VXb7JrOnK/m5+mNazvNjOpTgQoOGlq6n9Cx3SXEx7rra
tGn9juosc3KbuZFORIRxhXIGXM7By0lpPl2rFKT8I0uUaUDZunjipWINBygwwccL
Zjrg5UjtjgtyLmgYRvEqlym6IKnLCGMt4mnBYLDMt9BvizCRd4ZrZgQ7P3xK2Rbb
swshuYbIsOOMK21XpvnIEU28SkCBO4+6IT/0oMLyUjTR5+wJAZ6QDWFy9DycXbfZ
+jySkrpHBz5vsOlM4yef/3eY7u9QyzxdOx62WWlJV0U6T+4F1nWYEB9Ku6eme0a9
se04wnbrTL7Ru5JXi9O8x1i5lhdMZNnkrZmKuvrTFtNn0wjYth0=
=I0VD
-----END PGP SIGNATURE-----

View File

@ -1,8 +1,29 @@
-------------------------------------------------------------------
Sat Apr 15 08:45:20 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.04.0/
-------------------------------------------------------------------
Fri Mar 31 16:41:38 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.90
* New feature release
-------------------------------------------------------------------
Sat Mar 18 17:58:07 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release
-------------------------------------------------------------------
Sat Oct 8 15:00:30 UTC 2022 - Olivier Belleux <o.g.m.belleux@gmail.com>
- Good news from Nate Graham "KDE Welcomes a new app to the fold: Ghostwriter is now a KDE app!"
So I update my last update https://KDE.github.io/ghostwriter --> https://ghostwriter.kde.org.
- Good news from Nate Graham "KDE Welcomes a new app to the fold:
Ghostwriter is now a KDE app!". So I update my last update
https://KDE.github.io/ghostwriter --> https://ghostwriter.kde.org.
- Now I hope the website url is the good one !
-------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#
# spec file for package ghostwriter
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,36 +16,38 @@
#
%bcond_without released
Name: ghostwriter
Version: 2.1.6
Version: 23.04.0
Release: 0
Summary: A distraction-free Markdown editor
License: GPL-3.0-or-later
Group: Productivity/Text/Editors
URL: https://ghostwriter.kde.org
Source: https://github.com/KDE/ghostwriter/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: hicolor-icon-theme
BuildRequires: libqt5-linguist
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5MultimediaWidgets)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5WebEngineCore)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5Sonnet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5WebChannel)
BuildRequires: cmake(Qt5WebEngineWidgets)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(hunspell)
Recommends: %{name}-lang
Recommends: multimarkdown
Suggests: MultiMarkdown-5
Suggests: MultiMarkdown-6
Suggests: cmark
Suggests: discount
Suggests: pandoc
Suggests: texlive-context
Suggests: wkhtmltopdf
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
%description
ghostwriter is a text editor for Markdown, which is a plain text
@ -56,30 +58,26 @@ provides a relaxing, distraction-free writing environment.
%lang_package
%prep
%autosetup
%autosetup -p1
%build
lrelease-qt5 %{name}.pro
%qmake5 PREFIX=%{_prefix}
%make_jobs
%cmake_kf5 -d build
%cmake_build
%install
%qmake5_install
%suse_update_desktop_file -r %{name} TextEditor
%find_lang %{name} --with-qt
%kf5_makeinstall -C build
%find_lang %{name} --with-qt --with-man
%files
%license COPYING
%doc README.md CREDITS.md
%{_bindir}/ghostwriter
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/ghostwriter.appdata.xml
%{_datadir}/applications/ghostwriter.desktop
%{_datadir}/icons/hicolor/*
%{_mandir}/man1/ghostwriter.1%{?ext_man}
%license LICENSES/*
%doc README.md
%{_kf5_applicationsdir}/org.kde.ghostwriter.desktop
%{_kf5_appstreamdir}/org.kde.ghostwriter.metainfo.xml
%{_kf5_bindir}/ghostwriter
%{_kf5_iconsdir}/hicolor/*/apps/ghostwriter.*
%{_kf5_mandir}/man1/ghostwriter.1%{?ext_man}
%files lang -f %{name}.lang
%dir %{_datadir}/ghostwriter
%dir %{_datadir}/ghostwriter/translations
%changelog