[arch-commits] Commit in supertux/trunk (PKGBUILD)

2020-12-12 Thread Felix Yan via arch-commits
Date: Saturday, December 12, 2020 @ 16:13:01
  Author: felixonmars
Revision: 773407

upgpkg: supertux 0.6.2-3: boost 1.75.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 16:12:37 UTC (rev 773406)
+++ PKGBUILD2020-12-12 16:13:01 UTC (rev 773407)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:00:27
  Author: felixonmars
Revision: 771233

upgpkg: supertux 0.6.2-2: boost 1.74.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:00:24 UTC (rev 771232)
+++ PKGBUILD2020-12-06 22:00:27 UTC (rev 771233)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2020-06-27 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 26, 2020 @ 16:53:07
  Author: svenstaro
Revision: 654230

Remove duplicate dependency physfs

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-26 16:53:06 UTC (rev 654229)
+++ PKGBUILD2020-06-26 16:53:07 UTC (rev 654230)
@@ -11,7 +11,7 @@
 arch=('x86_64')
 url="https://github.com/supertux/supertux";
 license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 
'freetype2' 'boost-libs' 'hicolor-icon-theme')
+depends=('sdl2_image' 'curl' 'openal' 'libvorbis' 'glew' 'physfs' 'freetype2' 
'boost-libs' 'hicolor-icon-theme')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
 
source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
 
sha512sums=('5baa783ee589b42a9bbce3740659dbb7b617ebfcc00c0a038c03d31b56700e3923c8548700ccebe42b325ca03bd85186bc5edef9f6580d93dc48d8aca88cbf74')


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2020-05-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 14, 2020 @ 21:34:13
  Author: svenstaro
Revision: 627992

upgpkg: supertux 0.6.2-1

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-14 20:25:10 UTC (rev 627991)
+++ PKGBUILD2020-05-14 21:34:13 UTC (rev 627992)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.6.1
-pkgrel=4
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";
@@ -14,7 +14,7 @@
 depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 
'freetype2' 'boost-libs' 'hicolor-icon-theme')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
 
source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
-sha512sums=('38a1da2a0546aa7fb98ece307b35a7e03a154b018d4b732592d3a718fd6c8ba827f3f8d99f0df777b7f438c0294c1838185ea7e60cc08f8cdb6f9a46b440e860')
+sha512sums=('5baa783ee589b42a9bbce3740659dbb7b617ebfcc00c0a038c03d31b56700e3923c8548700ccebe42b325ca03bd85186bc5edef9f6580d93dc48d8aca88cbf74')
 
 build() {
   cd "SuperTux-v${pkgver}-Source"


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 17:41:53
  Author: foutrelis
Revision: 621025

glew 2.2.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 17:38:34 UTC (rev 621024)
+++ PKGBUILD2020-04-25 17:41:53 UTC (rev 621025)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2020-03-24 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 25, 2020 @ 01:21:17
  Author: svenstaro
Revision: 603962

upgpkg: supertux 0.6.1-3: Add boost-libs dep (fixes FS#65967)

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 00:57:28 UTC (rev 603961)
+++ PKGBUILD2020-03-25 01:21:17 UTC (rev 603962)
@@ -6,12 +6,12 @@
 
 pkgname=supertux
 pkgver=0.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";
 license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 
'freetype2')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 
'freetype2' 'boost-libs' 'hicolor-icon-theme')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
 
source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
 
sha512sums=('38a1da2a0546aa7fb98ece307b35a7e03a154b018d4b732592d3a718fd6c8ba827f3f8d99f0df777b7f438c0294c1838185ea7e60cc08f8cdb6f9a46b440e860')


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2020-01-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 28, 2020 @ 03:10:42
  Author: foutrelis
Revision: 557068

boost 1.72.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 03:09:56 UTC (rev 557067)
+++ PKGBUILD2020-01-28 03:10:42 UTC (rev 557068)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2019-12-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 16, 2019 @ 08:56:05
  Author: svenstaro
Revision: 537835

upgpkg: supertux 0.6.1-1

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 08:47:39 UTC (rev 537834)
+++ PKGBUILD2019-12-16 08:56:05 UTC (rev 537835)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";
@@ -14,7 +14,7 @@
 depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 
'freetype2')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
 
