Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 248609 Details for
Bug 158772
New package: pyneighborhood 0.5.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
data fies patch
pyneighborhood-0.5.2-datafiles.patch (text/plain), 811 bytes, created by
Peter Tworek
on 2010-09-25 15:35:37 UTC
(
hide
)
Description:
data fies patch
Filename:
MIME Type:
Creator:
Peter Tworek
Created:
2010-09-25 15:35:37 UTC
Size:
811 bytes
patch
obsolete
>diff -rNu pyneighborhood-0.5.2.orig/setup.py pyneighborhood-0.5.2/setup.py >--- pyneighborhood-0.5.2.orig/setup.py 2010-09-25 16:53:42.676000001 +0200 >+++ pyneighborhood-0.5.2/setup.py 2010-09-25 17:07:33.220999996 +0200 >@@ -19,6 +19,7 @@ > import sys > import subprocess > import stat >+import glob > from distutils.core import setup > > setup(name='pyneighborhood', >@@ -30,5 +31,8 @@ > maintainer_email='info@stefan-betz.net', > url='http://pyneighborhood.sourceforge.net', > scripts=['pyNeighborhood'], >- packages=['pyneighborhood'] >+ packages=['pyneighborhood'], >+ data_files=[ ('/usr/share/applications', ['pyNeighborhood.desktop']), >+ ('/usr/share/pyneighborhood/icons', glob.glob("icons/*.png")), >+ ('/usr/share/pyneighborhood/ui', glob.glob("ui/*.glade"))] > )
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 158772
:
104538
|
248607
| 248609 |
270417
|
270419