Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117371 - abiword 2.4.1 installs /usr/share/icons/abiword_48.png
Summary: abiword 2.4.1 installs /usr/share/icons/abiword_48.png
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-01 11:24 UTC by Chris Mayo
Modified: 2007-01-03 16:33 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2006-01-01 11:24:04 UTC
abiword 2.4.1 puts abiword_48.png into /usr/share/icons/.
(abi/GNUmakefile.am has icondir= $(datadir)/icons)

In src_install()  changing 
       make DESTDIR="${D}" install || die "Installation failed"
to
       make DESTDIR="${D}" \
               icondir=/usr/share/pixmaps \
               install || die "Installation failed"

installs abiword_48.png into /usr/share/pixmaps.
Comment 1 Pacho Ramos gentoo-dev 2006-12-07 10:24:06 UTC
This "bug" is still valid in abiword-2.4.5
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-01-03 16:33:23 UTC
Added a fix to 2.4.5-r1 and 2.4.6 based on your suggestion.