source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
-sha512sums=('7e313f1af1131e83ec658fee12803542d59075fa94a0a79a9182382335dc1b10a9f75092562555acf875dd03b15b336b40772fb8cdd81a82fa5802deb51b610b')
+sha512sums=('38a1da2a0546aa7fb98ece307b35a7e03a154b018d4b732592d3a718fd6c8ba827f3f8d99f0df777b7f438c0294c1838185ea7e60cc08f8cdb6f9a46b440e860')
 
 build() {
   cd "SuperTux-v${pkgver}-Source"


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2019-09-13 Thread Felix Yan via arch-commits
Date: Friday, September 13, 2019 @ 10:06:31
  Author: felixonmars
Revision: 510133

boost 1.71.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 10:05:36 UTC (rev 510132)
+++ PKGBUILD2019-09-13 10:06:31 UTC (rev 510133)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2019-01-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 09:25:35
  Author: foutrelis
Revision: 423227

boost 1.69.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 09:22:21 UTC (rev 423226)
+++ PKGBUILD2019-01-15 09:25:35 UTC (rev 423227)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2018-12-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 24, 2018 @ 02:14:09
  Author: svenstaro
Revision: 417688

upgpkg: supertux 0.6.0-1

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-24 02:09:57 UTC (rev 417687)
+++ PKGBUILD2018-12-24 02:14:09 UTC (rev 417688)
@@ -1,19 +1,20 @@
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Jaroslaw Swierczynski 
 # Contributor: Eric Bélanger 
 # Contributor: vande198
-# Maintainer: Daniel J Griffiths 
+# Contributor: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux";
 license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 
'freetype2')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
 
