Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174604 - app-misc/specto (New package)
Summary: app-misc/specto (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Michael Weber (RETIRED)
URL: http://specto.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-04-14 16:05 UTC by unnamedrambler
Modified: 2010-10-26 17:22 UTC (History)
5 users (show)

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


Attachments
my first attempt at an ebuild (specto-0.2.0.ebuild,618 bytes, text/plain)
2007-04-14 16:06 UTC, unnamedrambler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unnamedrambler 2007-04-14 16:05:23 UTC
I found specto today, and wanted to try it out, but it wasn't in portage. I've never written an ebuild before, but after poking around it seemed rather trivial to create an ebuild for this program.

One thing.. I couldn't resolve all the dependencies. I Already had the necessary ones installed. I searched for them all, and only the few I found did I add to the ebuild. Here is a list form the specto wiki... they are debian package names I believe:

    * subversion
    * python
    * python-dev
    * python-gtk2 (version 2.10 or higher; this also means you need GTK+2.10 or newer)
    * python-glade2
    * python-gnome2
    * python-gnome2-extras
    * python-central
    * python-notify and python-dbus (to allow libnotify "balloons")
    * python-gconf 



Reproducible: Always
Comment 1 unnamedrambler 2007-04-14 16:06:16 UTC
Created attachment 116253 [details]
my first attempt at an ebuild

It probably needs lots of work. For sure it needs more deps added.
Comment 2 Andrew Frink 2007-07-07 13:18:51 UTC
"Me Too", that said, the attached ebuild works for me. I did add 'RESTRICT="nomirror"' to the copy I put in my own overlay. As for the dependencies, that list worked, but I'm pretty sure i have the whole list in the description already installed.
Comment 3 Disaster 2008-03-14 22:01:26 UTC
ebuild works also for version 0.2.2
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2008-03-16 11:26:46 UTC
Added to sunrise overlay...

http://overlays.gentoo.org/svn/proj/sunrise/reviewed/app-misc/specto/
Comment 5 John Ryding 2008-03-21 04:57:26 UTC
Hello, I have tried to emerge this ebuild, and it emerged fine in KDE, shows up in kmenu, but when I run Specto from the terminal I get the following output:

Traceback (most recent call last):
  File "/usr/bin/specto", line 38, in ?
    specto = Specto()
  File "/usr/lib64/python2.4/site-packages/spectlib/main.py", line 113, in __init__
    self.toggle_notifier()
  File "/usr/lib64/python2.4/site-packages/spectlib/main.py", line 511, in toggle_notifier
    self.notifier = Notifier(self)
  File "/usr/lib64/python2.4/site-packages/spectlib/notifier.py", line 93, in __init__
    self.create_notifier_gui()
  File "/usr/lib64/python2.4/site-packages/spectlib/notifier.py", line 653, in create_notifier_gui
    self.wTree.get_widget("imgWatch").set_from_pixbuf(self.specto.icon_theme.load_icon("dialog-information", 64, 0))
gobject.GError: Icon 'dialog-information' not present in theme
Comment 6 Pistos 2009-03-17 13:46:48 UTC
Specto 0.3 (RC) is out.
Comment 7 Michael Weber (RETIRED) gentoo-dev 2010-10-26 17:22:14 UTC
+*specto-0.3.1 (26 Oct 2010)
+
+  26 Oct 2010; Michael Weber <xmw@gentoo.org> +specto-0.3.1.ebuild,
+  +files/specto-0.3.1-icon-theme.patch, +metadata.xml:
+  Initial import fixes bug #174604 (thanks to unnamedrambler@gmail.com).
+  Thanks to Jakub and Thomas in sunrise.
+