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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Sep 26 05:12:24 UTC 2016


    Date: Monday, September 26, 2016 @ 05:12:23
  Author: svenstaro
Revision: 190577

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-26 05:12:16 UTC (rev 190576)
+++ community-i686/PKGBUILD	2016-09-26 05:12:23 UTC (rev 190577)
@@ -1,31 +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.4.0
-_pkgver=0.4.0
-pkgrel=2
-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/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2)
-md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
-
-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 190576, supertux/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-26 05:12:23 UTC (rev 190577)
@@ -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.5.0
+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' 'physfs')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz")
+md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-26 05:12:16 UTC (rev 190576)
+++ community-x86_64/PKGBUILD	2016-09-26 05:12:23 UTC (rev 190577)
@@ -1,31 +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.4.0
-_pkgver=0.4.0
-pkgrel=2
-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/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2)
-md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
-
-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 190576, supertux/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-26 05:12:23 UTC (rev 190577)
@@ -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.5.0
+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' 'physfs')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz")
+md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list