Notes plugin for XFce4.
This commit is contained in:
parent
7900485596
commit
372a6d943e
5 changed files with 50 additions and 0 deletions
1
x11/xfce4-notes-plugin/DESCR
Normal file
1
x11/xfce4-notes-plugin/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Notes plugin for XFce4.
|
13
x11/xfce4-notes-plugin/Makefile
Normal file
13
x11/xfce4-notes-plugin/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 05:20:48 martti Exp $
|
||||
|
||||
.include "../../meta-pkgs/xfce4/Makefile.common"
|
||||
|
||||
XFCE4_VERSION= 0.9.7
|
||||
|
||||
DISTNAME= xfce4-notes-plugin-${XFCE4_VERSION}
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://download.berlios.de/xfce-goodies/
|
||||
COMMENT= XFce4 notes plugin
|
||||
|
||||
.include "../../x11/xfce4-panel/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
x11/xfce4-notes-plugin/PLIST
Normal file
6
x11/xfce4-notes-plugin/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 05:20:48 martti Exp $
|
||||
lib/xfce4/panel-plugins/libnotes.a
|
||||
lib/xfce4/panel-plugins/libnotes.la
|
||||
lib/xfce4/panel-plugins/libnotes.so
|
||||
share/xfce4/notes/note.png
|
||||
@dirrm share/xfce4/notes
|
26
x11/xfce4-notes-plugin/buildlink2.mk
Normal file
26
x11/xfce4-notes-plugin/buildlink2.mk
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 05:20:48 martti Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use xfce4-notes-plugin.
|
||||
#
|
||||
# This file was created automatically using createbuildlink 2.8.
|
||||
#
|
||||
|
||||
.if !defined(XFCE4_NOTES_PLUGIN_BUILDLINK2_MK)
|
||||
XFCE4_NOTES_PLUGIN_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= xfce4-notes-plugin
|
||||
BUILDLINK_DEPENDS.xfce4-notes-plugin?= xfce4-notes-plugin>=0.9.7
|
||||
BUILDLINK_PKGSRCDIR.xfce4-notes-plugin?= ../../x11/xfce4-notes-plugin
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4-notes-plugin=xfce4-notes-plugin
|
||||
BUILDLINK_PREFIX.xfce4-notes-plugin_DEFAULT= ${X11PREFIX}
|
||||
BUILDLINK_FILES.xfce4-notes-plugin+= lib/xfce4/panel-plugins/libnotes.*
|
||||
|
||||
.include "../../x11/xfce4-panel/buildlink2.mk"
|
||||
.include "../../devel/glib2/buildlink2.mk"
|
||||
|
||||
BUILDLINK_TARGETS+= xfce4-notes-plugin-buildlink
|
||||
|
||||
xfce4-notes-plugin-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # XFCE4_NOTES_PLUGIN_BUILDLINK2_MK
|
4
x11/xfce4-notes-plugin/distinfo
Normal file
4
x11/xfce4-notes-plugin/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/12/03 05:20:48 martti Exp $
|
||||
|
||||
SHA1 (xfce4-notes-plugin-0.9.7.tar.gz) = dc7d04b6ab755b87667a9fd5a1054c033f3891f6
|
||||
Size (xfce4-notes-plugin-0.9.7.tar.gz) = 326290 bytes
|
Loading…
Reference in a new issue