mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add xfce4-datetime-plugin 0.2, XFce 4 additional clock module
which also shows date. You can change font for display. PR: 58759 Submitted by: Matt Lancereau <matt@rimasec.net>
This commit is contained in:
parent
aee4e20012
commit
f224a0bca4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95885
@ -37,6 +37,7 @@
|
||||
SUBDIR += wmtz
|
||||
SUBDIR += xalarm
|
||||
SUBDIR += xdaliclock
|
||||
SUBDIR += xfce4-datetime-plugin
|
||||
SUBDIR += xmms-alarm
|
||||
SUBDIR += xtimer
|
||||
SUBDIR += xtu
|
||||
|
29
x11-clocks/xfce4-datetime-plugin/Makefile
Normal file
29
x11-clocks/xfce4-datetime-plugin/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: xfce4-datetime-plugin
|
||||
# Date created: 2003-10-31
|
||||
# Whom: Matt Lancereau <matt@rimasec.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-datetime-plugin
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= x11-clocks xfce
|
||||
MASTER_SITES= http://download.berlios.de/datetime/
|
||||
|
||||
MAINTAINER= matt@rimasec.net
|
||||
COMMENT= XFce 4 additional clock module which also shows date
|
||||
|
||||
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
||||
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-clocks/xfce4-datetime-plugin/distinfo
Normal file
1
x11-clocks/xfce4-datetime-plugin/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xfce4-datetime-plugin-0.2.tar.gz) = ff4d9b545550fa72eba1c37a5d48edb6
|
4
x11-clocks/xfce4-datetime-plugin/pkg-descr
Normal file
4
x11-clocks/xfce4-datetime-plugin/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
XFce 4 additional clock module which also shows date.
|
||||
You can change font for display.
|
||||
|
||||
WWW: http://xfce-goodies.berlios.de/
|
3
x11-clocks/xfce4-datetime-plugin/pkg-plist
Normal file
3
x11-clocks/xfce4-datetime-plugin/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/xfce4/panel-plugins/libdatetime.la
|
||||
lib/xfce4/panel-plugins/libdatetime.so
|
||||
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user