[arch-commits] Commit in teeworlds/repos (12 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu May 2 16:06:42 UTC 2013


    Date: Thursday, May 2, 2013 @ 18:06:41
  Author: svenstaro
Revision: 89822

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

Added:
  teeworlds/repos/community-i686/PKGBUILD
    (from rev 89821, teeworlds/trunk/PKGBUILD)
  teeworlds/repos/community-i686/teeworlds.desktop
    (from rev 89821, teeworlds/trunk/teeworlds.desktop)
  teeworlds/repos/community-i686/teeworlds.png
    (from rev 89821, teeworlds/trunk/teeworlds.png)
  teeworlds/repos/community-x86_64/PKGBUILD
    (from rev 89821, teeworlds/trunk/PKGBUILD)
  teeworlds/repos/community-x86_64/teeworlds.desktop
    (from rev 89821, teeworlds/trunk/teeworlds.desktop)
  teeworlds/repos/community-x86_64/teeworlds.png
    (from rev 89821, teeworlds/trunk/teeworlds.png)
Deleted:
  teeworlds/repos/community-i686/PKGBUILD
  teeworlds/repos/community-i686/teeworlds.desktop
  teeworlds/repos/community-i686/teeworlds.png
  teeworlds/repos/community-x86_64/PKGBUILD
  teeworlds/repos/community-x86_64/teeworlds.desktop
  teeworlds/repos/community-x86_64/teeworlds.png

------------------------------------+
 /PKGBUILD                          |   96 +++++++++++++++++++++++++++++++++++
 /teeworlds.desktop                 |   28 ++++++++++
 community-i686/PKGBUILD            |   51 ------------------
 community-i686/teeworlds.desktop   |   14 -----
 community-x86_64/PKGBUILD          |   51 ------------------
 community-x86_64/teeworlds.desktop |   14 -----
 6 files changed, 124 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-02 16:06:29 UTC (rev 89821)
+++ community-i686/PKGBUILD	2013-05-02 16:06:41 UTC (rev 89822)
@@ -1,51 +0,0 @@
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
-# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=teeworlds
-pkgver=0.6.1
-pkgrel=3
-pkgdesc="A multiplayer 2D shooter"
-arch=('i686' 'x86_64')
-url="http://teeworlds.com"
-license=('custom')
-depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
-makedepends=('python2' 'bam' 'mesa')
-replaces=('teewars')
-source=(http://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
-        teeworlds.desktop
-		teeworlds.png)
-md5sums=('00de7195ecd1f23596dc3237341af512'
-         '3944aaf7a8c19a83510b2b39c4cddf5f'
-         '44f39e398409232a0e0a431ed46d8cc8')
-
-build() {
-	# Build teeworlds
-	cd ${srcdir}/${pkgname}-*-source
-
-	# Use Python 2
-	sed -i 's/python /python2 /' bam.lua
-
-	bam server_release client_release
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-*-source
-
-	# Install data files
-	mkdir -p ${pkgdir}/usr/share/${pkgname}/data
-	cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
-
-	install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-	install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
-
-	install -Dm644 ${srcdir}/${pkgname}.desktop \
-		${pkgdir}/usr/share/applications/${pkgname}.desktop
-	install -Dm644 ${srcdir}/${pkgname}.png \
-		${pkgdir}/usr/share/pixmaps/${pkgname}.png
-
-	install -Dm644 license.txt \
-		${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: teeworlds/repos/community-i686/PKGBUILD (from rev 89821, teeworlds/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-02 16:06:41 UTC (rev 89822)
@@ -0,0 +1,48 @@
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
+# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=teeworlds
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="A multiplayer 2D shooter"
+arch=('i686' 'x86_64')
+url="https://www.teeworlds.com"
+license=('custom')
+depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
+makedepends=('python' 'bam' 'mesa')
+replaces=('teewars')
+source=(https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
+        teeworlds.desktop
+		teeworlds.png)
+md5sums=('649f6c05a7b117096b238c07062edc39'
+         '3944aaf7a8c19a83510b2b39c4cddf5f'
+         '44f39e398409232a0e0a431ed46d8cc8')
+
+build() {
+	# Build teeworlds
+	cd ${srcdir}/${pkgname}-*-source
+
+	bam server_release client_release
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-*-source
+
+	# Install data files
+	mkdir -p ${pkgdir}/usr/share/${pkgname}/data
+	cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
+
+	install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+	install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
+
+	install -Dm644 ${srcdir}/${pkgname}.desktop \
+		${pkgdir}/usr/share/applications/${pkgname}.desktop
+	install -Dm644 ${srcdir}/${pkgname}.png \
+		${pkgdir}/usr/share/pixmaps/${pkgname}.png
+
+	install -Dm644 license.txt \
+		${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: community-i686/teeworlds.desktop
===================================================================
--- community-i686/teeworlds.desktop	2013-05-02 16:06:29 UTC (rev 89821)
+++ community-i686/teeworlds.desktop	2013-05-02 16:06:41 UTC (rev 89822)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Icon=teeworlds
-Exec=teeworlds
-Terminal=false
-StartupNotify=false
-
-Name=TeeWorlds
-GenericName=Arcade Game
-Comment=is a multiplayer 2D FPS shooter
-Comment[pl_PL]=wieloosobowa strzelanka FTP w 2D
-
-Categories=Game;ArcadeGame;

Copied: teeworlds/repos/community-i686/teeworlds.desktop (from rev 89821, teeworlds/trunk/teeworlds.desktop)
===================================================================
--- community-i686/teeworlds.desktop	                        (rev 0)
+++ community-i686/teeworlds.desktop	2013-05-02 16:06:41 UTC (rev 89822)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Icon=teeworlds
+Exec=teeworlds
+Terminal=false
+StartupNotify=false
+
+Name=TeeWorlds
+GenericName=Arcade Game
+Comment=is a multiplayer 2D FPS shooter
+Comment[pl_PL]=wieloosobowa strzelanka FTP w 2D
+
+Categories=Game;ArcadeGame;

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

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-02 16:06:29 UTC (rev 89821)
+++ community-x86_64/PKGBUILD	2013-05-02 16:06:41 UTC (rev 89822)
@@ -1,51 +0,0 @@
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
-# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=teeworlds
-pkgver=0.6.1
-pkgrel=3
-pkgdesc="A multiplayer 2D shooter"
-arch=('i686' 'x86_64')
-url="http://teeworlds.com"
-license=('custom')
-depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
-makedepends=('python2' 'bam' 'mesa')
-replaces=('teewars')
-source=(http://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
-        teeworlds.desktop
-		teeworlds.png)
-md5sums=('00de7195ecd1f23596dc3237341af512'
-         '3944aaf7a8c19a83510b2b39c4cddf5f'
-         '44f39e398409232a0e0a431ed46d8cc8')
-
-build() {
-	# Build teeworlds
-	cd ${srcdir}/${pkgname}-*-source
-
-	# Use Python 2
-	sed -i 's/python /python2 /' bam.lua
-
-	bam server_release client_release
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-*-source
-
-	# Install data files
-	mkdir -p ${pkgdir}/usr/share/${pkgname}/data
-	cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
-
-	install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-	install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
-
-	install -Dm644 ${srcdir}/${pkgname}.desktop \
-		${pkgdir}/usr/share/applications/${pkgname}.desktop
-	install -Dm644 ${srcdir}/${pkgname}.png \
-		${pkgdir}/usr/share/pixmaps/${pkgname}.png
-
-	install -Dm644 license.txt \
-		${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: teeworlds/repos/community-x86_64/PKGBUILD (from rev 89821, teeworlds/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-02 16:06:41 UTC (rev 89822)
@@ -0,0 +1,48 @@
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
+# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=teeworlds
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="A multiplayer 2D shooter"
+arch=('i686' 'x86_64')
+url="https://www.teeworlds.com"
+license=('custom')
+depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
+makedepends=('python' 'bam' 'mesa')
+replaces=('teewars')
+source=(https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
+        teeworlds.desktop
+		teeworlds.png)
+md5sums=('649f6c05a7b117096b238c07062edc39'
+         '3944aaf7a8c19a83510b2b39c4cddf5f'
+         '44f39e398409232a0e0a431ed46d8cc8')
+
+build() {
+	# Build teeworlds
+	cd ${srcdir}/${pkgname}-*-source
+
+	bam server_release client_release
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-*-source
+
+	# Install data files
+	mkdir -p ${pkgdir}/usr/share/${pkgname}/data
+	cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
+
+	install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+	install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
+
+	install -Dm644 ${srcdir}/${pkgname}.desktop \
+		${pkgdir}/usr/share/applications/${pkgname}.desktop
+	install -Dm644 ${srcdir}/${pkgname}.png \
+		${pkgdir}/usr/share/pixmaps/${pkgname}.png
+
+	install -Dm644 license.txt \
+		${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: community-x86_64/teeworlds.desktop
===================================================================
--- community-x86_64/teeworlds.desktop	2013-05-02 16:06:29 UTC (rev 89821)
+++ community-x86_64/teeworlds.desktop	2013-05-02 16:06:41 UTC (rev 89822)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Icon=teeworlds
-Exec=teeworlds
-Terminal=false
-StartupNotify=false
-
-Name=TeeWorlds
-GenericName=Arcade Game
-Comment=is a multiplayer 2D FPS shooter
-Comment[pl_PL]=wieloosobowa strzelanka FTP w 2D
-
-Categories=Game;ArcadeGame;

Copied: teeworlds/repos/community-x86_64/teeworlds.desktop (from rev 89821, teeworlds/trunk/teeworlds.desktop)
===================================================================
--- community-x86_64/teeworlds.desktop	                        (rev 0)
+++ community-x86_64/teeworlds.desktop	2013-05-02 16:06:41 UTC (rev 89822)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Icon=teeworlds
+Exec=teeworlds
+Terminal=false
+StartupNotify=false
+
+Name=TeeWorlds
+GenericName=Arcade Game
+Comment=is a multiplayer 2D FPS shooter
+Comment[pl_PL]=wieloosobowa strzelanka FTP w 2D
+
+Categories=Game;ArcadeGame;

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

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




More information about the arch-commits mailing list