Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262349 - [PATCH] dev-util/pida-0.5.1.ebuild: python version is hardwired in make_desktop_entry
Summary: [PATCH] dev-util/pida-0.5.1.ebuild: python version is hardwired in make_deskt...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Peter Weller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-13 16:19 UTC by Douglas Anderson
Modified: 2009-04-25 21:17 UTC (History)
0 users

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


Attachments
patch to dynamically expand lib and python version (taken from example 2.1 in python devguide) (pida-0.5.1.ebuild.patch,634 bytes, text/plain)
2009-03-13 16:21 UTC, Douglas Anderson
Details
patch to dynamically expand lib and python version (taken from example 2.1 in python devguide) (pida-0.5.1.ebuild.patch,634 bytes, patch)
2009-03-13 16:21 UTC, Douglas Anderson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Anderson 2009-03-13 16:19:13 UTC
Very small problem, but the following line results in a missing desktop icon when using a python version besides 2.5.

make_desktop_entry pida Pida \
-       /usr/lib/python2.5/site-packages/pida/resources/pixmaps/pida-icon.png \

Reproducible: Always

Actual Results:  
dja@vault patches $ grep python /usr/share/applications/pida-pida.desktop
Icon=/usr/lib/python2.5/site-packages/pida/resources/pixmaps/pida-icon.png
dja@vault patches $ locate pida-icon.png
/usr/lib/python2.6/site-packages/pida/resources/pixmaps/pida-icon.png
Comment 1 Douglas Anderson 2009-03-13 16:21:38 UTC
Created attachment 184887 [details]
patch to dynamically expand lib and python version (taken from example 2.1 in python devguide)
Comment 2 Douglas Anderson 2009-03-13 16:21:47 UTC
Created attachment 184889 [details, diff]
patch to dynamically expand lib and python version (taken from example 2.1 in python devguide)
Comment 3 Patrick Lauer gentoo-dev 2009-04-25 21:17:35 UTC
+*pida-0.5.1-r1 (25 Apr 2009)
+
+  25 Apr 2009; Patrick Lauer <patrick@gentoo.org> +pida-0.5.1-r1.ebuild:
+  Small fix for python paths. Fixes #262349. Ebuild fixes by Douglas
+  Anderson.