diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-15 22:51:57 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-15 22:51:57 +0800 |
commit | 93757057681540803579eda11d367c6aebb7f9ee (patch) | |
tree | 41cbe90ccec198920b14adcb5acf36e8e53d990f /x11-clocks | |
parent | 7bf7e96f42eff44321f19f4af6903312002f354d (diff) | |
download | freebsd-ports-graphics-93757057681540803579eda11d367c6aebb7f9ee.tar.gz freebsd-ports-graphics-93757057681540803579eda11d367c6aebb7f9ee.tar.zst freebsd-ports-graphics-93757057681540803579eda11d367c6aebb7f9ee.zip |
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>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 29 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/pkg-descr | 4 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/pkg-plist | 3 |
5 files changed, 38 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 4d7296cc776..d8b1bf2bee0 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -37,6 +37,7 @@ SUBDIR += wmtz SUBDIR += xalarm SUBDIR += xdaliclock + SUBDIR += xfce4-datetime-plugin SUBDIR += xmms-alarm SUBDIR += xtimer SUBDIR += xtu diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile new file mode 100644 index 00000000000..0f258b94d4e --- /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 <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> diff --git a/x11-clocks/xfce4-datetime-plugin/distinfo b/x11-clocks/xfce4-datetime-plugin/distinfo new file mode 100644 index 00000000000..04bbd2af273 --- /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 00000000000..1ec85e842c8 --- /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 00000000000..78a889ffa69 --- /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 |