Difference between revisions of "Workrave"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(updated workrave to 1.9.4)
 
Line 1: Line 1:
 
Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. Please refer to the feature comparison for a complete list of features, and how the program performs with respect to other programs on the market. The program runs on GNU/Linux and Microsoft Windows.  
 
Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. Please refer to the feature comparison for a complete list of features, and how the program performs with respect to other programs on the market. The program runs on GNU/Linux and Microsoft Windows.  
  
Available from http://www.workrave.org/welcome/.  Make sure you either already have GTK+ installed or depends using this package
+
Available from http://www.workrave.org/welcome/.  GTK no longer seems like it must be installed seprately.
http://wpkg.org/GTK2_runtime
+
  
 
<source lang="xml">
 
<source lang="xml">
Line 8: Line 7:
 
       id="workrave"
 
       id="workrave"
 
       name="Workrave - Help prevent RSI"
 
       name="Workrave - Help prevent RSI"
       revision="1"
+
       revision="2"
 
       priority="0"
 
       priority="0"
 
       reboot="false">
 
       reboot="false">
      <depends package-id="gtk"/>
+
       <check type="uninstall" condition="exists" path="Workrave 1.9.4" />
       <check type="uninstall" condition="exists" path="Workrave 1.9.1" />
+
       <install cmd='%SOFTWARE%\workrave\workrave-win32-v1.9.4-installer.exe /sp- /silent /norestart ' />
       <install cmd='%SOFTWARE%\workrave\workrave-win32-v1.9.1-installer.exe /sp- /silent /norestart ' />
+
 
       <remove cmd='%PROGRAMFILES%\Workrave\unins000.exe /SILENT ' />
 
       <remove cmd='%PROGRAMFILES%\Workrave\unins000.exe /SILENT ' />
 
   </package>
 
   </package>

Latest revision as of 19:27, 21 June 2011

Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. Please refer to the feature comparison for a complete list of features, and how the program performs with respect to other programs on the market. The program runs on GNU/Linux and Microsoft Windows.

Available from http://www.workrave.org/welcome/. GTK no longer seems like it must be installed seprately.

   <package
      id="workrave"
      name="Workrave - Help prevent RSI"
      revision="2"
      priority="0"
      reboot="false">
      <check type="uninstall" condition="exists" path="Workrave 1.9.4" />
      <install cmd='%SOFTWARE%\workrave\workrave-win32-v1.9.4-installer.exe /sp- /silent /norestart ' />
      <remove cmd='%PROGRAMFILES%\Workrave\unins000.exe /SILENT ' />
   </package>