Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 75371 Details for
Bug 116447
ebuild patch to fix openttd icons path
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openttd-icons.patch (for ebuild)
openttd-icons.patch (text/plain), 981 bytes, created by
Alessio D'Ascanio
on 2005-12-22 20:13:39 UTC
(
hide
)
Description:
openttd-icons.patch (for ebuild)
Filename:
MIME Type:
Creator:
Alessio D'Ascanio
Created:
2005-12-22 20:13:39 UTC
Size:
981 bytes
patch
obsolete
>--- /usr/portage/games-simulation/openttd/openttd-0.4.0.1-r1.ebuild 2005-09-01 00:24:46.000000000 +0200 >+++ /usr/local/portage/games-simulation/openttd/openttd-0.4.0.1-r1.ebuild 2005-12-23 04:57:55.000000000 +0100 >@@ -70,13 +70,16 @@ > insinto "${GAMES_DATADIR}/${PN}/scripts" > doins scripts/*.example || die "doins failed (scripts)" > >- doicon media/openttd.*.png >+ for i in {16,32,48,64,128}; do >+ insinto /usr/share/icons/hicolor/${i}x${i}/apps; doins media/openttd.${i}.png >+ mv ${D}/usr/share/icons/hicolor/${i}x${i}/apps/openttd.${i}.png ${D}/usr/share/icons/hicolor/${i}x${i}/apps/openttd.png >+ done > > if ! use dedicated; then > if use timidity || use alsa; then >- make_desktop_entry "openttd -m extmidi" "OpenTTD" openttd.64.png >+ make_desktop_entry "openttd -m extmidi" "OpenTTD" openttd > else >- make_desktop_entry openttd "OpenTTD" openttd.64.png >+ make_desktop_entry openttd "OpenTTD" openttd > fi > else > newinitd "${FILESDIR}"/openttd.initd openttd
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 116447
: 75371