diff options
author | martti <martti@pkgsrc.org> | 2003-12-03 05:14:20 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-12-03 05:14:20 +0000 |
commit | f76b4c4e719f935d1380c0e459e14f482676763e (patch) | |
tree | d4eaba9d3837b82ca85e4969cbce09f56032da1d | |
parent | e438e472e0e79756067a847aa62db2128bce6510 (diff) | |
download | pkgsrc-f76b4c4e719f935d1380c0e459e14f482676763e.tar.gz |
Calendar plugin for XFce4.
-rw-r--r-- | time/xfce4-datetime-plugin/DESCR | 1 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/Makefile | 13 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/PLIST | 4 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/buildlink2.mk | 26 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/distinfo | 4 |
5 files changed, 48 insertions, 0 deletions
diff --git a/time/xfce4-datetime-plugin/DESCR b/time/xfce4-datetime-plugin/DESCR new file mode 100644 index 00000000000..faa88dcf6c2 --- /dev/null +++ b/time/xfce4-datetime-plugin/DESCR @@ -0,0 +1 @@ +Calendar plugin for XFce4. diff --git a/time/xfce4-datetime-plugin/Makefile b/time/xfce4-datetime-plugin/Makefile new file mode 100644 index 00000000000..d6b74b44e31 --- /dev/null +++ b/time/xfce4-datetime-plugin/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 05:14:20 martti Exp $ + +.include "../../meta-pkgs/xfce4/Makefile.common" + +XFCE4_VERSION= 0.2 + +DISTNAME= xfce4-datetime-plugin-${XFCE4_VERSION} +CATEGORIES= sysutils +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +COMMENT= XFce4 calendar plugin + +.include "../../x11/xfce4-panel/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/xfce4-datetime-plugin/PLIST b/time/xfce4-datetime-plugin/PLIST new file mode 100644 index 00000000000..84dde369b16 --- /dev/null +++ b/time/xfce4-datetime-plugin/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 05:14:20 martti Exp $ +lib/xfce4/panel-plugins/libdatetime.a +lib/xfce4/panel-plugins/libdatetime.la +lib/xfce4/panel-plugins/libdatetime.so diff --git a/time/xfce4-datetime-plugin/buildlink2.mk b/time/xfce4-datetime-plugin/buildlink2.mk new file mode 100644 index 00000000000..5b8c7888e98 --- /dev/null +++ b/time/xfce4-datetime-plugin/buildlink2.mk @@ -0,0 +1,26 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 05:14:20 martti Exp $ +# +# This Makefile fragment is included by packages that use xfce4-datetime-plugin. +# +# This file was created automatically using createbuildlink 2.8. +# + +.if !defined(XFCE4_DATETIME_PLUGIN_BUILDLINK2_MK) +XFCE4_DATETIME_PLUGIN_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= xfce4-datetime-plugin +BUILDLINK_DEPENDS.xfce4-datetime-plugin?= xfce4-datetime-plugin>=0.2 +BUILDLINK_PKGSRCDIR.xfce4-datetime-plugin?= ../../time/xfce4-datetime-plugin + +EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4-datetime-plugin=xfce4-datetime-plugin +BUILDLINK_PREFIX.xfce4-datetime-plugin_DEFAULT= ${X11PREFIX} +BUILDLINK_FILES.xfce4-datetime-plugin+= lib/xfce4/panel-plugins/libdatetime.* + +.include "../../x11/xfce4-panel/buildlink2.mk" +.include "../../devel/glib2/buildlink2.mk" + +BUILDLINK_TARGETS+= xfce4-datetime-plugin-buildlink + +xfce4-datetime-plugin-buildlink: _BUILDLINK_USE + +.endif # XFCE4_DATETIME_PLUGIN_BUILDLINK2_MK diff --git a/time/xfce4-datetime-plugin/distinfo b/time/xfce4-datetime-plugin/distinfo new file mode 100644 index 00000000000..74962e95921 --- /dev/null +++ b/time/xfce4-datetime-plugin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/03 05:14:20 martti Exp $ + +SHA1 (xfce4-datetime-plugin-0.2.tar.gz) = fbaae795fd7c6ca22c95b89501814eefd9c7d20b +Size (xfce4-datetime-plugin-0.2.tar.gz) = 196314 bytes |