diff options
Diffstat (limited to 'data/evol')
-rw-r--r-- | data/evol/Makefile.am | 20 | ||||
-rw-r--r-- | data/evol/evol.desktop.in | 25 | ||||
-rwxr-xr-x | data/evol/evol.in | 2 | ||||
-rw-r--r-- | data/evol/evol.manaplus | 19 | ||||
-rw-r--r-- | data/evol/icons/evol-client.ico | bin | 0 -> 533366 bytes | |||
-rw-r--r-- | data/evol/icons/evol-client.png | bin | 0 -> 7366 bytes | |||
-rw-r--r-- | data/evol/icons/evol-client.xpm | 45 | ||||
-rw-r--r-- | data/evol/images/loginwallpaper_800x600.png | bin | 0 -> 1481772 bytes |
8 files changed, 111 insertions, 0 deletions
diff --git a/data/evol/Makefile.am b/data/evol/Makefile.am new file mode 100644 index 000000000..5ad7b74cf --- /dev/null +++ b/data/evol/Makefile.am @@ -0,0 +1,20 @@ + +desktopdir = $(datarootdir)/applications + +branding: + mkdir -p "$(DESTDIR)$(pkgdatadir)/data/evol/icons" + mkdir -p "$(DESTDIR)$(datarootdir)/icons" + mkdir -p "$(DESTDIR)$(desktopdir)" + cp evol.desktop "$(DESTDIR)$(desktopdir)" + cp evol.manaplus "$(DESTDIR)$(pkgdatadir)/data/evol" + cp icons/evol-client.png "$(DESTDIR)$(pkgdatadir)/data/evol/icons" + cp icons/evol-client.png "$(DESTDIR)$(datarootdir)/icons" + cp -r images "$(DESTDIR)$(pkgdatadir)/data/evol" + +EXTRA_DIST = evol.desktop.in \ + evol.in \ + evol.manaplus \ + icons/evol-client.ico \ + icons/evol-client.png \ + icons/evol-client.xpm \ + images/loginwallpaper_800x600.png diff --git a/data/evol/evol.desktop.in b/data/evol/evol.desktop.in new file mode 100644 index 000000000..8ab97e773 --- /dev/null +++ b/data/evol/evol.desktop.in @@ -0,0 +1,25 @@ + +[Desktop Entry] +Version=1.0 +Name=EvolOnline +Comment=A 2D MMORPG client +Exec=manaplus @datadir@/manaplus/data/evol/evol.manaplus +StartupNotify=false +Terminal=false +Type=Application +Icon=evol-client +Categories=Game;AdventureGame; + + +# Translations +Comment[vls]=Nen 2D MMORPG client +Comment[ru]=Клиент к 2D MMORPG игре +Comment[it]=Un gioco fantasy online +Comment[ja]=2DのMMORPGクライアント +Comment[cs]=2D MMORPG klient +Comment[nl_BE]=Een 2D MMORPG client +Comment[de]=ein 2D MMORG Client +Comment[sv_SE]=Ett fantasyrollspel online +Comment[es]=Un cliente MMORPG 2D +Comment[fr]=Un jeu en ligne dans un univers fantastique +Comment[nl]=Een online role playing game diff --git a/data/evol/evol.in b/data/evol/evol.in new file mode 100755 index 000000000..2b010dc80 --- /dev/null +++ b/data/evol/evol.in @@ -0,0 +1,2 @@ +#!/bin/sh +exec manaplus @datadir@/manaplus/data/evol/evol.manaplus "$@" diff --git a/data/evol/evol.manaplus b/data/evol/evol.manaplus new file mode 100644 index 000000000..969fe06f0 --- /dev/null +++ b/data/evol/evol.manaplus @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <option name="appName" value="Evol Online"/> + <option name="appShort" value="mana"/> + <option name="appIcon" value="evol/icons/evol-client"/> + <option name="screenshots" value="EvolOnline"/> + <option name="loginMusic" value="Artis - The Adventure Begins.ogg"/> + <option name="onlineServerList" value="http://www.evolonline.org/serverlist.xml"/> + <option name="onlineServerList2" value="http://evolonline.org/serverlist.xml"/> + <option name="onlineServerFile" value="evol.xml"/> + <option name="defaultServer" value="world.evolonline.org"/> + <option name="defaultPort" value="6901"/> + <option name="defaultServerType" value="evol2"/> + <option name="font" value="fonts/dejavusans.ttf" /> + <option name="boldFont" value="fonts/dejavusans-bold.ttf" /> + <option name="theme" value="jewelry" /> + <option name="wallpapersPath" value="evol/images/" /> + <option name="wallpaperFile" value="loginwallpaper_800x600.png" /> +</configuration> diff --git a/data/evol/icons/evol-client.ico b/data/evol/icons/evol-client.ico Binary files differnew file mode 100644 index 000000000..17309a1ba --- /dev/null +++ b/data/evol/icons/evol-client.ico diff --git a/data/evol/icons/evol-client.png b/data/evol/icons/evol-client.png Binary files differnew file mode 100644 index 000000000..2fb9eaab0 --- /dev/null +++ b/data/evol/icons/evol-client.png diff --git a/data/evol/icons/evol-client.xpm b/data/evol/icons/evol-client.xpm new file mode 100644 index 000000000..7fb1f2cda --- /dev/null +++ b/data/evol/icons/evol-client.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char * manaplus_xpm[] = { +"32 32 10 1", +" c None", +". c #663300", +"X c #673200", +"o c #663400", +"O c #653400", +"+ c #653200", +"@ c #653300", +"# c #673300", +"$ c #663200", +"% c #673400", +" .. . ", +" .. X . ", +" .X .. o O. ", +" +@o .o O# o. ", +" Xo. $.@ . o%. ", +" $.#$.#$+ ", +" . $$$## ", +" ....$@+ %. ", +" ....o#$X ", +" .$o.. ", +" .@@. ", +" Oo#. ", +" o ", +" #@ . ", +" O... ", +" $.o ", +" #.$. ", +" ..% ", +" #$@. ", +" .... ", +" # O%.@..$.#.o . ", +" +# oO X+$..@ .#$$ ", +" % +...o # % ", +" O %o..$oO O.% ", +" o #O$@ X# + ", +" # $ $ % ", +" O. . $ #@ ", +" o XO ", +" . X $X ", +" # + + ", +" . @ . ", +" .$# $@ "}; diff --git a/data/evol/images/loginwallpaper_800x600.png b/data/evol/images/loginwallpaper_800x600.png Binary files differnew file mode 100644 index 000000000..a1fe4f83b --- /dev/null +++ b/data/evol/images/loginwallpaper_800x600.png |