diff options
author | 2017-10-07 09:37:56 -0400 | |
---|---|---|
committer | 2017-10-07 09:37:56 -0400 | |
commit | 5aab741c04bba1c04f1ab6c091ef396811907126 (patch) | |
tree | af2e11860ac243400b4becaa20b093300c713130 /games-kids/byob/byob-3.1.1.ebuild | |
parent | delete updated help files typo fix (diff) | |
download | superposition-5aab741c04bba1c04f1ab6c091ef396811907126.tar.gz superposition-5aab741c04bba1c04f1ab6c091ef396811907126.tar.bz2 superposition-5aab741c04bba1c04f1ab6c091ef396811907126.zip |
try byob-pi image
Diffstat (limited to 'games-kids/byob/byob-3.1.1.ebuild')
-rw-r--r-- | games-kids/byob/byob-3.1.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games-kids/byob/byob-3.1.1.ebuild b/games-kids/byob/byob-3.1.1.ebuild index 506d67e..04921bb 100644 --- a/games-kids/byob/byob-3.1.1.ebuild +++ b/games-kids/byob/byob-3.1.1.ebuild @@ -7,8 +7,9 @@ inherit gnome2-utils DESCRIPTION="BYOB (Build Your Own Blocks) is an advanced offshoot of Scratch" HOMEPAGE="http://snap.berkeley.edu/old-byob.html" -SRC_URI="http://snap.berkeley.edu/BYOB_3_1_1_110519_w_changes.zip -http://snap.berkeley.edu/byoblib.tgz" +SRC_URI="https://www.dropbox.com/s/cevf5my91pjy0t1/BYOB-Pi.image +http://snap.berkeley.edu/byoblib.tgz +https://dl.dropbox.com/s/6dexo1gzyldapwm/BYOB.png -> byob.png" LICENSE="MIT" SLOT="0" @@ -60,9 +61,7 @@ src_install() { cp -r Help locale Media Projects "${D}${datadir}" dodoc "BYOB 2.0.pdf" Elements090224.pdf README-BYOB.txt license.txt release.txt BYOBManual.pdf dolib BYOB.image - dolib BYOB.changes - dolib BYOB.ini - newicon "Media/Costumes/Fantasy/alonzo.gif" "${PN}.gif" + doicon "byob.png" install_runner make_desktop_entry byob BYOB byob "Education;Development" "MimeType=application/x-scratch-project" @@ -76,7 +75,7 @@ cd exec \ "/usr/bin/squeak" \\ -vm-sound-${squeak_sound_plugin} \\ -"/usr/$(get_libdir)/BYOB.image" \\ +"/usr/$(get_libdir)/BYOB-Pi.image" \\ "${@}" EOF chmod go+rx "${tmpexe}" |