[arch-commits] Commit in supertux/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Apr 11 15:04:31 UTC 2015
Date: Saturday, April 11, 2015 @ 17:04:30
Author: svenstaro
Revision: 131162
archrelease: copy trunk to community-i686, community-x86_64
Added:
supertux/repos/community-i686/PKGBUILD
(from rev 131161, supertux/trunk/PKGBUILD)
supertux/repos/community-x86_64/PKGBUILD
(from rev 131161, supertux/trunk/PKGBUILD)
Deleted:
supertux/repos/community-i686/PKGBUILD
supertux/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 ----------------------
community-x86_64/PKGBUILD | 30 ----------------------
3 files changed, 60 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-11 15:03:59 UTC (rev 131161)
+++ community-i686/PKGBUILD 2015-04-11 15:04:30 UTC (rev 131162)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-# Contributor: vande198
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=supertux
-pkgver=0.3.4
-pkgrel=3
-pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games"
-arch=('i686' 'x86_64')
-url="http://super-tux.sourceforge.net/"
-license=('GPL')
-depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=(https://supertux.googlecode.com/files/supertux-${pkgver}.tar.bz2)
-md5sums=('108af4c1fd985e8842a15cd819b9b157')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}
Copied: supertux/repos/community-i686/PKGBUILD (from rev 131161, supertux/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-11 15:04:30 UTC (rev 131162)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=supertux
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games"
+arch=('i686' 'x86_64')
+url="https://github.com/supertux/supertux"
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(https://github.com/SuperTux/supertux/archive/v${pkgver}.tar.gz)
+md5sums=('bdfd7942099b664a0f1af74d73e69bda')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-11 15:03:59 UTC (rev 131161)
+++ community-x86_64/PKGBUILD 2015-04-11 15:04:30 UTC (rev 131162)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-# Contributor: vande198
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=supertux
-pkgver=0.3.4
-pkgrel=3
-pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games"
-arch=('i686' 'x86_64')
-url="http://super-tux.sourceforge.net/"
-license=('GPL')
-depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=(https://supertux.googlecode.com/files/supertux-${pkgver}.tar.bz2)
-md5sums=('108af4c1fd985e8842a15cd819b9b157')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}
Copied: supertux/repos/community-x86_64/PKGBUILD (from rev 131161, supertux/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-11 15:04:30 UTC (rev 131162)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=supertux
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games"
+arch=('i686' 'x86_64')
+url="https://github.com/supertux/supertux"
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(https://github.com/SuperTux/supertux/archive/v${pkgver}.tar.gz)
+md5sums=('bdfd7942099b664a0f1af74d73e69bda')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list