[arch-commits] Commit in supertux/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun May 10 09:19:15 UTC 2015


    Date: Sunday, May 10, 2015 @ 11:19:14
  Author: svenstaro
Revision: 133157

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

Added:
  supertux/repos/community-i686/PKGBUILD
    (from rev 133156, supertux/trunk/PKGBUILD)
  supertux/repos/community-x86_64/PKGBUILD
    (from rev 133156, supertux/trunk/PKGBUILD)
Deleted:
  supertux/repos/community-i686/PKGBUILD
  supertux/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ---------------------
 community-x86_64/PKGBUILD |   30 ---------------------
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-05-10 09:19:06 UTC (rev 133156)
+++ community-i686/PKGBUILD	2015-05-10 09:19:14 UTC (rev 133157)
@@ -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.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
-}

Copied: supertux/repos/community-i686/PKGBUILD (from rev 133156, supertux/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-10 09:19:14 UTC (rev 133157)
@@ -0,0 +1,31 @@
+# $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.a
+_pkgver=0.3.5a
+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=('da8285711b2a07d425c81a15810ec2a0')
+
+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-05-10 09:19:06 UTC (rev 133156)
+++ community-x86_64/PKGBUILD	2015-05-10 09:19:14 UTC (rev 133157)
@@ -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.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
-}

Copied: supertux/repos/community-x86_64/PKGBUILD (from rev 133156, supertux/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-10 09:19:14 UTC (rev 133157)
@@ -0,0 +1,31 @@
+# $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.a
+_pkgver=0.3.5a
+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=('da8285711b2a07d425c81a15810ec2a0')
+
+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