Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 235449 Details for
Bug 313453
gnome-extra/avant-window-navigator: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
avant-window-navigator.patch
avant-window-navigator.patch (text/plain), 1.42 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2010-06-15 18:29:23 UTC
(
hide
)
Description:
avant-window-navigator.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2010-06-15 18:29:23 UTC
Size:
1.42 KB
patch
obsolete
>--- avant-window-navigator-0.2.6-r1.ebuild >+++ avant-window-navigator-0.2.6-r1.ebuild >@@ -88,11 +88,10 @@ > ewarn > ewarn "AWN will be of no use if you do not have a compositing manager." > >- python_version >- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/awn >+ python_mod_optimize $(python_get_sitedir)/awn > } > > pkg_postrm() { > gnome2_pkg_postrm >- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/awn >+ python_mod_cleanup $(python_get_sitedir)/awn > } >--- avant-window-navigator-0.3.2.1.ebuild >+++ avant-window-navigator-0.3.2.1.ebuild >@@ -76,11 +76,10 @@ > ewarn > ewarn "AWN will be of no use if you do not have a compositing manager." > >- python_version >- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/awn >+ python_mod_optimize $(python_get_sitedir)/awn > } > > pkg_postrm() { > gnome2_pkg_postrm >- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/awn >+ python_mod_cleanup $(python_get_sitedir)/awn > } >--- avant-window-navigator-0.3.2.ebuild >+++ avant-window-navigator-0.3.2.ebuild >@@ -80,11 +80,10 @@ > ewarn > ewarn "AWN will be of no use if you do not have a compositing manager." > >- python_version >- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/awn >+ python_mod_optimize $(python_get_sitedir)/awn > } > > pkg_postrm() { > gnome2_pkg_postrm >- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/awn >+ python_mod_cleanup $(python_get_sitedir)/awn > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 313453
:
235449