Bug 150948 - [PATCH] deskutils/hamster-applet: fix runtime
Summary: [PATCH] deskutils/hamster-applet: fix runtime
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-25 23:20 UTC by R.Mahmatkhanov
Modified: 2010-10-01 04:00 UTC (History)
0 users

See Also:


Attachments
file.diff (10.58 KB, patch)
2010-09-25 23:20 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2010-09-25 23:20:04 UTC
This patch fixes two issues: 

- fix i18n instead completely disable it
- fix runtime of gnome-time-tracker and hamster-standalone

Fix: # cd /usr/ports/deskutils/
# patch -p0 < /path/to/hamster-applet.diff.txt

Patch attached with submission follows:
How-To-Repeat: Solution for second issue was found here:
https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/600857

Now, when you try to run gnome-time-tracker or hamster-standalone you become to this: 

[mrk@smeshariki2 ~]> gnome-time-tracker
Traceback (most recent call last):
  File "/usr/local/bin/gnome-time-tracker", line 39, in <module>
    from hamster import widgets
  File "/usr/local/lib/python2.6/site-packages/hamster/widgets/__init__.py", line 24, in <module>
    from activityentry import ActivityEntry
  File "/usr/local/lib/python2.6/site-packages/hamster/widgets/activityentry.py", line 23, in <module>
    from .hamster.configuration import runtime
ImportError: No module named hamster.configuration
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-25 23:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-01 03:50:16 UTC
mezz        2010-10-01 02:50:11 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/hamster-applet Makefile 
    deskutils/hamster-applet/files patch-src_gnome-time-tracker 
                                   patch-src_hamster-applet.py 
                                   patch-src_hamster-standalone 
  Added files:
    deskutils/hamster-applet/files 
                                   patch-src-hamster-widgets_activityentry.py 
                                   patch-src-hamster-widgets_dateinput.py 
                                   patch-src-hamster-widgets_dayline.py 
                                   patch-src-hamster-widgets_facttree.py 
                                   patch-src-hamster-widgets_tags.py 
                                   patch-src-hamster-widgets_timechart.py 
                                   patch-src-hamster-widgets_timeinput.py 
  Log:
  - Fix i18n instead completely disable it.
  - Fix runtime of gnome-time-tracker and hamster-standalone.
  - Bump the PORTREVISION.
  
  PR:             ports/150948
  Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
  
  Revision  Changes    Path
  1.15      +1 -1      ports/deskutils/hamster-applet/Makefile
  1.1       +16 -0     ports/deskutils/hamster-applet/files/patch-src-hamster-widgets_activityentry.py (new)
  1.1       +11 -0     ports/deskutils/hamster-applet/files/patch-src-hamster-widgets_dateinput.py (new)
  1.1       +13 -0     ports/deskutils/hamster-applet/files/patch-src-hamster-widgets_dayline.py (new)
  1.1       +13 -0     ports/deskutils/hamster-applet/files/patch-src-hamster-widgets_facttree.py (new)
  1.1       +14 -0     ports/deskutils/hamster-applet/files/patch-src-hamster-widgets_tags.py (new)
  1.1       +11 -0     ports/deskutils/hamster-applet/files/patch-src-hamster-widgets_timechart.py (new)
  1.1       +11 -0     ports/deskutils/hamster-applet/files/patch-src-hamster-widgets_timeinput.py (new)
  1.2       +7 -18     ports/deskutils/hamster-applet/files/patch-src_gnome-time-tracker
  1.2       +7 -18     ports/deskutils/hamster-applet/files/patch-src_hamster-applet.py
  1.2       +7 -18     ports/deskutils/hamster-applet/files/patch-src_hamster-standalone
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2010-10-01 03:50:46 UTC
State Changed
From-To: open->closed

Committed, thanks!