From 272d8546acd8cce70852359bc1fee429d3fa5dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 3 Sep 2014 18:33:55 -0300 Subject: rename to abuse-libre --- libre/abuse-libre/PKGBUILD | 79 ----------------------- libre/abuse-libre/abuse.install | 13 ---- libre/abuse-libre/abuse.sh | 15 ----- libre/abuse-libre/default.abuserc | 37 ----------- libre/abuse-libre/default.gamma.lsp | 1 - libre/abuse-libre/non-claudio.patch | 122 ------------------------------------ 6 files changed, 267 deletions(-) delete mode 100644 libre/abuse-libre/PKGBUILD delete mode 100644 libre/abuse-libre/abuse.install delete mode 100644 libre/abuse-libre/abuse.sh delete mode 100644 libre/abuse-libre/default.abuserc delete mode 100644 libre/abuse-libre/default.gamma.lsp delete mode 100644 libre/abuse-libre/non-claudio.patch (limited to 'libre/abuse-libre') diff --git a/libre/abuse-libre/PKGBUILD b/libre/abuse-libre/PKGBUILD deleted file mode 100644 index dfffa4947..000000000 --- a/libre/abuse-libre/PKGBUILD +++ /dev/null @@ -1,79 +0,0 @@ -# $Id: PKGBUILD 101370 2013-11-23 19:00:48Z arodseth $ -# Maintainer (Arch): Alexander Rødseth -# Contributor (Arch): Lukas Fleischer -# Contributor (Arch): jlvsimoes -# Contributor (Arch): kevin -# Contributor: André Silva - -_pkgname=abuse -pkgname=abuse-libre -pkgver=0.8 -pkgrel=4 -pkgdesc='Side-scroller action game that pits you against ruthless alien killers, without nonfree claudio support' -arch=('x86_64' 'i686' 'mips64el') -url='http://abuse.zoy.org/' -license=('GPL' 'custom') -provides=($_pkgname=$pkgver) -replaces=($_pkgname) -conflicts=($_pkgname) -depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils') -makedepends=('gendesk' 'mesa-libgl' 'glu') -install="$_pkgname.install" -mksource=("http://abuse.zoy.org/raw-attachment/wiki/download/$_pkgname-$pkgver.tar.gz" - 'non-claudio.patch') -source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz" - 'abuse.sh' - 'default.abuserc' - 'default.gamma.lsp') -mksha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488' - '017cb58acf5ba8cdb889f97a758318cb66ab4947b860a77ab16b932c3f21b98f') -sha256sums=('ff7018b3ddcc6d2e702bc14eb2884622677ac5141c36e1fc0cdd127df3017f7d' - 'a5ddac71ca9b8c4bb42bdf91393a5fbe3d839ab9a9e9a6362a75dafc2aab122e' - '6ea2fa9e65c10bbcab4432f40d0c7284cb3970835c40c5c00ced14b39ce1b00f' - '13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6') - -mksource() { - cd "abuse-$pkgver" - - # Remove the nonfree claudio addon - rm -rvf ./data/addon/claudio - patch -Np1 -i "$srcdir/non-claudio.patch" -} - -prepare() { - cd "abuse-$pkgver" - - gendesk -n -f --pkgname "$_pkgname" --pkgdesc "$pkgdesc" -} - -build() { - cd "abuse-$pkgver" - - ./configure --prefix=/usr --with-assetdir="/usr/share/$_pkgname/orig" --with-x - make -} - -package() { - cd "abuse-$pkgver" - - make DESTDIR="$pkgdir" install - - # Desktop shortcut and icon - install -Dm644 "$_pkgname.desktop" \ - "$pkgdir/usr/share/applications/$_pkgname.desktop" - install -Dm644 "doc/$_pkgname.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png" - - # Sane defaults - mv "$pkgdir/usr/bin/$_pkgname" "$pkgdir/usr/bin/$_pkgname.elf" - install -Dm755 "$srcdir/$_pkgname.sh" "$pkgdir/usr/bin/$_pkgname" - install -Dm644 "$srcdir/default.${_pkgname}rc" \ - "$pkgdir/usr/share/$_pkgname/default.${_pkgname}rc" - install -Dm644 "$srcdir/default.gamma.lsp" \ - "$pkgdir/usr/share/$_pkgname/default.gamma.lsp" - - # License (for the original source code) - install -d "$pkgdir/usr/share/licenses/abuse" - sed -n '1,/^$/p' src/view.cpp > "$pkgdir/usr/share/licenses/abuse/original" -} - -# vim:set ts=2 sw=2 et: diff --git a/libre/abuse-libre/abuse.install b/libre/abuse-libre/abuse.install deleted file mode 100644 index ad97d7bab..000000000 --- a/libre/abuse-libre/abuse.install +++ /dev/null @@ -1,13 +0,0 @@ -post_upgrade() { - update-desktop-database -q -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} - -# vim:set ts=2 sw=2 et: diff --git a/libre/abuse-libre/abuse.sh b/libre/abuse-libre/abuse.sh deleted file mode 100644 index 228bb6f7b..000000000 --- a/libre/abuse-libre/abuse.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# Use sane configuration files, unless they already exists - -if [ ! -d $HOME/.abuse ]; then - mkdir -p $HOME/.abuse -fi -if [ ! -f $HOME/.abuse/abuserc ]; then - cp /usr/share/abuse/default.abuserc $HOME/.abuse/abuserc -fi -if [ ! -f $HOME/.abuse/gamma.lsp ]; then - cp /usr/share/abuse/default.gamma.lsp $HOME/.abuse/gamma.lsp -fi - -exec /usr/bin/abuse.elf diff --git a/libre/abuse-libre/default.abuserc b/libre/abuse-libre/default.abuserc deleted file mode 100644 index ff116819f..000000000 --- a/libre/abuse-libre/default.abuserc +++ /dev/null @@ -1,37 +0,0 @@ -; Abuse-SDL Configuration file - -; Startup fullscreen -fullscreen=0 - -; Use DoubleBuffering -doublebuf=1 - -; Use OpenGL -gl=1 - -; Location of the datafiles -datadir=/usr/share/abuse/orig - -; Use mono audio only -mono=0 - -; Grab the mouse to the window -grabmouse=0 - -; Set the scale factor -scale=2 - -; Use anti-aliasing (with gl=1 only) -antialias=0 - -; Disable the SDL parachute in the case of a crash -nosdlparachute=0 - -; Key mappings -left=a -right=d -up=w -down=s -fire=Space -weapprev=q -weapnext=e diff --git a/libre/abuse-libre/default.gamma.lsp b/libre/abuse-libre/default.gamma.lsp deleted file mode 100644 index 9a77afa27..000000000 --- a/libre/abuse-libre/default.gamma.lsp +++ /dev/null @@ -1 +0,0 @@ -(setq darkest_gray 20) diff --git a/libre/abuse-libre/non-claudio.patch b/libre/abuse-libre/non-claudio.patch deleted file mode 100644 index 2a29e53f0..000000000 --- a/libre/abuse-libre/non-claudio.patch +++ /dev/null @@ -1,122 +0,0 @@ ---- abuse-0.8/data/Makefile.in 2011-05-09 08:06:35.000000000 -0300 -+++ abuse-0.8/data/Makefile.in 2012-04-11 15:03:02.854839102 -0300 -@@ -184,7 +184,6 @@ - addon/aliens/objects.lsp addon/aliens/powerold.lsp \ - addon/aliens/powerups.lsp addon/aliens/sfx.lsp \ - addon/aliens/tiles.lsp addon/bong/bong.lsp \ -- addon/claudio/claudio.lsp addon/claudio/oldclaud.lsp \ - addon/deathmat/cur_lev.lsp addon/deathmat/deathmat.lsp \ - addon/deathmat/dstartup.lsp addon/deathmat/gamename.lsp \ - addon/deathmat/large.lsp addon/deathmat/levelset.lsp \ -@@ -245,23 +244,6 @@ - art/tints/guns/orange.spe art/tints/guns/redish.spe \ - addon/aliens/aliens.spe addon/aliens/bactiles.spe \ - addon/aliens/fortiles.spe addon/bong/bong.spe \ -- addon/claudio/antship.spe addon/claudio/bigexp.spe \ -- addon/claudio/deepw1.spe addon/claudio/deepw2.spe \ -- addon/claudio/droid.spe addon/claudio/extiles.spe \ -- addon/claudio/fire.spe addon/claudio/lamp.spe \ -- addon/claudio/lava2.spe addon/claudio/mypanels.spe \ -- addon/claudio/nplatfor.spe addon/claudio/pal21.spe \ -- addon/claudio/pal2.spe addon/claudio/pal5.spe \ -- addon/claudio/pal81f.spe addon/claudio/pal81.spe \ -- addon/claudio/pal82f.spe addon/claudio/pal82.spe \ -- addon/claudio/pal90.spe addon/claudio/rob2.spe \ -- addon/claudio/skull.spe addon/claudio/spaced.spe \ -- addon/claudio/spaceh.spe addon/claudio/spacymed.spe \ -- addon/claudio/spacytdm.spe addon/claudio/sswitch.spe \ -- addon/claudio/t_lamp.spe addon/claudio/trex1.spe \ -- addon/claudio/t_skull.spe addon/claudio/t_space.spe \ -- addon/claudio/t_trex.spe addon/claudio/t_water.spe \ -- addon/claudio/umbrel3.spe addon/claudio/watem.spe \ - addon/example/example.spe addon/leon/gray.spe \ - addon/leon/level00.spe addon/leon/level01.spe \ - addon/leon/level02.spe addon/leon/lmisc.spe \ -@@ -333,7 +315,6 @@ - doc = \ - addon/aliens/aliens.txt \ - addon/aliens/readme.txt \ -- addon/claudio/palettes.txt \ - addon/leon/leon.txt \ - addon/newart/tiledoc.txt \ - addon/pong/pong.txt \ -@@ -414,17 +395,6 @@ - @HAVE_NONFREE_TRUE@ addon/aliens/aslash01.wav \ - @HAVE_NONFREE_TRUE@ addon/aliens/egghatch.wav \ - @HAVE_NONFREE_TRUE@ addon/aliens/jarbreak.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/aship.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/drill.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/fire.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/glass1.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/sewers.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/skull.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/spaceo.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/trex1.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/trex2.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/unhealth.wav \ --@HAVE_NONFREE_TRUE@ addon/claudio/wfall.wav \ - @HAVE_NONFREE_TRUE@ addon/leon/sfx/ambship1.wav \ - @HAVE_NONFREE_TRUE@ addon/leon/sfx/ambship2.wav \ - @HAVE_NONFREE_TRUE@ addon/leon/sfx/gren5.wav \ ---- abuse-0.8/data/Makefile.am 2011-05-09 04:58:04.000000000 -0300 -+++ abuse-0.8/data/Makefile.am 2012-04-11 15:03:50.282407491 -0300 -@@ -35,7 +35,6 @@ - \ - addon/bong/bong.lsp \ - \ -- addon/claudio/claudio.lsp addon/claudio/oldclaud.lsp \ - addon/deathmat/cur_lev.lsp addon/deathmat/deathmat.lsp \ - addon/deathmat/dstartup.lsp addon/deathmat/gamename.lsp \ - addon/deathmat/large.lsp addon/deathmat/levelset.lsp \ -@@ -113,21 +112,6 @@ - \ - addon/bong/bong.spe \ - \ -- addon/claudio/antship.spe addon/claudio/bigexp.spe \ -- addon/claudio/deepw1.spe addon/claudio/deepw2.spe addon/claudio/droid.spe \ -- addon/claudio/extiles.spe addon/claudio/fire.spe addon/claudio/lamp.spe \ -- addon/claudio/lava2.spe addon/claudio/mypanels.spe \ -- addon/claudio/nplatfor.spe addon/claudio/pal21.spe addon/claudio/pal2.spe \ -- addon/claudio/pal5.spe addon/claudio/pal81f.spe addon/claudio/pal81.spe \ -- addon/claudio/pal82f.spe addon/claudio/pal82.spe addon/claudio/pal90.spe \ -- addon/claudio/rob2.spe addon/claudio/skull.spe addon/claudio/spaced.spe \ -- addon/claudio/spaceh.spe addon/claudio/spacymed.spe \ -- addon/claudio/spacytdm.spe addon/claudio/sswitch.spe \ -- addon/claudio/t_lamp.spe addon/claudio/trex1.spe \ -- addon/claudio/t_skull.spe addon/claudio/t_space.spe \ -- addon/claudio/t_trex.spe addon/claudio/t_water.spe \ -- addon/claudio/umbrel3.spe addon/claudio/watem.spe \ -- \ - addon/example/example.spe \ - \ - addon/leon/gray.spe addon/leon/level00.spe addon/leon/level01.spe \ -@@ -214,7 +198,6 @@ - doc = \ - addon/aliens/aliens.txt \ - addon/aliens/readme.txt \ -- addon/claudio/palettes.txt \ - addon/leon/leon.txt \ - addon/newart/tiledoc.txt \ - addon/pong/pong.txt \ -@@ -267,11 +250,6 @@ - addon/aliens/altaunt.wav addon/aliens/aslash01.wav \ - addon/aliens/egghatch.wav addon/aliens/jarbreak.wav \ - \ -- addon/claudio/aship.wav addon/claudio/drill.wav addon/claudio/fire.wav \ -- addon/claudio/glass1.wav addon/claudio/sewers.wav addon/claudio/skull.wav \ -- addon/claudio/spaceo.wav addon/claudio/trex1.wav addon/claudio/trex2.wav \ -- addon/claudio/unhealth.wav addon/claudio/wfall.wav \ -- \ - addon/leon/sfx/ambship1.wav addon/leon/sfx/ambship2.wav \ - addon/leon/sfx/gren5.wav addon/leon/sfx/gren6.wav \ - addon/leon/sfx/rain2.wav addon/leon/sfx/rain3.wav \ ---- abuse-0.8/data/abuse.lsp 2011-05-09 04:58:04.000000000 -0300 -+++ abuse-0.8/data/abuse.lsp 2012-04-11 15:04:15.637788215 -0300 -@@ -42,7 +42,6 @@ - (load "addon/twist/f2chars.lsp") - (load "addon/twist/f2ai.lsp") - (load "addon/aliens/astartup.lsp") --(load "addon/claudio/claudio.lsp") - (load "addon/twist/lisp/dray.lsp") - (load "addon/twist/lisp/mario.lsp") - (load "addon/leon/4frabs.lsp") -- cgit v1.2.3-2-g168b