summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-12-21 21:59:01 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-12-21 21:59:01 +0000
commita5ceaaf5f98ba18b0da66b461c8e051a5b7891db (patch)
treee7ab3f448da08dbb3208534c641f7f9f1deab3ce /x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild
parent- version bump to upstream stable (diff)
downloadgentoo-2-a5ceaaf5f98ba18b0da66b461c8e051a5b7891db.tar.gz
gentoo-2-a5ceaaf5f98ba18b0da66b461c8e051a5b7891db.tar.bz2
gentoo-2-a5ceaaf5f98ba18b0da66b461c8e051a5b7891db.zip
add patch to build using gmcs
(Portage version: 2.1.2_rc3-r9)
Diffstat (limited to 'x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild')
-rw-r--r--x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild
index a9a751d8c38c..86ea46c3f37e 100644
--- a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild
+++ b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.2 2006/12/07 20:51:08 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.3 2006/12/21 21:59:01 compnerd Exp $
-inherit mono eutils
+inherit autotools eutils mono
DESCRIPTION="Reminder Plugin for Tomboy"
HOMEPAGE="http://raphael.slinckx.net/blog/projects/tomboy-reminder-plugin/"
@@ -18,6 +18,14 @@ RDEPEND=">=dev-lang/mono-1.0
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.19"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/${PN}-0.9-mcs-to-gmcs.patch
+ eautomake
+}
+
src_install() {
make DESTDIR="${D}" install || die "install failed"
dodoc README NEWS ChangeLog AUTHORS