From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/uqm/PKGBUILD | 54 --------------------------------------------- community/uqm/config.state | 14 ------------ community/uqm/uqm | 2 -- community/uqm/uqm.desktop | 10 --------- community/uqm/uqm.png | Bin 3630 -> 0 bytes 5 files changed, 80 deletions(-) delete mode 100644 community/uqm/PKGBUILD delete mode 100644 community/uqm/config.state delete mode 100644 community/uqm/uqm delete mode 100644 community/uqm/uqm.desktop delete mode 100644 community/uqm/uqm.png (limited to 'community/uqm') 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 -# Maintainer : Daenyth -# Contributor : wizzomafizzo -# 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 Binary files a/community/uqm/uqm.png and /dev/null differ -- cgit v1.2.3-54-g00ecf