parent
097021821b
commit
191edfb1fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183110
5 changed files with 53 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
SUBDIR += wmtz
|
||||
SUBDIR += xalarm
|
||||
SUBDIR += xdaliclock
|
||||
SUBDIR += xfce4-timer-plugin
|
||||
SUBDIR += xmms-alarm
|
||||
SUBDIR += xtimer
|
||||
SUBDIR += xtu
|
||||
|
|
28
x11-clocks/xfce4-timer-plugin/Makefile
Normal file
28
x11-clocks/xfce4-timer-plugin/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: timer plugin for xfce4
|
||||
# Date created: 23 Januar 2007
|
||||
# Whom: Martin Wilke (miwi@FreeBSD.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-timer-plugin
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= x11-clocks xfce
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A timer 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.pre.mk>
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
3
x11-clocks/xfce4-timer-plugin/distinfo
Normal file
3
x11-clocks/xfce4-timer-plugin/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xfce4/xfce4-timer-plugin-0.5.1.tar.bz2) = 0036d3805cbe051d35e8ec595237e88c
|
||||
SHA256 (xfce4/xfce4-timer-plugin-0.5.1.tar.bz2) = 2fcbc67dac28a7aa8f41e3695f20a1c61c99792e17afa7ca8671da8eee1fd6c2
|
||||
SIZE (xfce4/xfce4-timer-plugin-0.5.1.tar.bz2) = 311862
|
3
x11-clocks/xfce4-timer-plugin/pkg-descr
Normal file
3
x11-clocks/xfce4-timer-plugin/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Timer plugin for the xfce panel.
|
||||
|
||||
WWW: http://goodies.xfce.org/
|
18
x11-clocks/xfce4-timer-plugin/pkg-plist
Normal file
18
x11-clocks/xfce4-timer-plugin/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
libexec/xfce4/panel-plugins/xfce4-timer
|
||||
share/locale/cs/LC_MESSAGES/xfce4-timer-plugin.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-timer-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-timer-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-timer-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-timer-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-timer-plugin.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-timer-plugin.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-timer-plugin.mo
|
||||
share/xfce4/panel-plugins/xfce4-timer.desktop
|
||||
@dirrm share/xfce4/panel-plugins
|
||||
@dirrm share/xfce4
|
||||
@dirrmtry share/locale/pl/LC_MESSAGES
|
||||
@dirrmtry share/locale/pl
|
||||
@dirrmtry share/locale/cs/LC_MESSAGES
|
||||
@dirrmtry share/locale/cs
|
||||
@dirrm libexec/xfce4/panel-plugins
|
||||
@dirrm libexec/xfce4
|
Loading…
Reference in a new issue