KDE Applications 18.08.0 beta (third time's the charm)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/grantlee-editor?expand=0&rev=59
This commit is contained in:
parent
2f5585d05b
commit
8c6861fef0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de016ffc04427cc6ef68589d99d067f0c3a15850fbaec322572f9ed1238c261d
|
|
||||||
size 111032
|
|
3
grantlee-editor-18.07.80.tar.xz
Normal file
3
grantlee-editor-18.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:173841135905d8c81574275443b8bb2195b53d049917700039979022749cd2b7
|
||||||
|
size 111444
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 26 13:00:28 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 18.07.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||||
|
- Changes since 18.04.3:
|
||||||
|
* Fix warning
|
||||||
|
* KNS3::standardAction doesn't support new connect api
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 13 04:49:47 UTC 2018 - lbeltrame@kde.org
|
Fri Jul 13 04:49:47 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: grantlee-editor
|
Name: grantlee-editor
|
||||||
Version: 18.04.3
|
Version: 18.07.80
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Messageviewer header theme editor based on Grantlee
|
Summary: Messageviewer header theme editor based on Grantlee
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -68,9 +68,7 @@ BuildRequires: boost-devel
|
|||||||
%endif
|
%endif
|
||||||
Requires: kaddressbook
|
Requires: kaddressbook
|
||||||
Requires: kmail-application-icons
|
Requires: kmail-application-icons
|
||||||
%if %{with lang}
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# It can only build on the same platforms as Qt Webengine
|
# It can only build on the same platforms as Qt Webengine
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
@ -79,9 +77,7 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|||||||
A theme editor for messageviewer based on Grantlee. Once created or modified,
|
A theme editor for messageviewer based on Grantlee. Once created or modified,
|
||||||
the themes can be used in KMail.
|
the themes can be used in KMail.
|
||||||
|
|
||||||
%if %{with lang}
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user