games/OpenXcom: Updated for version 1.0.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ac4273cd01
commit
135ef2cc9e
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=OpenXcom
|
||||
VERSION=${VERSION:-0.9}
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -84,13 +84,16 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
install -D -m644 res/linux/openxcom.desktop $PKG/usr/share/applications/openxcom.desktop
|
||||
install -D -m644 res/linux/${PRGNAM,,}.desktop $PKG/usr/share/applications/${PRGNAM,,}.desktop
|
||||
|
||||
mkdir -p $PKG/usr/share/pixmaps/
|
||||
install -D -m644 res/linux/icons/openxcom.svg $PKG/usr/share/pixmaps/openxcom.svg
|
||||
install -D -m644 res/linux/icons/${PRGNAM,,}_48x48.png $PKG/usr/share/pixmaps/${PRGNAM,,}.png
|
||||
|
||||
mkdir -p $PKG/usr/man/man6
|
||||
install -D -m0644 $CWD/${PRGNAM,,}.6.gz $PKG/usr/man/man6/${PRGNAM,,}.6.gz
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG.txt COPYING README.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="OpenXcom"
|
||||
VERSION="0.9"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="http://openxcom.org"
|
||||
DOWNLOAD="https://github.com/SupSuper/OpenXcom/archive/v0.9.tar.gz"
|
||||
MD5SUM="8dd339cc0c00377813e6ddc65c540218"
|
||||
DOWNLOAD="https://github.com/SupSuper/OpenXcom/archive/v1.0.tar.gz"
|
||||
MD5SUM="77bc23331ecf14a87b00dca1c581fc4e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="yaml-cpp0.3 TiMidity++ SDL_gfx"
|
||||
REQUIRES="yaml-cpp SDL_gfx"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue