diff options
author | martti <martti@pkgsrc.org> | 2007-04-27 10:48:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-04-27 10:48:06 +0000 |
commit | d4627017e123ff08f3f914603a16572d6ca563ff (patch) | |
tree | ae3f1977510b30b4fdce4a142938642820f786b9 /time | |
parent | 71b9bd2e4c0f33d7fcb847539a06ceffbaacddd3 (diff) | |
download | pkgsrc-d4627017e123ff08f3f914603a16572d6ca563ff.tar.gz |
Added some Xfce plugins.
Diffstat (limited to 'time')
-rw-r--r-- | time/xfce4-timer-plugin/DESCR | 1 | ||||
-rw-r--r-- | time/xfce4-timer-plugin/Makefile | 14 | ||||
-rw-r--r-- | time/xfce4-timer-plugin/PLIST | 12 | ||||
-rw-r--r-- | time/xfce4-timer-plugin/buildlink3.mk | 24 | ||||
-rw-r--r-- | time/xfce4-timer-plugin/distinfo | 5 |
5 files changed, 56 insertions, 0 deletions
diff --git a/time/xfce4-timer-plugin/DESCR b/time/xfce4-timer-plugin/DESCR new file mode 100644 index 00000000000..3fa11198084 --- /dev/null +++ b/time/xfce4-timer-plugin/DESCR @@ -0,0 +1 @@ +Timer plugin for xfce4 panel. diff --git a/time/xfce4-timer-plugin/Makefile b/time/xfce4-timer-plugin/Makefile new file mode 100644 index 00000000000..13e8f33b389 --- /dev/null +++ b/time/xfce4-timer-plugin/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $ +# + +.include "../../meta-pkgs/xfce4/Makefile.common" + +XFCE4_VERSION= 0.5.1 + +DISTNAME= xfce4-timer-plugin-${XFCE4_VERSION} +CATEGORIES= time +MASTER_SITES= http://goodies.xfce.org/releases/xfce4-timer-plugin/ +COMMENT= Xfce4 timer plugin + +.include "../../x11/xfce4-panel/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/xfce4-timer-plugin/PLIST b/time/xfce4-timer-plugin/PLIST new file mode 100644 index 00000000000..fdaf9d5461f --- /dev/null +++ b/time/xfce4-timer-plugin/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $ +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 +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor diff --git a/time/xfce4-timer-plugin/buildlink3.mk b/time/xfce4-timer-plugin/buildlink3.mk new file mode 100644 index 00000000000..ac16ae257db --- /dev/null +++ b/time/xfce4-timer-plugin/buildlink3.mk @@ -0,0 +1,24 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +XFCE4_TIMER_PLUGIN_BUILDLINK3_MK:= ${XFCE4_TIMER_PLUGIN_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= xfce4-timer-plugin +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-timer-plugin} +BUILDLINK_PACKAGES+= xfce4-timer-plugin +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-timer-plugin + +.if ${XFCE4_TIMER_PLUGIN_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.xfce4-timer-plugin+= xfce4-timer-plugin>=0.5.1 +BUILDLINK_PKGSRCDIR.xfce4-timer-plugin?= ../../time/xfce4-timer-plugin +.endif # XFCE4_TIMER_PLUGIN_BUILDLINK3_MK + +.include "../../x11/xfce4-panel/buildlink3.mk" +.include "../../devel/xfce4-dev-tools/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/time/xfce4-timer-plugin/distinfo b/time/xfce4-timer-plugin/distinfo new file mode 100644 index 00000000000..1632d7f895b --- /dev/null +++ b/time/xfce4-timer-plugin/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $ + +SHA1 (xfce4-timer-plugin-0.5.1.tar.bz2) = 3d0d36139c1d757bd92d177c693071ca3599529a +RMD160 (xfce4-timer-plugin-0.5.1.tar.bz2) = 02018ce4801883ec6005a132062fdfd1ec4c61ae +Size (xfce4-timer-plugin-0.5.1.tar.bz2) = 311862 bytes |