[Lunar-commits] <moonbase> xfce4-time-out-plugin: a xfce4 plugin to take breaks from computer work.

Florin Braescu florin at lunar-linux.org
Tue Apr 24 00:11:12 CEST 2012


commit c6e3a57b231aae32763ccb67367261026a8bc864
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Apr 24 00:11:12 2012 +0200

    xfce4-time-out-plugin: a xfce4 plugin to take breaks from computer work.
---
 xfce4/goodies/xfce4-time-out-plugin/BUILD   |   13 +++++++++++++
 xfce4/goodies/xfce4-time-out-plugin/DEPENDS |    1 +
 xfce4/goodies/xfce4-time-out-plugin/DETAILS |   21 +++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/xfce4/goodies/xfce4-time-out-plugin/BUILD b/xfce4/goodies/xfce4-time-out-plugin/BUILD
new file mode 100644
index 0000000..a9262d3
--- /dev/null
+++ b/xfce4/goodies/xfce4-time-out-plugin/BUILD
@@ -0,0 +1,13 @@
+(
+   [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
+
+   # make sure proper PKG_CONFIG_PATH is set
+   export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+   ./configure  --build=$BUILD             \
+                --prefix=${MODULE_PREFIX}  \
+                $OPTS                     &&
+
+   default_make
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/goodies/xfce4-time-out-plugin/DEPENDS b/xfce4/goodies/xfce4-time-out-plugin/DEPENDS
new file mode 100644
index 0000000..cb293d3
--- /dev/null
+++ b/xfce4/goodies/xfce4-time-out-plugin/DEPENDS
@@ -0,0 +1 @@
+depends xfce4-panel
diff --git a/xfce4/goodies/xfce4-time-out-plugin/DETAILS b/xfce4/goodies/xfce4-time-out-plugin/DETAILS
new file mode 100644
index 0000000..8f194cf
--- /dev/null
+++ b/xfce4/goodies/xfce4-time-out-plugin/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=xfce4-time-out-plugin
+           MAJOR=1.0
+         VERSION=$MAJOR.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://archive.xfce.org/src/panel-plugins/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:e1590a4abf9a27ce0d030ae0ad8d6c6752b9fc05
+   MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+        WEB_SITE=http://www.xfce.org
+         ENTERED=20120424
+         UPDATED=20120424
+           SHORT="A XFCE4 plugin for programming breaks"
+
+cat << EOF
+xfce4-time-out-plugin is a plugin for the Xfce panel. It's a 
+comfortable tool for taking a break from computer work every now 
+and then. You can define a working interval and whenever time
+of this interval has passed your screen is locked for a configurable
+amount of time - which gives you enough time to grab a cup of 
+coffee, smoke a cigarette or even do something healthy like eating, 
+exercising, cleaning up or whatever.
+EOF


More information about the Lunar-commits mailing list