From 93757057681540803579eda11d367c6aebb7f9ee Mon Sep 17 00:00:00 2001 From: sergei Date: Mon, 15 Dec 2003 14:51:57 +0000 Subject: 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 --- x11-clocks/xfce4-datetime-plugin/Makefile | 29 +++++++++++++++++++++++++++++ x11-clocks/xfce4-datetime-plugin/distinfo | 1 + x11-clocks/xfce4-datetime-plugin/pkg-descr | 4 ++++ x11-clocks/xfce4-datetime-plugin/pkg-plist | 3 +++ 4 files changed, 37 insertions(+) create mode 100644 x11-clocks/xfce4-datetime-plugin/Makefile create mode 100644 x11-clocks/xfce4-datetime-plugin/distinfo create mode 100644 x11-clocks/xfce4-datetime-plugin/pkg-descr create mode 100644 x11-clocks/xfce4-datetime-plugin/pkg-plist (limited to 'x11-clocks/xfce4-datetime-plugin') diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile new file mode 100644 index 000000000000..0f258b94d4e0 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xfce4-datetime-plugin +# Date created: 2003-10-31 +# Whom: Matt Lancereau +# +# $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 diff --git a/x11-clocks/xfce4-datetime-plugin/distinfo b/x11-clocks/xfce4-datetime-plugin/distinfo new file mode 100644 index 000000000000..04bbd2af2738 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/distinfo @@ -0,0 +1 @@ +MD5 (xfce4-datetime-plugin-0.2.tar.gz) = ff4d9b545550fa72eba1c37a5d48edb6 diff --git a/x11-clocks/xfce4-datetime-plugin/pkg-descr b/x11-clocks/xfce4-datetime-plugin/pkg-descr new file mode 100644 index 000000000000..1ec85e842c81 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/pkg-descr @@ -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/ diff --git a/x11-clocks/xfce4-datetime-plugin/pkg-plist b/x11-clocks/xfce4-datetime-plugin/pkg-plist new file mode 100644 index 000000000000..78a889ffa694 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/pkg-plist @@ -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 -- cgit