20.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/markdownpart?expand=0&rev=2
This commit is contained in:
parent
2ad0958e65
commit
aeae16137f
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1dd6084a8a4e936618817490a4a0e99060865b8a5eebd85d69d42036f1c658b
|
||||
size 25200
|
3
markdownpart-20.11.80.tar.xz
Normal file
3
markdownpart-20.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea96f415ab9488d7ddebc8fff636286f3ba583cb2fb2fa3e151776f4c4c72097
|
||||
size 26168
|
16
markdownpart-20.11.80.tar.xz.sig
Normal file
16
markdownpart-20.11.80.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl+uooYACgkQOmpNuDnq
|
||||
ptfvlw/+MvzXtPS2hOsoD7zhpF12pRu+96SdX3mWCEeXAlELWeDAFwHUdGh9Onaw
|
||||
5lkg+WsOl4zpvJG7Xr9w9ZmbncaZdLYGYRZJY7IdD0DcdFQkGWoMyuMCOpXQxVue
|
||||
LzwiGBb/nysp1DVjqdA+EiEiBu5qsNdHDxfa3Z76/nngjotm8JnXSTx5VVizIoHf
|
||||
u0s6owUXlMJJq6JTd22CJ2IzJRzKQiItjkpLrbUZNW6k2eqA3TnhP2lQK6TVtMQd
|
||||
1CU8B47IO9waVEbYTYglabJ+U2RRFjzypj1QC3dOx3leYuBStkHFPytSnYYIAB7T
|
||||
qOm3sedRmmFjuf1SYVU4vOoM58lhpzBVRZPuP7mSF6n6T+yMm2Lc395u5EQ1WUDT
|
||||
fSwIkKp0Nh+d7rq61hDP1X5PKv9Ya13tTZVHzcblR60XR9X5Xjl8V73deuVRL0hW
|
||||
3SwGaGjHfve0OiTYBia3uZkowQ/p3ss3Ulroh0ix7clj6R+9LZOMIEzj/K/i8B9g
|
||||
yxoimLT7K5TxlQR+KLZ6Qyw7eBiixeo2wrdgprGKOCMcfceDtu9+sqZs6L24IEuZ
|
||||
dsHL0iGY4i/f0OXms8e7Gcto2sHFIjE2XrRC9I3ZRm7KaG7exn9N+WACmeFDaojh
|
||||
matMmujPqT03koqkunhrsgUue89yAJCfVxWtIp6E9xAl+BCEF3w=
|
||||
=j2hx
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 12:15:51 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 20.11.80.
|
||||
* New feature release
|
||||
- markdownpart is now released using the KDE release service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 05:33:42 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
||||
|
||||
|
@ -18,19 +18,26 @@
|
||||
|
||||
%define kf5_version 5.66.0
|
||||
%define qt5_version 5.14.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: markdownpart
|
||||
Version: 0.1.1
|
||||
Version: 20.11.80
|
||||
Release: 0
|
||||
Summary: KPart for rendering Markdown content
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Libraries
|
||||
URL: https://www.kde.org
|
||||
Source0: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Parts) >= %{kf5_version}
|
||||
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
A(nother) Markdown viewer KParts plugin, which allows
|
||||
@ -49,6 +56,7 @@ Examples are Ark, Krusader, Kate's preview plugin & Konqueror.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name}
|
||||
%endif
|
||||
@ -63,7 +71,6 @@ Examples are Ark, Krusader, Kate's preview plugin & Konqueror.
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%license LICENSES/LGPL-2.1-or-later.txt
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user