source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
-md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0')
+sha512sums=('7e313f1af1131e83ec658fee12803542d59075fa94a0a79a9182382335dc1b10a9f75092562555acf875dd03b15b336b40772fb8cdd81a82fa5802deb51b610b')
 
 build() {
   cd "SuperTux-v${pkgver}-Source"


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2017-08-03 Thread Evangelos Foutras
Date: Thursday, August 3, 2017 @ 17:17:43
  Author: foutrelis
Revision: 247859

GLEW 2.1.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 17:17:36 UTC (rev 247858)
+++ PKGBUILD2017-08-03 17:17:43 UTC (rev 247859)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.5.1
-pkgrel=1
+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";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2016-11-05 Thread Sven-Hendrik Haase
Date: Sunday, November 6, 2016 @ 06:08:30
  Author: svenstaro
Revision: 194722

upgpkg: supertux 0.5.1-1

upstream release 0.5.1

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 04:51:17 UTC (rev 194721)
+++ PKGBUILD2016-11-06 06:08:30 UTC (rev 194722)
@@ -5,8 +5,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+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";
@@ -14,7 +14,7 @@
 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')
+md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0')
 
 build() {
   cd "SuperTux-v${pkgver}-Source"


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2016-09-27 Thread Sven-Hendrik Haase
Date: Tuesday, September 27, 2016 @ 16:14:14
  Author: svenstaro
Revision: 190677

upgpkg: supertux 0.5.0-2

build in Release mode

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 16:06:00 UTC (rev 190676)
+++ PKGBUILD2016-09-27 16:14:14 UTC (rev 190677)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.5.0
-pkgrel=1
+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";
@@ -19,7 +19,10 @@
 build() {
   cd "SuperTux-v${pkgver}-Source"
 
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DINSTALL_SUBDIR_BIN=bin \
+  -DCMAKE_BUILD_TYPE=Release
   make
 }
 


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2016-09-25 Thread Sven-Hendrik Haase
Date: Monday, September 26, 2016 @ 05:12:16
  Author: svenstaro
Revision: 190576

upgpkg: supertux 0.5.0-1

upstream release 0.5.0

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-26 05:00:00 UTC (rev 190575)
+++ PKGBUILD2016-09-26 05:12:16 UTC (rev 190576)
@@ -5,20 +5,19 @@
 # Maintainer: Daniel J Griffiths 
 
 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"
+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')
+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-${pkgver}.tar.bz2)
-md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
+md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
 
 build() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
+  cd "SuperTux-v${pkgver}-Source"
 
   cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
   make
@@ -25,7 +24,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
+  cd "SuperTux-v${pkgver}-Source"
 
   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2016-08-03 Thread Laurent Carlier
Date: Wednesday, August 3, 2016 @ 07:04:05
  Author: lcarlier
Revision: 184944

upgpkg: supertux 0.4.0-2

glew 2.0.0/poppler 0.46.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 06:31:26 UTC (rev 184943)
+++ PKGBUILD2016-08-03 07:04:05 UTC (rev 184944)
@@ -7,7 +7,7 @@
 pkgname=supertux
 pkgver=0.4.0
 _pkgver=0.4.0
-pkgrel=1
+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";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2015-12-21 Thread Sven-Hendrik Haase
Date: Monday, December 21, 2015 @ 17:15:19
  Author: svenstaro
Revision: 153931

upgpkg: supertux 0.4.0-1

upstream release 0.4.0

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 16:07:27 UTC (rev 153930)
+++ PKGBUILD2015-12-21 16:15:19 UTC (rev 153931)
@@ -5,9 +5,9 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.3.5.a
-_pkgver=0.3.5a
-pkgrel=3
+pkgver=0.4.0
+_pkgver=0.4.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";
@@ -14,8 +14,8 @@
 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')
+source=(https://github.com/SuperTux/supertux/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2)
+md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
 
 build() {
   cd "${srcdir}/${pkgname}-${_pkgver}"


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 02:41:47
  Author: bpiotrowski
Revision: 149498

C++11 ABI rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 01:37:09 UTC (rev 149497)
+++ PKGBUILD2015-12-07 01:41:47 UTC (rev 149498)
@@ -7,7 +7,7 @@
 pkgname=supertux
 pkgver=0.3.5.a
 _pkgver=0.3.5a
-pkgrel=2
+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="https://github.com/supertux/supertux";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2015-09-28 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 06:48:17
  Author: fyan
Revision: 142181

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 03:11:58 UTC (rev 142180)
+++ PKGBUILD2015-09-29 04:48:17 UTC (rev 142181)
@@ -7,7 +7,7 @@
 pkgname=supertux
 pkgver=0.3.5.a
 _pkgver=0.3.5a
-pkgrel=1
+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";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2015-05-10 Thread Sven-Hendrik Haase
Date: Sunday, May 10, 2015 @ 11:19:06
  Author: svenstaro
Revision: 133156

upgpkg: supertux 0.3.5.a-1

upstream release 0.3.5a

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-10 08:11:15 UTC (rev 133155)
+++ PKGBUILD2015-05-10 09:19:06 UTC (rev 133156)
@@ -5,7 +5,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.3.5
+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')
@@ -13,11 +14,11 @@
 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')
+source=(https://github.com/SuperTux/supertux/archive/v${_pkgver}.tar.gz)
+md5sums=('da8285711b2a07d425c81a15810ec2a0')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${_pkgver}"
 
   cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
   make
@@ -24,7 +25,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${_pkgver}"
 
   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2015-04-11 Thread Sven-Hendrik Haase
Date: Saturday, April 11, 2015 @ 17:03:59
  Author: svenstaro
Revision: 131161

upgpkg: supertux 0.3.5-1

upstream release 0.3.5

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-11 14:39:06 UTC (rev 131160)
+++ PKGBUILD2015-04-11 15:03:59 UTC (rev 131161)
@@ -5,16 +5,16 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.3.4
-pkgrel=3
+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="http://super-tux.sourceforge.net/";
+url="https://github.com/supertux/supertux";
 license=('GPL')
-depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=(https://supertux.googlecode.com/files/supertux-${pkgver}.tar.bz2)
-md5sums=('108af4c1fd985e8842a15cd819b9b157')
+source=(https://github.com/SuperTux/supertux/archive/v${pkgver}.tar.gz)
+md5sums=('bdfd7942099b664a0f1af74d73e69bda')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:09:47
  Author: andyrtr
Revision: 126867

upgpkg: supertux 0.3.4-3

glew 1.12 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:05:33 UTC (rev 126866)
+++ PKGBUILD2015-01-31 20:09:47 UTC (rev 126867)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.3.4
-pkgrel=2
+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/";


[arch-commits] Commit in supertux/trunk (PKGBUILD)

2014-08-18 Thread Sven-Hendrik Haase
Date: Tuesday, August 19, 2014 @ 00:52:49
  Author: svenstaro
Revision: 117570

upgpkg: supertux 0.3.4-2

glew 1.11 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-18 22:48:33 UTC (rev 117569)
+++ PKGBUILD2014-08-18 22:52:49 UTC (rev 117570)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.3.4
-pkgrel=1
+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="http://super-tux.sourceforge.net/";



[arch-commits] Commit in supertux/trunk (PKGBUILD)

2013-07-25 Thread Sven-Hendrik Haase
Date: Thursday, July 25, 2013 @ 23:46:12
  Author: svenstaro
Revision: 94505

upgpkg: supertux 0.3.3-9

glew 1.10.0 rebuild

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-25 21:41:41 UTC (rev 94504)
+++ PKGBUILD2013-07-25 21:46:12 UTC (rev 94505)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.3.3
-pkgrel=8
+pkgrel=9
 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/";



[arch-commits] Commit in supertux/trunk (PKGBUILD)

2013-05-20 Thread Evangelos Foutras
Date: Tuesday, May 21, 2013 @ 00:16:15
  Author: foutrelis
Revision: 91299

upgpkg: supertux 0.3.3-8

Fix invalid PNG image to work with libpng 1.6.

Modified:
  supertux/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 21:27:57 UTC (rev 91298)
+++ PKGBUILD2013-05-20 22:16:15 UTC (rev 91299)
@@ -6,24 +6,32 @@
 
 pkgname=supertux
 pkgver=0.3.3
-pkgrel=7
+pkgrel=8
 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')
-source=(http://download.berlios.de/supertux/${pkgname}-${pkgver}.tar.bz2 
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(http://download.berlios.de/supertux/${pkgname}-${pkgver}.tar.bz2
 supertux2-0.3.3-squirrel-gcc47.patch)
 md5sums=('f3f803e629ee51a9de0b366a036e393d'
  'eb06315514be4f200428f14b927beb66')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   patch -p1 -i "${srcdir}/supertux2-0.3.3-squirrel-gcc47.patch"
   sed -i '1i#include ' src/supertux/screen_manager.hpp
   sed -i '/types\.h/d' src/addon/addon_manager.cpp
+
+  # Fix invalid PNG image to work with libpng 1.6
+  optipng -quiet -force -fix data/images/creatures/flame_fish/left-0.png
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
   make
 }