forked from pool/rsibreak
Accepting request 732336 from home:wolfi323:branches:KDE:Extra
- Update to 0.12.11: * Improve notification integration with the notification KCM * Translation improvements * Minor code cleanup - Switch Qt5/KF5 BuildRequires to cmake() style OBS-URL: https://build.opensuse.org/request/show/732336 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/rsibreak?expand=0&rev=16
This commit is contained in:
parent
9dae00e86e
commit
eb912bd733
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93f790e107c9ec98c6a5f45f89b318a0b72c906c69828f2f91094b859510cc51
|
||||
size 546044
|
3
rsibreak-0.12.11.tar.xz
Normal file
3
rsibreak-0.12.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bf2e7d837a0807542b6f505a7fa71aa48e576ef4bb68ad0d4dddeba9e795d25
|
||||
size 547764
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 10:41:35 UTC 2019 - wbauer@tmo.at
|
||||
|
||||
- Update to 0.12.11:
|
||||
* Improve notification integration with the notification KCM
|
||||
* Translation improvements
|
||||
* Minor code cleanup
|
||||
- Switch Qt5/KF5 BuildRequires to cmake() style
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 18:52:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define base_ver 0.12
|
||||
Name: rsibreak
|
||||
Version: 0.12.10
|
||||
Version: 0.12.11
|
||||
Release: 0
|
||||
Summary: Repetetive Strain Injury recovery and prevention assistance utility
|
||||
License: GPL-2.0-or-later
|
||||
@ -27,25 +27,22 @@ URL: https://userbase.kde.org/RSIBreak
|
||||
Source0: https://download.kde.org/stable/rsibreak/%{base_ver}/rsibreak-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kidletime-devel
|
||||
BuildRequires: knotifications-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.3.0
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5ConfigWidgets)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5DBusAddons)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5IdleTime)
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(KF5NotifyConfig)
|
||||
BuildRequires: cmake(KF5TextWidgets)
|
||||
BuildRequires: cmake(KF5WindowSystem)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||
Requires: hicolor-icon-theme
|
||||
Recommends: %{name}-lang = %{version}
|
||||
Obsoletes: %{name}-doc < %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user