This plugin makes it possible to take periodical breaks from the computer every
X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
This commit is contained in:
parent
dbe57b8299
commit
8b538e6893
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199029
@ -55,6 +55,7 @@
|
||||
SUBDIR += xalarm
|
||||
SUBDIR += xdaliclock
|
||||
SUBDIR += xfce4-datetime-plugin
|
||||
SUBDIR += xfce4-timer-out-plugin
|
||||
SUBDIR += xfce4-timer-plugin
|
||||
SUBDIR += xmms-alarm
|
||||
SUBDIR += xtimer
|
||||
|
26
x11-clocks/xfce4-timer-out-plugin/Makefile
Normal file
26
x11-clocks/xfce4-timer-out-plugin/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: timer plugin for xfce4
|
||||
# Date created: 23 Januar 2007
|
||||
# Whom: Martin Wilke (miwi@FreeBSD.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-time-out-plugin
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= x11-clocks xfce
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A timer out plugin for xfce
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv libgui libutil panel
|
||||
USE_XLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-clocks/xfce4-timer-out-plugin/distinfo
Normal file
3
x11-clocks/xfce4-timer-out-plugin/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = d2f5b157cf47c754d8dd007c73a4d1e6
|
||||
SHA256 (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = b06c2ae768b47af5a550995218bb6f24f561c11c4fc091bbca83921998f47ea6
|
||||
SIZE (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = 201413
|
5
x11-clocks/xfce4-timer-out-plugin/pkg-descr
Normal file
5
x11-clocks/xfce4-timer-out-plugin/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This plugin makes it possible to take periodical breaks from the computer every
|
||||
X minutes. During breaks it locks your screen. It optionally allows you to
|
||||
postpone breaks for a certain time.
|
||||
|
||||
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
|
10
x11-clocks/xfce4-timer-out-plugin/pkg-plist
Normal file
10
x11-clocks/xfce4-timer-out-plugin/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
libexec/xfce4/panel-plugins/xfce4-time-out-plugin
|
||||
share/icons/hicolor/48x48/apps/xfce4-time-out-plugin.png
|
||||
share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg
|
||||
share/locale/de/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/xfce4/panel-plugins/xfce4-time-out-plugin.desktop
|
||||
@dirrm share/xfce4/panel-plugins
|
||||
@dirrm share/xfce4
|
||||
@dirrm libexec/xfce4/panel-plugins
|
||||
@dirrm libexec/xfce4
|
Loading…
Reference in New Issue
Block a user