forked from pool/grantlee-editor
This commit is contained in:
parent
e5de7cfdb6
commit
bd0b037384
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:44:57 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
* QtWebEngine supports Wayland starting with Qt 5.9
|
||||||
|
* Disable context menu
|
||||||
|
* Fix compile
|
||||||
|
* Minor
|
||||||
|
* Fix icon problem on wayland
|
||||||
|
* Don't use deprecated method
|
||||||
|
* Port some foreach
|
||||||
|
* Fix coding style
|
||||||
|
* Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
||||||
|
* Don't use kpartgui
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:16:47 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:16:47 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: grantlee-editor
|
|||||||
Version: 17.07.90
|
Version: 17.07.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.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: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Base package of kdepim
|
Summary: Base package of kdepim
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
@ -34,6 +34,7 @@ BuildRequires: extra-cmake-modules >= %{kf5_version}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: grantleetheme-devel
|
BuildRequires: grantleetheme-devel
|
||||||
|
BuildRequires: cmake(KF5KaddressbookGrantlee)
|
||||||
#Only required for the icon
|
#Only required for the icon
|
||||||
BuildRequires: kaddressbook
|
BuildRequires: kaddressbook
|
||||||
BuildRequires: karchive-devel
|
BuildRequires: karchive-devel
|
||||||
@ -53,7 +54,6 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: syntax-highlighting-devel
|
BuildRequires: syntax-highlighting-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(KF5KaddressbookGrantlee)
|
|
||||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||||
@ -68,7 +68,9 @@ 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
|
||||||
@ -103,16 +105,16 @@ rm %{buildroot}%{_kf5_libdir}/*.so
|
|||||||
%doc COPYING COPYING.LIB COPYING.DOC
|
%doc COPYING COPYING.LIB COPYING.DOC
|
||||||
%config %{_kf5_configdir}/grantleeditor.categories
|
%config %{_kf5_configdir}/grantleeditor.categories
|
||||||
%config %{_kf5_configdir}/grantleeditor.renamecategories
|
%config %{_kf5_configdir}/grantleeditor.renamecategories
|
||||||
%{_bindir}/contactprintthemeeditor
|
%{_kf5_bindir}/contactprintthemeeditor
|
||||||
%{_bindir}/contactthemeeditor
|
%{_kf5_bindir}/contactthemeeditor
|
||||||
%{_bindir}/headerthemeeditor
|
%{_kf5_bindir}/headerthemeeditor
|
||||||
%{_libdir}/libgrantleethemeeditor.so.*
|
|
||||||
%{_kf5_applicationsdir}/org.kde.contactprintthemeeditor.desktop
|
%{_kf5_applicationsdir}/org.kde.contactprintthemeeditor.desktop
|
||||||
%{_kf5_applicationsdir}/org.kde.contactthemeeditor.desktop
|
%{_kf5_applicationsdir}/org.kde.contactthemeeditor.desktop
|
||||||
%{_kf5_applicationsdir}/org.kde.headerthemeeditor.desktop
|
%{_kf5_applicationsdir}/org.kde.headerthemeeditor.desktop
|
||||||
%{_kf5_configkcfgdir}/grantleethemeeditor.kcfg
|
%{_kf5_configkcfgdir}/grantleethemeeditor.kcfg
|
||||||
%{_kf5_htmldir}/en/contactthemeeditor/
|
%doc %lang(en) %{_kf5_htmldir}/en/contactthemeeditor/
|
||||||
%{_kf5_htmldir}/en/headerthemeeditor/
|
%doc %lang(en) %{_kf5_htmldir}/en/headerthemeeditor/
|
||||||
|
%{_kf5_libdir}/libgrantleethemeeditor.so.*
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user