Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81803 - media-video/alevt ebuild cleanup
Summary: media-video/alevt ebuild cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-12 16:14 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-02-17 12:18 UTC (History)
0 users

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


Attachments
Patch over current ebuild. (alevt.patch,865 bytes, patch)
2005-02-12 16:15 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. =)