forked from pool/grantlee-editor
KDE Applications 19.08 Beta (take 2)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/grantlee-editor?expand=0&rev=94
This commit is contained in:
parent
0788fc4d85
commit
e1c5679f59
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b244eef352ef776cbb0d3d5e51ffaa629d4ca3b6bd7fc86a8fda8d24e5090bca
|
||||
size 110936
|
3
grantlee-editor-19.07.80.tar.xz
Normal file
3
grantlee-editor-19.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2610c9f615ff5888f2682f6cd6491c9066bb87299e7d5411de748f582a1a0bf8
|
||||
size 111564
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 11:58:55 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
|
||||
- Changes since 19.04.3:
|
||||
* now we depend against qt5.11
|
||||
* When we use framework 5.59.0 we can use new logging file directory
|
||||
* Fix i18n("") remove not necessary "..."
|
||||
* USe QVector here
|
||||
* It was fixed in 5.13.0beta2
|
||||
* Adapt to API changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 08:26:57 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,17 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define kf5_version 5.56.0
|
||||
%define kf5_version 5.59.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: grantlee-editor
|
||||
Version: 19.04.3
|
||||
Version: 19.07.80
|
||||
Release: 0
|
||||
Summary: Messageviewer header theme editor based on Grantlee
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: akonadi-mime-devel >= %{_kapp_version}
|
||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||
@ -83,17 +83,17 @@ rm %{buildroot}%{_kf5_libdir}/*.so
|
||||
|
||||
%files
|
||||
%license COPYING COPYING.LIB COPYING.DOC
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/contactthemeeditor/
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/headerthemeeditor/
|
||||
%{_kf5_applicationsdir}/org.kde.contactprintthemeeditor.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.contactthemeeditor.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.headerthemeeditor.desktop
|
||||
%{_kf5_debugdir}/grantleeditor.categories
|
||||
%{_kf5_debugdir}/grantleeditor.renamecategories
|
||||
%{_kf5_bindir}/contactprintthemeeditor
|
||||
%{_kf5_bindir}/contactthemeeditor
|
||||
%{_kf5_bindir}/headerthemeeditor
|
||||
%{_kf5_applicationsdir}/org.kde.contactprintthemeeditor.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.contactthemeeditor.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.headerthemeeditor.desktop
|
||||
%{_kf5_configkcfgdir}/grantleethemeeditor.kcfg
|
||||
%{_kf5_debugdir}/grantleeditor.categories
|
||||
%{_kf5_debugdir}/grantleeditor.renamecategories
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/contactthemeeditor/
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/headerthemeeditor/
|
||||
%{_kf5_libdir}/libgrantleethemeeditor.so.*
|
||||
|
||||
%if %{with lang}
|
||||
|
Loading…
Reference in New Issue
Block a user