First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 188691
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Peter Volkov <pva@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Justin Blanchard <justinb@imsa.edu>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 188691 depends on: Show dependency tree
Show dependency graph
Bug 188691 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-13 09:03 0000
app-text/djvu installs "djview" (standalone viewer) only under USE=qt3.
Since it installs the icon and /usr/share/applications entry unconditionally,
anyone without USE=qt3 gets an unusable desktop menu item.

Reproducible: Always

Steps to Reproduce:




This bug can be fixed by making lines 100-101 of djvu-3.5.19.ebuild
conditional:
+if use qt3 ; then
    insinto /usr/share/icons/hicolor/32x32/apps && newins hi32-djview3.png
djvulibre-djview3.png
    insinto /usr/share/applications/ && doins djvulibre-djview3.desktop
+fi

Thanks :)

------- Comment #1 From Peter Volkov 2007-08-13 10:27:38 0000 -------
Thank you for report, Justin. Fixed in djvu-3.5.19-r1.ebuild.

First Last Prev Next    No search results available      Search page      Enter new bug