KDE Applications 18.04 RC (take 3): for the changes proposed by Wolfgang, I think they can get in after this is accepted.
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ktimer?expand=0&rev=67
This commit is contained in:
parent
3ff6a767e7
commit
fd58ea268c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d00d4a17ab8c01b8cbb6b8f1393b3b1feaab6ac5befab5d3c282a3e061910be
|
|
||||||
size 452056
|
|
3
ktimer-18.03.90.tar.xz
Normal file
3
ktimer-18.03.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6911636f8ece963f75ad2a8a4bfa50d3f88be9637902bb097b783c78f1c26cc
|
||||||
|
size 454540
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 06 07:09:59 CEST 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 18.03.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.03.90.php
|
||||||
|
- Changes since 17.12.3:
|
||||||
|
* Add appdata file for KTimer
|
||||||
|
* Add info about consecutive tasks for KTimer
|
||||||
|
* Added a feature to execute the next task after the previous one finishes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 08 23:52:15 CET 2018 - lbeltrame@kde.org
|
Thu Mar 08 23:52:15 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: ktimer
|
Name: ktimer
|
||||||
Version: 17.12.3
|
Version: 18.03.90
|
||||||
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)
|
||||||
@ -42,6 +42,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
@ -82,6 +83,7 @@ Countdown launching tool for KDE
|
|||||||
%{_kf5_applicationsdir}/org.kde.ktimer.desktop
|
%{_kf5_applicationsdir}/org.kde.ktimer.desktop
|
||||||
%{_kf5_bindir}/ktimer
|
%{_kf5_bindir}/ktimer
|
||||||
%{_kf5_iconsdir}/hicolor/*/*/*.png
|
%{_kf5_iconsdir}/hicolor/*/*/*.png
|
||||||
|
%{_kf5_appstreamdir}/org.kde.ktimer.appdata.xml
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user