Sumlauncher Overgrowth

Jul 23, 2012  Here is the latest in our new weekly Overgrowth alpha format! This week Aubrey took some time to illustrate a new level he has been working on. It can be downloaded via Anton's Main Menu mod (which can be installed easiest with Forums.wolfire.com'SUMLauncher). Don't forget that you can help support us, try out our weekly alphas, and chat with other preorderers in the Secret Preorder Forum.

Permalink

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up
Find file Copy path
Cannot retrieve contributors at this time
# Maintainer: naelstrof <naelstrof@gmail.com>
# This PKGBUILD is on github: https://github.com/naelstrof/aur-pkgbuilds
pkgname=sumlauncher
pkgver=3.0.8
pkgrel=2
pkgdesc='SUMLauncher is a tool for managing your overgrowth installation that was created by the members of the Overgrowth community.'
arch=('any')
url='http://forums.wolfire.com/viewtopic.php?f=13&t=14201'
license=('GPL')
groups=()
depends=('java-runtime')
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=('http://ogmods.antonriehl.com/utilities/Launcher/builds/SUMLauncher_linux.zip'
'http://ogmods.antonriehl.com/utilities/logo/SUM_128.png')
noextract=()
md5sums=('64959457daacd9fdf4efef940fbe72ea'
'5652b8117b082650d126b8ed07445667')
#Requires no build
#build() {
#}
package() {
cd'$srcdir'
#Move the main jar to the appropriate directory.
mkdir -p '$pkgdir/usr/share/java/sumlauncher'
mv SUMLauncher.jar '$pkgdir/usr/share/java/sumlauncher'
#Create the shell script to launch the java application.
mkdir -p '$pkgdir/usr/bin'
_f='$pkgdir/usr/bin/sumlauncher'
echo'#!/bin/sh'>$_f
echo''$JAVA_HOME/bin/java' -jar '/usr/share/java/sumlauncher/SUMLauncher.jar''>>$_f
chmod +x '$pkgdir/usr/bin/sumlauncher'
#Create desktop file for easy launching.
mkdir -p $pkgdir/usr/share/{pixmaps,applications}
cp SUM_128.png $pkgdir/usr/share/pixmaps/$pkgname.png
_f='$pkgdir/usr/share/applications/$pkgname.desktop'
echo'[Desktop Entry]'>$_f
echo'Name=SUMLauncher'>>$_f
echo'Comment=$pkgdesc'>>$_f
echo'Exec=$pkgname'>>$_f
echo'Icon=$pkgname'>>$_f
echo'Type=Application'>>$_f
echo'Categories=Game;ActionGame;'>>$_f
}
  • Copy lines
  • Copy permalink
@ New Overgrowth a190 video devlog

For new users:

Meep tablet ota download. This App is especially created for MEEP! Tablet users With this App, MEEP! Users will be able to download easily and safely any incoming OTA update. Easy to use interface. Offering two options to download the OTA updates: directly from the MEEP! Tablet or locally via a PC/Mac.

If you have not installed Overgrowth yet you can use the SUMLauncher ( Forums.wolfire.com ) to download it!
If you already have Overgrowth installed you can use the SUMLauncher to update it to the latest alpha.
The SUMLauncher also allows you to install the Menu Mod ( Forums.wolfire.com ) which gives you another 150+ maps to try.

For Existing SUMLauncher users:

If the menu files were changed in this alpha, the menu mod will no longer work. Updating the Menu Mod (to re-enable custom maps) might take us a little while. Once we have uploaded a new version you can use the menu mod installer to update it. (And don't worry, it won't break anything if you try running the installer before we upload the new files.)
It may also take us a bit to update the Menu Mod to include any new maps that this alpha may have added.

For future updates keep an eye on our twitter, @SUMOGUtilities ( Twitter.com )!

ReplyGood karma+4 votes