diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-03 11:18:17 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-03 11:18:17 +0000 |
| commit | abcc50bcbc929109ee5f04fae11a46ea8d09eeb4 (patch) | |
| tree | ababdf51577a2a6b0346a15e01b1477f2b4eaa29 /packaging | |
| parent | c9e932603eeff973b2211030646971c4153033bc (diff) | |
- uprava desktop file a zmena ikonky
git-svn-id: http://opensvn.csie.org/tuxanci_ng@267 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 4a4a324..d80a57b 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -42,6 +42,9 @@ src_compile() { src_install() { cmake-utils_src_install - make_desktop_entry ${PN}-svn "Tuxanci" + + doicon data/${PN}.svg + domenu data/${PN}.desktop + prepgamesdirs } |