diff options
author | martti <martti@pkgsrc.org> | 2003-09-26 10:34:53 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-26 10:34:53 +0000 |
commit | d08394eeda0d7de9758c3903441bf0032ca23166 (patch) | |
tree | cd5f421bff97494af61b04f5b8c865e1b5a2a477 | |
parent | db855be9747b0d6d941c4f5aba74604feba11700 (diff) | |
download | pkgsrc-d08394eeda0d7de9758c3903441bf0032ca23166.tar.gz |
Show desktop plugin for XFce4.
-rw-r--r-- | sysutils/xfce4-showdesktop-plugin/DESCR | 1 | ||||
-rw-r--r-- | sysutils/xfce4-showdesktop-plugin/Makefile | 15 | ||||
-rw-r--r-- | sysutils/xfce4-showdesktop-plugin/PLIST | 4 | ||||
-rw-r--r-- | sysutils/xfce4-showdesktop-plugin/buildlink2.mk | 27 | ||||
-rw-r--r-- | sysutils/xfce4-showdesktop-plugin/distinfo | 4 |
5 files changed, 51 insertions, 0 deletions
diff --git a/sysutils/xfce4-showdesktop-plugin/DESCR b/sysutils/xfce4-showdesktop-plugin/DESCR new file mode 100644 index 00000000000..4aeb73ec582 --- /dev/null +++ b/sysutils/xfce4-showdesktop-plugin/DESCR @@ -0,0 +1 @@ +Show desktop plugin for XFce4. diff --git a/sysutils/xfce4-showdesktop-plugin/Makefile b/sysutils/xfce4-showdesktop-plugin/Makefile new file mode 100644 index 00000000000..a39a55a78ce --- /dev/null +++ b/sysutils/xfce4-showdesktop-plugin/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 10:34:53 martti Exp $ + +.include "../../meta-pkgs/xfce4/Makefile.common" + +XFCE4_VERSION= 0.1.1 + +DISTNAME= xfce4-showdesktop-plugin-${XFCE4_VERSION} +CATEGORIES= sysutils +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +COMMENT= XFce4 showdesktop plugin + +WRKSRC= ${WRKDIR}/xfce4-showdesktop-plugin + +.include "../../x11/xfce4-panel/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/xfce4-showdesktop-plugin/PLIST b/sysutils/xfce4-showdesktop-plugin/PLIST new file mode 100644 index 00000000000..c7733d2c810 --- /dev/null +++ b/sysutils/xfce4-showdesktop-plugin/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/26 10:34:53 martti Exp $ +lib/xfce4/panel-plugins/libshowdesktop.a +lib/xfce4/panel-plugins/libshowdesktop.la +lib/xfce4/panel-plugins/libshowdesktop.so diff --git a/sysutils/xfce4-showdesktop-plugin/buildlink2.mk b/sysutils/xfce4-showdesktop-plugin/buildlink2.mk new file mode 100644 index 00000000000..47a01ff5123 --- /dev/null +++ b/sysutils/xfce4-showdesktop-plugin/buildlink2.mk @@ -0,0 +1,27 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/09/26 10:34:53 martti Exp $ +# +# This Makefile fragment is included by packages that use xfce4-showdesktop-plugin. +# +# This file was created automatically using createbuildlink 2.6. +# + +.if !defined(XFCE4_SHOWDESKTOP_PLUGIN_BUILDLINK2_MK) +XFCE4_SHOWDESKTOP_PLUGIN_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= xfce4-showdesktop-plugin +BUILDLINK_DEPENDS.xfce4-showdesktop-plugin?= xfce4-showdesktop-plugin>=0.1.1 +BUILDLINK_PKGSRCDIR.xfce4-showdesktop-plugin?= ../../sysutils/xfce4-showdesktop-plugin + +EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4-showdesktop-plugin=xfce4-showdesktop-plugin +BUILDLINK_PREFIX.xfce4-showdesktop-plugin_DEFAULT= ${X11PREFIX} +BUILDLINK_FILES.xfce4-showdesktop-plugin+= lib/xfce4/panel-plugins/libshowdesktop.* + +.include "../../x11/xfce4-panel/buildlink2.mk" +.include "../../devel/glib2/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink2.mk" + +BUILDLINK_TARGETS+= xfce4-showdesktop-plugin-buildlink + +xfce4-showdesktop-plugin-buildlink: _BUILDLINK_USE + +.endif # XFCE4_SHOWDESKTOP_PLUGIN_BUILDLINK2_MK diff --git a/sysutils/xfce4-showdesktop-plugin/distinfo b/sysutils/xfce4-showdesktop-plugin/distinfo new file mode 100644 index 00000000000..4db82d7f009 --- /dev/null +++ b/sysutils/xfce4-showdesktop-plugin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/26 10:34:53 martti Exp $ + +SHA1 (xfce4-showdesktop-plugin-0.1.1.tar.gz) = 9703804b74a868d49671c08662c0e8307046a390 +Size (xfce4-showdesktop-plugin-0.1.1.tar.gz) = 294744 bytes |