Accepting request 58327 from KDE:Distro:Factory
Accepted submit request 58327 from user wstephenson OBS-URL: https://build.opensuse.org/request/show/58327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsibreak?expand=0&rev=17
This commit is contained in:
parent
aff8109cf2
commit
bf8ffb1c4b
22
gcc-45.diff
22
gcc-45.diff
@ -1,22 +0,0 @@
|
||||
--- src/rsitimer.cpp.sav 2009-07-19 15:35:42.000000000 +0200
|
||||
+++ src/rsitimer.cpp 2010-02-15 15:43:33.921351095 +0100
|
||||
@@ -490,7 +490,7 @@ void RSITimer::readConfig()
|
||||
m_ignoreIdleForTinyBreaks = config.readEntry( "IgnoreIdleForTinyBreaks", false );
|
||||
|
||||
config = KGlobal::config()->group( "General" );
|
||||
- m_lastrunDt = config.readEntry( "LastRunTimeStamp", QDateTime::QDateTime() );
|
||||
+ m_lastrunDt = config.readEntry( "LastRunTimeStamp", QDateTime() );
|
||||
m_lastrunTiny = config.readEntry( "LastRunTinyLeft", 0 );
|
||||
m_lastrunBig = config.readEntry( "LastRunBigLeft", 0 );
|
||||
}
|
||||
--- src/CMakeLists.txt.sav 2009-07-19 15:35:42.000000000 +0200
|
||||
+++ src/CMakeLists.txt 2010-02-15 15:42:29.005358277 +0100
|
||||
@@ -49,7 +49,7 @@ breakcontrol.cpp
|
||||
|
||||
QT4_ADD_DBUS_ADAPTOR( rsibreak_sources
|
||||
org.rsibreak.rsiwidget.xml
|
||||
-rsiwidget.h RSIObject::RSIObject
|
||||
+rsiwidget.h RSIObject
|
||||
)
|
||||
|
||||
# compilation
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:604632d09b7fc61d24a79a5160c63bdd0fd39f67c33a5b7f7632b10d7fe57b0b
|
||||
size 397732
|
3
rsibreak-0.11.tar.bz2
Normal file
3
rsibreak-0.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc224812c4554209a9cbba830078cee727ed1a5a3c8cb2109cbac78af2382efb
|
||||
size 463748
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 08:46:12 UTC 2011 - wstephenson@novell.com
|
||||
|
||||
- Update to 0.11
|
||||
* add button to defer break
|
||||
* Fix detection of additional screens
|
||||
* Make popup time configurable
|
||||
* Require Qt 4.6.0 and KDE 4.4.0
|
||||
* Fix timers when lock button is pressed
|
||||
* Add the possibility to remove the lock button
|
||||
* Remove buggy screenshot to show RSIBreak in the systray at
|
||||
startup and when launching a second time
|
||||
* Add notification settings to the config
|
||||
* Don't restart timers when leaving config and timers has not
|
||||
been changed
|
||||
* Slideshoweffect: make the visibility of small images optional
|
||||
* Make popup visibly more attractive
|
||||
* Make timers work for Qt=>4.4
|
||||
* Fix plasma category
|
||||
* Use KIdle library from kdelibs, instead of directly asking X
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 14:46:24 UTC 2010 - llunak@novell.com
|
||||
|
||||
|
@ -25,11 +25,10 @@ Url: http://www.kde-apps.org/content/show.php?content=29725
|
||||
Group: Productivity/Other
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 2
|
||||
%define tar_version 0.10
|
||||
%define tar_version 0.11
|
||||
Source: rsibreak-%tar_version.tar.bz2
|
||||
Patch1: gcc-45.diff
|
||||
Provides: kde4-rsibreak = 0.9.0
|
||||
Obsoletes: kde4-rsibreak <= 0.9.0
|
||||
%kde4_runtime_requires
|
||||
@ -48,7 +47,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -n rsibreak-%tar_version -q
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
|
Loading…
Reference in New Issue
Block a user