From cc2c689d57e04e56abe06193767c8ec3ca404fdb Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 9 Nov 2007 19:39:44 +0100 Subject: [PATCH] true-combat-elite: Updated to release 3. Added lastest sources from loki-gamers. Added .desktop file too. --- true-combat-elite/.footprint | 17 +++++++++----- true-combat-elite/.md5sum | 5 +++-- true-combat-elite/Pkgfile | 25 ++++++++++++--------- true-combat-elite/tce | 5 +++++ true-combat-elite/true-combat-elite.desktop | 9 ++++++++ 5 files changed, 43 insertions(+), 18 deletions(-) create mode 100644 true-combat-elite/tce create mode 100644 true-combat-elite/true-combat-elite.desktop diff --git a/true-combat-elite/.footprint b/true-combat-elite/.footprint index 865178e28..7ed924f6a 100644 --- a/true-combat-elite/.footprint +++ b/true-combat-elite/.footprint @@ -3,16 +3,23 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/tce lrwxrwxrwx root/root usr/bin/true-combat-elite -> /usr/bin/tce drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/true-combat-elite.desktop drwxr-xr-x root/root usr/share/enemy-territory/ drwxr-xr-x root/root usr/share/enemy-territory/tcetest/ --rw-r--r-- root/root usr/share/enemy-territory/tcetest/cgame.mp.i386.so +-rw-r--r-- root/root usr/share/enemy-territory/tcetest/ReadMe.rtf +-rw-r--r-- root/root usr/share/enemy-territory/tcetest/autoexec.cfg +-rwxr-xr-x root/root usr/share/enemy-territory/tcetest/cgame.mp.i386.so +-rw-r--r-- root/root usr/share/enemy-territory/tcetest/changelog.rtf -rw-r--r-- root/root usr/share/enemy-territory/tcetest/mp_bin.pk3 -rw-r--r-- root/root usr/share/enemy-territory/tcetest/official.dat -rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak0.pk3 -rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak1.pk3 -rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak2.pk3 -rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak3.pk3 --rw-r--r-- root/root usr/share/enemy-territory/tcetest/qagame.mp.i386.so --rw-r--r-- root/root usr/share/enemy-territory/tcetest/ui.mp.i386.so -drwxr-xr-x root/root usr/share/icons/ --rw-r--r-- root/root usr/share/icons/tce_icon_pc.ico +-rw-r--r-- root/root usr/share/enemy-territory/tcetest/pak4.pk3 +-rwxr-xr-x root/root usr/share/enemy-territory/tcetest/qagame.mp.i386.so +-rw-r--r-- root/root usr/share/enemy-territory/tcetest/readme_tce0490b.txt +-rwxr-xr-x root/root usr/share/enemy-territory/tcetest/ui.mp.i386.so +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/tce.xpm diff --git a/true-combat-elite/.md5sum b/true-combat-elite/.md5sum index 1fa99a99d..229d6c977 100644 --- a/true-combat-elite/.md5sum +++ b/true-combat-elite/.md5sum @@ -1,2 +1,3 @@ -3c7be786b802702524b1aef677439788 tce.sh -996ef2743e36103a351199f3fd72e70f tcetest049.zip +a02e03c26745f2eb0e72c63ba0d3ff15 tce +e76534afec1358b2a908937963d3bbf5 true-combat-elite.desktop +a329c6d3877e12294fac5dc1f6e5aa55 true.combat.elite_0.49b-english-4.run diff --git a/true-combat-elite/Pkgfile b/true-combat-elite/Pkgfile index f566addae..f6651443c 100644 --- a/true-combat-elite/Pkgfile +++ b/true-combat-elite/Pkgfile @@ -1,20 +1,23 @@ # Description: TrueCombat:Elite is a team-based realism modification based on Enemy Territory. # URL: http://www.truecombatelite.net/ -# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es -# Packager: Jose V Beneyto, joberui at ei dot upv dot es +# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net +# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net # Depends on: enemy-territory name=true-combat-elite version=0.49b -release=1 -source=(http://ftp.freenet.de/pub/4players/hosted/wolfenstein/et_mods/tcetest049.zip \ - tce.sh) +release=3 +source=(http://darkstar.ist.utl.pt/pub/games/true.combat.elite_${version}-english-4.run \ + tce ${name}.desktop) build() { - install -d $PKG/usr/share/{icons,enemy-territory/tcetest} - install -d $PKG/usr/bin - install -m 644 tcetest/*.{so,pk3,dat} $PKG/usr/share/enemy-territory/tcetest - install -m 644 tcetest/*.ico $PKG/usr/share/icons - install -m 755 $SRC/tce.sh $PKG/usr/bin/tce - ln -sf /usr/bin/tce $PKG/usr/bin/$name + chmod +x true.combat.elite_${version}-english-4.run + ./true.combat.elite_${version}-english-4.run --noexec --target tmp + install -d ${PKG}/usr/share/enemy-territory + tar -C ${PKG}/usr/share/enemy-territory -xf tmp/tce_0.49b.tar + rm -f ${PKG}/usr/share/enemy-territory/*.{rtf.txt} + install -D -m 0755 ${SRC}/tce ${PKG}/usr/bin/tce + ln -sf /usr/bin/tce ${PKG}/usr/bin/${name} + install -D -m 0644 tmp/tce.xpm ${PKG}/usr/share/pixmaps/tce.xpm + install -D -m 0644 ${SRC}/${name}.desktop ${PKG}/usr/share/applications/${name}.desktop } diff --git a/true-combat-elite/tce b/true-combat-elite/tce new file mode 100644 index 000000000..d41358ae1 --- /dev/null +++ b/true-combat-elite/tce @@ -0,0 +1,5 @@ +#!/bin/sh + +enemy-territory "$@" +set fs_game tcetest + +# End of File diff --git a/true-combat-elite/true-combat-elite.desktop b/true-combat-elite/true-combat-elite.desktop new file mode 100644 index 000000000..7cdc553f2 --- /dev/null +++ b/true-combat-elite/true-combat-elite.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=True Combat Elite +Comment=Wolfstein Enemy Territory - True Combat Elite Mod +Exec=/usr/bin/true-combat +Icon=tce.xpm +Terminal=false +Type=Application +Categories=Application;Games;