summaryrefslogtreecommitdiff
path: root/community/uqm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/uqm
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/uqm')
-rw-r--r--community/uqm/PKGBUILD54
-rw-r--r--community/uqm/config.state14
-rw-r--r--community/uqm/uqm2
-rw-r--r--community/uqm/uqm.desktop10
-rw-r--r--community/uqm/uqm.pngbin3630 -> 0 bytes
5 files changed, 0 insertions, 80 deletions
diff --git a/community/uqm/PKGBUILD b/community/uqm/PKGBUILD
deleted file mode 100644
index 5baacac5e..000000000
--- a/community/uqm/PKGBUILD
+++ /dev/null
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 79596 2012-11-08 15:28:33Z heftig $
-# Maintainer : Laurent Carlier <lordheavym@gmail.com>
-# Maintainer : Daenyth <Daenyth+Arch _AT_ gmail _DOT_ com>
-# Contributor : wizzomafizzo <wizzomafizzo@gmail.com>
-# Contributor: tochiro@no.spam.mail.berlios.de
-# Contributor: sh__
-
-pkgname=uqm
-pkgver=0.7.0
-pkgrel=3
-pkgdesc="The Ur-Quan Masters, a port of Star Control 2"
-arch=('i686' 'x86_64')
-url="http://sc2.sf.net/"
-license=('GPL')
-depends=('libmikmod' 'libvorbis' 'sdl_image' 'libgl' 'glu')
-makedepends=('imagemagick' 'mesa' 'namcap')
-optdepends=('uqm-sound: For extra music and conversation audio')
-source=(http://downloads.sourceforge.net/sourceforge/sc2/uqm-${pkgver}-source.tgz
- http://downloads.sourceforge.net/sourceforge/sc2/uqm-${pkgver}-content.uqm
- config.state
- uqm
- uqm.desktop
- uqm.png)
-noextract=(uqm-${pkgver}-content.uqm)
-md5sums=('f9018ea0493d7dac6a9e1006b00af7df'
- '2f36dcb15274dbbcb5e266f2ed84d5b2'
- 'ca497b754edf56aab8a5791f1d2c974a'
- '07e64632fce6323a14ab558d0214b885'
- '44c83b9b9d102b99210af0036749a318'
- '06d0a72aa18e7edce6cd3c7a3a747c44')
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- cp $srcdir/config.state .
- sed -e "/INPUT_install_prefix/ s|replaceme|$pkgdir/usr|" \
- -i config.state
- ./build.sh uqm reprocess_config
-
- ./build.sh uqm
- ./build.sh uqm install
-
- install -Dm644 $srcdir/$pkgname-$pkgver-content.uqm \
- $pkgdir/usr/share/uqm/content/packages/$pkgname-$pkgver-content.uqm
-
- # stolen from fedora!
- install -Dm644 $srcdir/uqm.desktop \
- $pkgdir/usr/share/applications/uqm.desktop
- install -Dm644 $srcdir/uqm.png \
- $pkgdir/usr/share/pixmaps/uqm.png
-
- rm $pkgdir/usr/bin/uqm
- install -Dm755 $srcdir/uqm $pkgdir/usr/bin/uqm
-}
diff --git a/community/uqm/config.state b/community/uqm/config.state
deleted file mode 100644
index bfbeedffb..000000000
--- a/community/uqm/config.state
+++ /dev/null
@@ -1,14 +0,0 @@
-CHOICE_debug_VALUE='nodebug'
-CHOICE_graphics_VALUE='opengl'
-CHOICE_sound_VALUE='mixsdl'
-CHOICE_mikmod_VALUE='external'
-CHOICE_ovcodec_VALUE='standard'
-CHOICE_netplay_VALUE='full'
-CHOICE_joystick_VALUE='enabled'
-CHOICE_ioformat_VALUE='stdio_zip'
-CHOICE_accel_VALUE='asm'
-CHOICE_threadlib_VALUE='sdl'
-INPUT_install_prefix_VALUE='replaceme'
-INPUT_install_bindir_VALUE='$prefix/bin'
-INPUT_install_libdir_VALUE='$prefix/lib'
-INPUT_install_sharedir_VALUE='$prefix/share'
diff --git a/community/uqm/uqm b/community/uqm/uqm
deleted file mode 100644
index 893092074..000000000
--- a/community/uqm/uqm
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec "/usr/lib/uqm/uqm" "--contentdir=/usr/share/uqm/content" "$@"
diff --git a/community/uqm/uqm.desktop b/community/uqm/uqm.desktop
deleted file mode 100644
index 7a0e46882..000000000
--- a/community/uqm/uqm.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=The Ur-Quan Masters
-Comment=An epic space adventure
-Comment[fi]=Eeppinen avaruusseikkailu
-Exec=uqm
-Icon=uqm
-Terminal=false
-Type=Application
-Encoding=UTF-8
-Categories=Application;Game;ArcadeGame;StrategyGame;
diff --git a/community/uqm/uqm.png b/community/uqm/uqm.png
deleted file mode 100644
index 64765a43b..000000000
--- a/community/uqm/uqm.png
+++ /dev/null
Binary files differ