SHA256
1
0
forked from pool/rsibreak
OBS User unknown 2007-01-15 23:35:27 +00:00 committed by Git OBS Bridge
commit ecfd1b9882
6 changed files with 169 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
Rsibreak-0.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a25d492393486b420f59c5b5cfa1809ed8788bd1cb341605d3d47480e6c7603
size 832998

0
ready Normal file
View File

46
rsibreak.changes Normal file
View File

@ -0,0 +1,46 @@
-------------------------------------------------------------------
Sun Oct 15 09:10:07 CEST 2006 - stbinner@suse.de
- Update to version 0.8
* Replaced DCOP dialog with a more flexible and standardized
interface to attach events to breaks
* Show where RSIBreak is located in the tray when started a
second time.
* RSIBreak now has a manual.
* Option to only reset timers when idle for the duration of a
long break.
* Skip button in relax popup
* Xinerama fixes
Images smaller than 1/3 of the screen will not be used for
the slideshow
* Some tiny optimizations and bugfixes
-------------------------------------------------------------------
Tue Jun 20 08:45:54 CEST 2006 - stbinner@suse.de
- Update to version 0.7.1
* New icons from Lee Olson.
* Usability review from Tina Trillitzsch.
* Two new DCOP calls: doTinyBreak and doBigBreak.
* New statistics: percentage of activity during the last minute,
last hour and last 6 hours.
* Inform the user when the next break will be a big break.
* Ability to make DCOP calls to the start and end of breaks.
* Possibility to use KDCOP to set that up.
* Possibility to break at fixed times.
-------------------------------------------------------------------
Tue May 30 07:26:33 CEST 2006 - adrian@suse.de
- fix build for < 10.1
-------------------------------------------------------------------
Tue Apr 11 08:44:53 CEST 2006 - stbinner@suse.de
- Update to version 0.6
-------------------------------------------------------------------
Wed Apr 5 16:53:58 CEST 2006 - stbinner@suse.de
- Initial package (version 0.6 rc1)

96
rsibreak.spec Normal file
View File

@ -0,0 +1,96 @@
#
# spec file for package rsibreak (Version 0.8.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rsibreak
URL: http://www.rsibreak.org
BuildRequires: kdelibs3-devel
License: GPL
Group: Productivity/Other
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 0.8.0
Release: 1
Source: Rsibreak-%{version}.tar.bz2
%description
Repetitive Strain Injury is an illness which can occur as a result of
working with a mouse and keyboard. This utility can be used to remind
you to take a break now and then.
Authors:
--------
Tom Albers <tomalbers@kde.nl>
Bram Schoenmakers <bramschoenmakers@kde.nl>
%prep
%setup -q -n %name-%version
. /etc/opt/kde3/common_options
update_admin
%build
. /etc/opt/kde3/common_options
./configure $configkde --disable-final
make %{?jobs:-j%jobs}
%install
. /etc/opt/kde3/common_options
make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
%if %suse_version < 1010
%suse_update_desktop_file %name TimeUtility
%else
%suse_update_desktop_file -G "RSI Prevention" %name TimeUtility
%endif
%find_lang %name
%files -f %name.lang
%defattr(-,root,root)
/opt/kde3/bin/rsibreak
/opt/kde3/share/apps/rsibreak
/opt/kde3/share/applications/kde/rsibreak.desktop
/opt/kde3/share/autostart/rsibreak.desktop
/opt/kde3/share/icons/*/*/*/rsibreak*
%dir /opt/kde3/share/doc/HTML/en/rsibreak-%version-apidocs
%changelog -n rsibreak
* Sun Oct 15 2006 - stbinner@suse.de
- Update to version 0.8
* Replaced DCOP dialog with a more flexible and standardized
interface to attach events to breaks
* Show where RSIBreak is located in the tray when started a
second time.
* RSIBreak now has a manual.
* Option to only reset timers when idle for the duration of a
long break.
* Skip button in relax popup
* Xinerama fixes
Images smaller than 1/3 of the screen will not be used for
the slideshow
* Some tiny optimizations and bugfixes
* Tue Jun 20 2006 - stbinner@suse.de
- Update to version 0.7.1
* New icons from Lee Olson.
* Usability review from Tina Trillitzsch.
* Two new DCOP calls: doTinyBreak and doBigBreak.
* New statistics: percentage of activity during the last minute,
last hour and last 6 hours.
* Inform the user when the next break will be a big break.
* Ability to make DCOP calls to the start and end of breaks.
* Possibility to use KDCOP to set that up.
* Possibility to break at fixed times.
* Tue May 30 2006 - adrian@suse.de
- fix build for < 10.1
* Tue Apr 11 2006 - stbinner@suse.de
- Update to version 0.6
* Wed Apr 05 2006 - stbinner@suse.de
- Initial package (version 0.6 rc1)