[arch-commits] Commit in abuse/repos (16 files)

Alexander Rødseth arodseth at archlinux.org
Wed Feb 1 12:36:36 UTC 2017


    Date: Wednesday, February 1, 2017 @ 12:36:35
  Author: arodseth
Revision: 209638

archrelease: copy trunk to community-x86_64, community-i686

Added:
  abuse/repos/community-i686/PKGBUILD
    (from rev 209637, abuse/trunk/PKGBUILD)
  abuse/repos/community-i686/abuse.sh
    (from rev 209637, abuse/trunk/abuse.sh)
  abuse/repos/community-i686/default.abuserc
    (from rev 209637, abuse/trunk/default.abuserc)
  abuse/repos/community-i686/default.gamma.lsp
    (from rev 209637, abuse/trunk/default.gamma.lsp)
  abuse/repos/community-x86_64/PKGBUILD
    (from rev 209637, abuse/trunk/PKGBUILD)
  abuse/repos/community-x86_64/abuse.sh
    (from rev 209637, abuse/trunk/abuse.sh)
  abuse/repos/community-x86_64/default.abuserc
    (from rev 209637, abuse/trunk/default.abuserc)
  abuse/repos/community-x86_64/default.gamma.lsp
    (from rev 209637, abuse/trunk/default.gamma.lsp)
Deleted:
  abuse/repos/community-i686/PKGBUILD
  abuse/repos/community-i686/abuse.sh
  abuse/repos/community-i686/default.abuserc
  abuse/repos/community-i686/default.gamma.lsp
  abuse/repos/community-x86_64/PKGBUILD
  abuse/repos/community-x86_64/abuse.sh
  abuse/repos/community-x86_64/default.abuserc
  abuse/repos/community-x86_64/default.gamma.lsp

------------------------------------+
 /PKGBUILD                          |  122 +++++++++++++++++++++++++++++++++++
 /abuse.sh                          |   30 ++++++++
 /default.abuserc                   |   74 +++++++++++++++++++++
 /default.gamma.lsp                 |    2 
 community-i686/PKGBUILD            |   61 -----------------
 community-i686/abuse.sh            |   15 ----
 community-i686/default.abuserc     |   37 ----------
 community-i686/default.gamma.lsp   |    1 
 community-x86_64/PKGBUILD          |   61 -----------------
 community-x86_64/abuse.sh          |   15 ----
 community-x86_64/default.abuserc   |   37 ----------
 community-x86_64/default.gamma.lsp |    1 
 12 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-01 12:34:57 UTC (rev 209637)
+++ community-i686/PKGBUILD	2017-02-01 12:36:35 UTC (rev 209638)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
-# Contributor: kevin <kevin at archlinux.org>
-
-pkgname=abuse
-pkgver=0.8
-pkgrel=6
-pkgdesc='Side-scroller action game that pits you against ruthless alien killers'
-arch=('x86_64' 'i686')
-url='http://abuse.zoy.org/'
-license=('GPL' 'custom')
-depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils')
-makedepends=('gendesk' 'mesa-libgl' 'glu')
-source=("http://abuse.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz"
-        'abuse.sh'
-        'default.abuserc'
-        'default.gamma.lsp')
-sha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488'
-            'a5ddac71ca9b8c4bb42bdf91393a5fbe3d839ab9a9e9a6362a75dafc2aab122e'
-            '6ea2fa9e65c10bbcab4432f40d0c7284cb3970835c40c5c00ced14b39ce1b00f'
-            '13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6')
-
-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:

