Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79890 - Version bump request for app-misc/tomboy to 0.3.1
Summary: Version bump request for app-misc/tomboy to 0.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: dotnet project
URL: http://www.beatniksoftware.com/tomboy/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-01-28 13:47 UTC by Alexander Naydenko
Modified: 2005-02-18 10:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tomboy-0.3.1.ebuild (tomboy-0.3.1.ebuild,617 bytes, text/plain)
2005-01-28 13:51 UTC, Alexander Naydenko
Details
tomboy-0.3.1.ebuild (tomboy-0.3.1.ebuild,716 bytes, text/plain)
2005-02-17 12:51 UTC, Alexander Naydenko
Details
latexer - the file you asked for... (Applet.cs,5.01 KB, text/x-csharp)
2005-02-18 05:01 UTC, gad.kadosh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Naydenko 2005-01-28 13:47:35 UTC
The newest release (0.3.1) has lots of great changes and many bugfixes, including:

    * New plugin system, so anyone can customize their Tomboy notes.
    * A Note printing plugin, so you can take your shopping list on the go!
    * Dropping web links to the Tomboy applet, to keep them automatically stored for later.
    * A new preferences dialog, where you can set the font, keybindings, and other useful options.
    * Made the move to Gnome Panel applet. (TrayIcon mode is still supported).
    * Did we say lots of bugfixes already?


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alexander Naydenko 2005-01-28 13:51:40 UTC
Created attachment 49771 [details]
tomboy-0.3.1.ebuild
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2005-01-31 16:20:10 UTC
Yeah, i'm hoping to get 0.3.1 into portage soon. I've got a crasher doing anything spell checking related though, so I need to find time to track that down before I'm ready to commit this.
Comment 3 gdub 2005-02-17 12:35:20 UTC
I needed to add a few more DEPENDs for tomboy to configure, namely gnome-panel, gnome-sharp, and gconf-sharp

I used the following:
>=gnome-base/gnome-panel-2.8.2
>=dev-dotnet/gnome-sharp-1.0.4
>=dev-dotnet/gconf-sharp-1.0.4

Tomboy then compiled successfully, but it didn't do much when running it.  No error messages, no windows, just the following...

$ tomboy 
All done.  Ciao!

I am running IceWM.
Would this be because it's trying to run as a gnome panel applet?
They mention in the changelog that tray icon mode is still supported.
Comment 4 Alexander Naydenko 2005-02-17 12:45:30 UTC
Yep. By default it tries to run as gnome-panel applet. To use it normally you need to run tomboy --tray-icon.
Comment 5 Alexander Naydenko 2005-02-17 12:51:26 UTC
Created attachment 51467 [details]
tomboy-0.3.1.ebuild

Thanks for pointing out on dependencies.
Comment 6 Peter Johanson (RETIRED) gentoo-dev 2005-02-17 20:23:56 UTC
Ok, just finally bumped this in portage. I managed to track down the mono-1.1.4 funkiness. The version in portage includes some fixes for that (i'm pushing to get 1.1.4 into the tree soon). Please test.this version and re-open if you have any problems. Marking FIXED.
Comment 7 Sebastian Bergmann (RETIRED) gentoo-dev 2005-02-17 21:51:00 UTC
I get

  Applet.cs(71) error CS1501: No overload for method `Add' takes `2' arguments
  Applet.cs(71) error CS8006: Could not find any applicable function for this argument list
  Compilation failed: 2 error(s), 0 warnings

with dev-dotnet/mono-1.0.5-r3.
Comment 8 gad.kadosh 2005-02-18 02:28:27 UTC
latexer, I have the exact same error as Sebastian Bergmann here. (the posted ebuild here works for me alright though)
Comment 9 Peter Johanson (RETIRED) gentoo-dev 2005-02-18 04:53:18 UTC
Can you please post the output of "monop -r:glib-sharp GLib.Timeout", as well as attaching the Applet.cs file in question, so I'm sure what I'm working with here? Thanks.
Comment 10 gad.kadosh 2005-02-18 04:57:52 UTC
the monop thing shows:

public class Timeout {

    public static uint Add (uint interval, TimeoutHandler hndlr);
    public virtual bool Equals (object o);
    public virtual int GetHashCode ();
    public Type GetType ();
    public virtual string ToString ();
}
Comment 11 gad.kadosh 2005-02-18 05:01:48 UTC
Created attachment 51509 [details]
latexer - the file you asked for...
Comment 12 Peter Johanson (RETIRED) gentoo-dev 2005-02-18 10:04:54 UTC
Ok, I tracked down the source of this bug with Gad, and have commited the fix. Marking RESOLVED FIXED again.