[arch-commits] Commit in vor/repos (8 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Nov 23 12:39:11 UTC 2013


    Date: Saturday, November 23, 2013 @ 13:39:11
  Author: arodseth
Revision: 101359

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

Added:
  vor/repos/community-i686/PKGBUILD
    (from rev 101358, vor/trunk/PKGBUILD)
  vor/repos/community-i686/vor.png
    (from rev 101358, vor/trunk/vor.png)
  vor/repos/community-x86_64/PKGBUILD
    (from rev 101358, vor/trunk/PKGBUILD)
  vor/repos/community-x86_64/vor.png
    (from rev 101358, vor/trunk/vor.png)
Deleted:
  vor/repos/community-i686/PKGBUILD
  vor/repos/community-i686/vor.png
  vor/repos/community-x86_64/PKGBUILD
  vor/repos/community-x86_64/vor.png

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   43 ------------------------
 community-x86_64/PKGBUILD |   43 ------------------------
 3 files changed, 76 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-23 12:36:30 UTC (rev 101358)
+++ community-i686/PKGBUILD	2013-11-23 12:39:11 UTC (rev 101359)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: tdy <tdy at gmx.com>
-# Contributor: nut543 <kfs1 at online.no>
-
-pkgname=vor
-pkgver=0.5.5
-pkgrel=1
-pkgdesc='Classic spaceship versus asteroid field arcade game'
-arch=('i686' 'x86_64')
-url="http://jasonwoof.org/vor?"
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer')
-makedepends=('gendesk')
-optdepends=('netpbm: for customizing game graphics'
-            'povray: for customizing game graphics')
-options=('!emptydirs')
-source=("http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2"
-	"$pkgname.png")
-sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da'
-            '07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872')
-_exec=('vor -f')
-
-build() {
-  cd "$srcdir"
-  gendesk
-  
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make LDFLAGS=-lm
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p "$pkgdir/usr/bin"
-  make prefix=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "../$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "../$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vor/repos/community-i686/PKGBUILD (from rev 101358, vor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-23 12:39:11 UTC (rev 101359)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: tdy <tdy at gmx.com>
+# Contributor: nut543 <kfs1 at online.no>
+
+pkgname=vor
+pkgver=0.5.5
+pkgrel=2
+pkgdesc='Classic spaceship versus asteroid field arcade game'
+arch=('x86_64' 'i686')
+url='http://jasonwoof.org/vor'
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer')
+makedepends=('gendesk')
+optdepends=('netpbm: for customizing game graphics'
+            'povray: for customizing game graphics')
+options=('!emptydirs')
+source=("http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.png")
+sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da'
+            '07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872')
+
+build() {
+  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make LDFLAGS=-lm
+}
+
+package() {
+  install -d "$pkgdir/usr/bin"
+  make -C "$pkgname-$pkgver" prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/vor.png
===================================================================
(Binary files differ)

Copied: vor/repos/community-i686/vor.png (from rev 101358, vor/trunk/vor.png)
===================================================================
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-23 12:36:30 UTC (rev 101358)
+++ community-x86_64/PKGBUILD	2013-11-23 12:39:11 UTC (rev 101359)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: tdy <tdy at gmx.com>
-# Contributor: nut543 <kfs1 at online.no>
-
-pkgname=vor
-pkgver=0.5.5
-pkgrel=1
-pkgdesc='Classic spaceship versus asteroid field arcade game'
-arch=('i686' 'x86_64')
-url="http://jasonwoof.org/vor?"
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer')
-makedepends=('gendesk')
-optdepends=('netpbm: for customizing game graphics'
-            'povray: for customizing game graphics')
-options=('!emptydirs')
-source=("http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2"
-	"$pkgname.png")
-sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da'
-            '07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872')
-_exec=('vor -f')
-
-build() {
-  cd "$srcdir"
-  gendesk
-  
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make LDFLAGS=-lm
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p "$pkgdir/usr/bin"
-  make prefix=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "../$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "../$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vor/repos/community-x86_64/PKGBUILD (from rev 101358, vor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-23 12:39:11 UTC (rev 101359)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: tdy <tdy at gmx.com>
+# Contributor: nut543 <kfs1 at online.no>
+
+pkgname=vor
+pkgver=0.5.5
+pkgrel=2
+pkgdesc='Classic spaceship versus asteroid field arcade game'
+arch=('x86_64' 'i686')
+url='http://jasonwoof.org/vor'
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer')
+makedepends=('gendesk')
+optdepends=('netpbm: for customizing game graphics'
+            'povray: for customizing game graphics')
+options=('!emptydirs')
+source=("http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.png")
+sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da'
+            '07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872')
+
+build() {
+  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make LDFLAGS=-lm
+}
+
+package() {
+  install -d "$pkgdir/usr/bin"
+  make -C "$pkgname-$pkgver" prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/vor.png
===================================================================
(Binary files differ)

Copied: vor/repos/community-x86_64/vor.png (from rev 101358, vor/trunk/vor.png)
===================================================================
(Binary files differ)




More information about the arch-commits mailing list