Copied: abuse/repos/community-i686/PKGBUILD (from rev 209637, abuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-01 12:36:35 UTC (rev 209638)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
+# Contributor: kevin <kevin at archlinux.org>
+
+pkgname=abuse
+pkgver=0.8
+pkgrel=7
+pkgdesc='Side-scroller action game that pits you against ruthless alien killers'
+arch=('x86_64' 'i686')
+url='http://abuse.zoy.org/'
+license=('GPL' 'custom')
+depends=('desktop-file-utils' 'gcc-libs' 'glu' 'libgl' 'sdl_mixer')
+makedepends=('gendesk' 'glu' 'mesa-libgl')
+source=("http://abuse.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz"
+        'abuse.sh'
+        'default.abuserc'
+        'default.gamma.lsp')
+sha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488'
+            '8dcf3b6b6ac419e5ffabc847166917d70ce43af3092c4d651f473947fff0cc7d'
+            '6ea2fa9e65c10bbcab4432f40d0c7284cb3970835c40c5c00ced14b39ce1b00f'
+            '13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6')
+
+prepare() {
+  cd "abuse-$pkgver"
+
+  gendesk -f -n --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"
+
+  # Default configuration
+  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:

Deleted: community-i686/abuse.sh
===================================================================
--- community-i686/abuse.sh	2017-02-01 12:34:57 UTC (rev 209637)
+++ community-i686/abuse.sh	2017-02-01 12:36:35 UTC (rev 209638)
@@ -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

Copied: abuse/repos/community-i686/abuse.sh (from rev 209637, abuse/trunk/abuse.sh)
===================================================================
--- community-i686/abuse.sh	                        (rev 0)
+++ community-i686/abuse.sh	2017-02-01 12:36:35 UTC (rev 209638)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# Copy over 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
+
+# Run abuse
+exec /usr/bin/abuse.elf "$@"

Deleted: community-i686/default.abuserc
===================================================================
--- community-i686/default.abuserc	2017-02-01 12:34:57 UTC (rev 209637)
+++ community-i686/default.abuserc	2017-02-01 12:36:35 UTC (rev 209638)
@@ -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

Copied: abuse/repos/community-i686/default.abuserc (from rev 209637, abuse/trunk/default.abuserc)
===================================================================
--- community-i686/default.abuserc	                        (rev 0)
+++ community-i686/default.abuserc	2017-02-01 12:36:35 UTC (rev 209638)
@@ -0,0 +1,37 @@
+; 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

Deleted: community-i686/default.gamma.lsp
===================================================================
--- community-i686/default.gamma.lsp	2017-02-01 12:34:57 UTC (rev 209637)
+++ community-i686/default.gamma.lsp	2017-02-01 12:36:35 UTC (rev 209638)
@@ -1 +0,0 @@
-(setq darkest_gray 20)

Copied: abuse/repos/community-i686/default.gamma.lsp (from rev 209637, abuse/trunk/default.gamma.lsp)
===================================================================
--- community-i686/default.gamma.lsp	                        (rev 0)
+++ community-i686/default.gamma.lsp	2017-02-01 12:36:35 UTC (rev 209638)
@@ -0,0 +1 @@
+(setq darkest_gray 20)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-01 12:34:57 UTC (rev 209637)
+++ community-x86_64/PKGBUILD	2017-02-01 12:36:35 UTC (rev 209638)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
-# Contributor: kevin <kevin at archlinux.org>
-
-pkgname=abuse
-pkgver=0.8
-pkgrel=6
-pkgdesc='Side-scroller action game that pits you against ruthless alien killers'
-arch=('x86_64' 'i686')
-url='http://abuse.zoy.org/'
-license=('GPL' 'custom')
-depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils')
-makedepends=('gendesk' 'mesa-libgl' 'glu')
-source=("http://abuse.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz"
-        'abuse.sh'
-        'default.abuserc'
-        'default.gamma.lsp')
-sha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488'
-            'a5ddac71ca9b8c4bb42bdf91393a5fbe3d839ab9a9e9a6362a75dafc2aab122e'
-            '6ea2fa9e65c10bbcab4432f40d0c7284cb3970835c40c5c00ced14b39ce1b00f'
-            '13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6')
-
-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:

Copied: abuse/repos/community-x86_64/PKGBUILD (from rev 209637, abuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-01 12:36:35 UTC (rev 209638)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
+# Contributor: kevin <kevin at archlinux.org>
+
+pkgname=abuse
+pkgver=0.8
+pkgrel=7
+pkgdesc='Side-scroller action game that pits you against ruthless alien killers'
+arch=('x86_64' 'i686')
+url='http://abuse.zoy.org/'
+license=('GPL' 'custom')
+depends=('desktop-file-utils' 'gcc-libs' 'glu' 'libgl' 'sdl_mixer')
+makedepends=('gendesk' 'glu' 'mesa-libgl')
+source=("http://abuse.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz"
+        'abuse.sh'
+        'default.abuserc'
+        'default.gamma.lsp')
+sha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488'
+            '8dcf3b6b6ac419e5ffabc847166917d70ce43af3092c4d651f473947fff0cc7d'
+            '6ea2fa9e65c10bbcab4432f40d0c7284cb3970835c40c5c00ced14b39ce1b00f'
+            '13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6')
+
+prepare() {
+  cd "abuse-$pkgver"
+
+  gendesk -f -n --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"
+
+  # Default configuration
+  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:

Deleted: community-x86_64/abuse.sh
===================================================================
--- community-x86_64/abuse.sh	2017-02-01 12:34:57 UTC (rev 209637)
+++ community-x86_64/abuse.sh	2017-02-01 12:36:35 UTC (rev 209638)
@@ -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

Copied: abuse/repos/community-x86_64/abuse.sh (from rev 209637, abuse/trunk/abuse.sh)
===================================================================
--- community-x86_64/abuse.sh	                        (rev 0)
+++ community-x86_64/abuse.sh	2017-02-01 12:36:35 UTC (rev 209638)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# Copy over 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
+
+# Run abuse
+exec /usr/bin/abuse.elf "$@"

Deleted: community-x86_64/default.abuserc
===================================================================
--- community-x86_64/default.abuserc	2017-02-01 12:34:57 UTC (rev 209637)
+++ community-x86_64/default.abuserc	2017-02-01 12:36:35 UTC (rev 209638)
@@ -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

Copied: abuse/repos/community-x86_64/default.abuserc (from rev 209637, abuse/trunk/default.abuserc)
===================================================================
--- community-x86_64/default.abuserc	                        (rev 0)
+++ community-x86_64/default.abuserc	2017-02-01 12:36:35 UTC (rev 209638)
@@ -0,0 +1,37 @@
+; 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

Deleted: community-x86_64/default.gamma.lsp
===================================================================
--- community-x86_64/default.gamma.lsp	2017-02-01 12:34:57 UTC (rev 209637)
+++ community-x86_64/default.gamma.lsp	2017-02-01 12:36:35 UTC (rev 209638)
@@ -1 +0,0 @@
-(setq darkest_gray 20)

Copied: abuse/repos/community-x86_64/default.gamma.lsp (from rev 209637, abuse/trunk/default.gamma.lsp)
===================================================================
--- community-x86_64/default.gamma.lsp	                        (rev 0)
+++ community-x86_64/default.gamma.lsp	2017-02-01 12:36:35 UTC (rev 209638)
@@ -0,0 +1 @@
+(setq darkest_gray 20)



More information about the arch-commits mailing list