diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-04-09 22:50:18 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-04-09 22:50:18 +0000 |
commit | 85b29ee2692336db902302991012970c82f4cd3f (patch) | |
tree | 25fe930d16049ff8ba514a701f12ef9934ceba7b /xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild | |
parent | Version bump. (diff) | |
download | historical-85b29ee2692336db902302991012970c82f4cd3f.tar.gz historical-85b29ee2692336db902302991012970c82f4cd3f.tar.bz2 historical-85b29ee2692336db902302991012970c82f4cd3f.zip |
fix for bug #80478
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild')
-rw-r--r-- | xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild new file mode 100644 index 000000000000..58e13883e9df --- /dev/null +++ b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild,v 1.1 2005/04/09 22:50:18 bcowan Exp $ + +DESCRIPTION="Xfce4 panel sticky notes plugin" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" + +GOODIES_PLUGIN=1 + +inherit eutils xfce4 + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/notes_applet.c.patch +}
\ No newline at end of file |