Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52058 Details for
Bug 83060
ebuild for tomboy-reminder plugin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tomboy-reminder-0.3.ebuild
tomboy-reminder-0.3.ebuild (text/plain), 1.06 KB, created by
Raphael Slinckx
on 2005-02-24 11:29:19 UTC
(
hide
)
Description:
tomboy-reminder-0.3.ebuild
Filename:
MIME Type:
Creator:
Raphael Slinckx
Created:
2005-02-24 11:29:19 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit mono eutils > >DESCRIPTION="Tomboy Reminder plugin, shows the tomboy note at a given time" > >HOMEPAGE="http://raphael.slinckx.net/tomboy.html" >SRC_URI="http://raphael.slinckx.net/files/${P}.tar.gz" > >LICENSE="Apache-2.0" > >SLOT="0" > >KEYWORDS="~x86" > >DEPEND=">=app-misc/tomboy-0.3.1 > >=dev-dotnet/mono-1.0 > >=dev-dotnet/gtk-sharp-1.0.4-r1" > >src_unpack() { > unpack ${A} > cd ${S} > econf || die "Configuration failed" >} > >src_compile() { > emake || die "Compilation failed" >} > >src_install() { > TOMBOY_PLUGINS_DIR="$(dirname $(cat $(which tomboy) | grep Tomboy | tail -n 1 | cut -d\" -f2))/Plugins" > > insinto $TOMBOY_PLUGINS_DIR > doins ${S}/src/tomboy-reminder.dll || die "Installation failed" > > dodoc README NEWS COPYING ChangeLog AUTHORS >} > >pkg_postinst() { > ewarn "You must install the plugin via the tomboy interface to make it work" > ewarn "(or copy the tomboy-reminder.dll from the tomboy plugins directory" > ewarn " to your \$HOME/.tomboy/Plugins folder)" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 83060
:
51937
|
51959
|
51965
|
51974
|
51990
|
52058
|
52648
|
55785
|
56171
|
58657