FS#16640 - [gnome-power-manager] shouldn't icons be installed to /usr/share/icons/hicolor?

Attached to Project: Arch Linux
Opened by lh (jarryson) - Wednesday, 14 October 2009, 13:45 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 20 October 2009, 09:33 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

part of them will be installed in /usr/share/icons/hicolor, but the other will be installed in /usr/share/gnome-power-mananger/icons/hicolor

here is a patch:

for i in data/icons/*; do echo "====> $i"; if [ -d $i ] ; then for n in actions status; do echo " ==> $n"; sed -e 's:pkgdatadir:datadir:g' -i $i/$n/Makefile.am ; done;fi; done
This task depends upon

Closed by  Jan de Groot (JGC)
Tuesday, 20 October 2009, 09:33 GMT
Reason for closing:  Won't fix
Additional comments about closing:  It appears these icons were installed there with a purpose.

Loading...