diff options
author | Artur Maciąg <maciag.artur@gmail.com> | 2010-04-24 17:16:58 +0200 |
---|---|---|
committer | Artur Maciąg <maciag.artur@gmail.com> | 2010-04-24 17:16:58 +0200 |
commit | a1f7bc7b3a050ab4149fce971609310dd1f2c7ff (patch) | |
tree | 9bb0903a91a0022e9f36a517c9d295e003d89189 | |
parent | dolphin live and dolphin-bin ebuilds added (diff) | |
download | piczu-a1f7bc7b3a050ab4149fce971609310dd1f2c7ff.tar.gz piczu-a1f7bc7b3a050ab4149fce971609310dd1f2c7ff.tar.bz2 piczu-a1f7bc7b3a050ab4149fce971609310dd1f2c7ff.zip |
[games-emulation/dolphin] docs useflag and desktop icon added
-rw-r--r-- | games-emulation/dolphin/Manifest | 3 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 9 | ||||
-rw-r--r-- | games-emulation/dolphin/files/Dolphin.png | bin | 0 -> 4593 bytes |
3 files changed, 9 insertions, 3 deletions
diff --git a/games-emulation/dolphin/Manifest b/games-emulation/dolphin/Manifest index e377e1d..756fb0b 100644 --- a/games-emulation/dolphin/Manifest +++ b/games-emulation/dolphin/Manifest @@ -1 +1,2 @@ -EBUILD dolphin-9999.ebuild 1248 RMD160 148d33b604d56301e4a4b20cca24bca1815671be SHA1 57cb2b95f588e7e272c7d96ce9cba2960cc2e5d2 SHA256 50759dd4a1fc6b8cb90bf3071d75796a16cf39d3020eacebddbede31a961d85e +AUX Dolphin.png 4593 RMD160 23a1e85f90c0f1125dbdea77d2ceb6a3b7384b4c SHA1 1b81c528451046015cf63b2949ec916bd9a06a0b SHA256 dc5bac0a28357e778c4e232d172214d61872070745748cf3aa1263d79572c23a +EBUILD dolphin-9999.ebuild 1368 RMD160 ad0ec5c7f307f3f8b7a5b3d1bd0d3acbed36f1ce SHA1 2723bdb182aa66fc1d78b99290190519d1b4bb1c SHA256 89951d3f4cc650854dc1c7ac25ce7371e20f7745e3789d7192130fd13a315972 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 7ae9d77..649d26d 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -15,7 +15,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="lzo openal sfml" +IUSE="docs lzo openal sfml" RDEPEND="x11-libs/wxGTK:2.8 media-gfx/nvidia-cg-toolkit @@ -51,6 +51,11 @@ src_compile() { src_install() { scons ${SCONSOPTS} install || die "scons install failed" - make_desktop_entry dolphin-emu "Dolphin Emulator" + if use docs; then + insinto ${GAMES_DATADIR}/${PN} + doins -r docs/* + fi + doicon ${FILESDIR}/Dolphin.png + make_desktop_entry dolphin-emu "Dolphin Emulator" Dolphin prepgamesdirs } diff --git a/games-emulation/dolphin/files/Dolphin.png b/games-emulation/dolphin/files/Dolphin.png Binary files differnew file mode 100644 index 0000000..b0d8c4a --- /dev/null +++ b/games-emulation/dolphin/files/Dolphin.png |