Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 81803

Summary: media-video/alevt ebuild cleanup
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch over current ebuild.

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-12 16:14:39 UTC
Currently alevt's ebuild has a gnome use-flag which is, imho, misplaced.
The flag simply installs an icon and the .desktop file.

The attached patch, applied over the current ebuild, removes the need of the .desktop file in $FILESDIR, removes the useflag, and installs two icons, this time into the hicolor structure, one at 16x16 (the old one), and one at 48x48. The .desktop file also uses the name of the icon without extension, making possible to other icon themes to override the default icon.

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-12 16:15:35 UTC
Created attachment 51096 [details, diff]
Patch over current ebuild.
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-17 12:18:02 UTC
thanks for your suggestions again, patch applied an commited. =)