[arch-commits] Commit in supertuxkart/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-28 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 28, 2020 @ 20:57:21
  Author: svenstaro
Revision: 691291

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 691290, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-28 20:57:12 UTC (rev 691290)
+++ PKGBUILD2020-08-28 20:57:21 UTC (rev 691291)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=1.1
-pkgrel=2
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('x86_64')
-url='https://supertuxkart.net'
-license=('GPL3')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu'
- 'wayland' 'libxkbcommon-x11' 'sqlite' 'libjpeg-turbo' 'libraqm'
- 'hicolor-icon-theme')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
-sha512sums=('81d5ff59bb33eba8a00547239d54cacfde25eed0c56c857712a00a62032e4cf371cdd367159eaa4bfec6d4dd5781b705e41b58a26b864aa43678cfe9926bb804')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}-src
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_RECORDER=0
-
-  make
-}
-
-package() {
-  cd "$srcdir"/supertuxkart-${pkgver}-src
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Why is this even in here?
-  rm -r "$pkgdir"/usr/lib
-  rm -r "$pkgdir"/usr/include
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 691290, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-28 20:57:21 UTC (rev 691291)
@@ -0,0 +1,49 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=1.2
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='https://supertuxkart.net'
+license=('GPL3')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu'
+ 'wayland' 'libxkbcommon-x11' 'sqlite' 'libjpeg-turbo' 'libraqm'
+ 'hicolor-icon-theme' 'sdl2')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'ninja')
+source=("https://github.com/supertuxkart/stk-code/releases/download/${pkgver}/SuperTuxKart-${pkgver}-src.tar.xz;)
+sha512sums=('bc7079af9b3d85b3e4839ebb3eee293fb8bfe95450165172caa28b8ad1a9e97c59618d77c2208a86090f1840aa9a4b4b6898c1053fa6f5d7dfbfe17b69536835')
+
+build() {
+  cd "$srcdir"/SuperTuxKart-${pkgver}-src
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  cmake . \
+-Bbuild \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_RECORDER=0
+
+  ninja -C build
+}
+
+package() {
+  cd "$srcdir"/SuperTuxKart-${pkgver}-src
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Why is this even in here?
+  rm -r "$pkgdir"/usr/lib
+  rm -r "$pkgdir"/usr/include
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in supertuxkart/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 11, 2020 @ 15:25:03
  Author: svenstaro
Revision: 594330

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 594329, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 +++--
 1 file changed, 50 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 15:24:48 UTC (rev 594329)
+++ PKGBUILD2020-03-11 15:25:03 UTC (rev 594330)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=1.1
-pkgrel=1
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu' 
'wayland')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
-sha512sums=('81d5ff59bb33eba8a00547239d54cacfde25eed0c56c857712a00a62032e4cf371cdd367159eaa4bfec6d4dd5781b705e41b58a26b864aa43678cfe9926bb804')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}-src
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_RECORDER=0
-
-  make
-}
-
-package() {
-  cd "$srcdir"/supertuxkart-${pkgver}-src
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Why is this even in here?
-  rm -r "$pkgdir"/usr/lib
-  rm -r "$pkgdir"/usr/include
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 594329, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 15:25:03 UTC (rev 594330)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=1.1
+pkgrel=2
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='https://supertuxkart.net'
+license=('GPL3')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu'
+ 'wayland' 'libxkbcommon-x11' 'sqlite' 'libjpeg-turbo' 'libraqm'
+ 'hicolor-icon-theme')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
+sha512sums=('81d5ff59bb33eba8a00547239d54cacfde25eed0c56c857712a00a62032e4cf371cdd367159eaa4bfec6d4dd5781b705e41b58a26b864aa43678cfe9926bb804')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}-src
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_RECORDER=0
+
+  make
+}
+
+package() {
+  cd "$srcdir"/supertuxkart-${pkgver}-src
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Why is this even in here?
+  rm -r "$pkgdir"/usr/lib
+  rm -r "$pkgdir"/usr/include
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in supertuxkart/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-05 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 5, 2020 @ 11:07:09
  Author: svenstaro
Revision: 549305

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 549304, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-05 11:06:54 UTC (rev 549304)
+++ PKGBUILD2020-01-05 11:07:09 UTC (rev 549305)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=1.0
-pkgrel=5
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu' 
'wayland')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
-sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_RECORDER=0
-
-  make
-}
-
-package() {
-  cd "$srcdir"/supertuxkart-${pkgver}
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Why is this even in here?
-  rm -r "$pkgdir"/usr/lib
-  rm -r "$pkgdir"/usr/include
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 549304, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-05 11:07:09 UTC (rev 549305)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=1.1
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu' 
'wayland')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
+sha512sums=('81d5ff59bb33eba8a00547239d54cacfde25eed0c56c857712a00a62032e4cf371cdd367159eaa4bfec6d4dd5781b705e41b58a26b864aa43678cfe9926bb804')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}-src
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_RECORDER=0
+
+  make
+}
+
+package() {
+  cd "$srcdir"/supertuxkart-${pkgver}-src
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Why is this even in here?
+  rm -r "$pkgdir"/usr/lib
+  rm -r "$pkgdir"/usr/include
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in supertuxkart/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-19 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 20, 2019 @ 05:05:26
  Author: svenstaro
Revision: 468023

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 468022, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 05:05:10 UTC (rev 468022)
+++ PKGBUILD2019-05-20 05:05:26 UTC (rev 468023)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=1.0
-pkgrel=3
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
-sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_RECORDER=0
-
-  make
-}
-
-package() {
-  cd "$srcdir"/supertuxkart-${pkgver}
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Why is this even in here?
-  rm -r "$pkgdir"/usr/lib
-  rm -r "$pkgdir"/usr/include
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 468022, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 05:05:26 UTC (rev 468023)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=1.0
+pkgrel=4
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu' 
'wayland')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
+sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_RECORDER=0
+
+  make
+}
+
+package() {
+  cd "$srcdir"/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Why is this even in here?
+  rm -r "$pkgdir"/usr/lib
+  rm -r "$pkgdir"/usr/include
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in supertuxkart/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-16 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, May 17, 2019 @ 02:28:06
  Author: svenstaro
Revision: 467616

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 467615, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 02:27:55 UTC (rev 467615)
+++ PKGBUILD2019-05-17 02:28:06 UTC (rev 467616)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=1.0
-pkgrel=2
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
-sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_RECORDER=0
-
-  make
-}
-
-package() {
-  cd "$srcdir"/supertuxkart-${pkgver}
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Why is this even in here?
-  rm -r "$pkgdir"/usr/lib
-  rm -r "$pkgdir"/usr/include
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 467615, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 02:28:06 UTC (rev 467616)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=1.0
+pkgrel=3
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
+sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_RECORDER=0
+
+  make
+}
+
+package() {
+  cd "$srcdir"/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Why is this even in here?
+  rm -r "$pkgdir"/usr/lib
+  rm -r "$pkgdir"/usr/include
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in supertuxkart/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-25 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 25, 2019 @ 12:12:54
  Author: svenstaro
Revision: 453791

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 453790, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-25 12:12:41 UTC (rev 453790)
+++ PKGBUILD2019-04-25 12:12:54 UTC (rev 453791)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=1.0
-pkgrel=1
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
-sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_RECORDER=0 \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
-
-  make
-}
-
-package() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 453790, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-25 12:12:54 UTC (rev 453791)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=1.0
+pkgrel=2
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
+sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_RECORDER=0
+
+  make
+}
+
+package() {
+  cd "$srcdir"/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Why is this even in here?
+  rm -r "$pkgdir"/usr/lib
+  rm -r "$pkgdir"/usr/include
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in supertuxkart/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-23 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 23, 2019 @ 12:24:24
  Author: svenstaro
Revision: 453097

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 453096, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-23 12:24:07 UTC (rev 453096)
+++ PKGBUILD2019-04-23 12:24:24 UTC (rev 453097)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.9.3
-_pkgver=0.9.3
-pkgrel=1
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz;)
-sha512sums=('29eb1d8fb8e336453e590273089af09eac9a563f82c0bc797d43d5e21d5c9d1274a84ea7ee46487b3d127c47e55e3d233ad7e0e8c502c15dbafc1cc0f5c861c9')
-
-build() {
-  cd ${srcdir}/supertuxkart-${_pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_RECORDER=0 \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
-
-  make
-}
-
-package() {
-  cd ${srcdir}/supertuxkart-${_pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 453096, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-23 12:24:24 UTC (rev 453097)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=1.0
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
+sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_RECORDER=0 \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in supertuxkart/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-19 Thread Sven-Hendrik Haase
Date: Monday, November 20, 2017 @ 03:28:52
  Author: svenstaro
Revision: 267515

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 267514, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 03:28:32 UTC (rev 267514)
+++ PKGBUILD2017-11-20 03:28:52 UTC (rev 267515)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.9.3rc1
-_pkgver=0.9.3-rc1
-pkgrel=2
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz;)
-sha512sums=('b68310142ce47fb8f58a61ed7e03c4ed2e38a0c46f768d00c18e5727d075f052445e912cacb92084d5057d8fb453acc735fcd44b5b9ccf87ea8f6427bb8a6e66')
-
-build() {
-  cd ${srcdir}/supertuxkart-${_pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_RECORDER=0 \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
-
-  make
-}
-
-package() {
-  cd ${srcdir}/supertuxkart-${_pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 267514, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-20 03:28:52 UTC (rev 267515)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=0.9.3
+_pkgver=0.9.3
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz;)
+sha512sums=('29eb1d8fb8e336453e590273089af09eac9a563f82c0bc797d43d5e21d5c9d1274a84ea7ee46487b3d127c47e55e3d233ad7e0e8c502c15dbafc1cc0f5c861c9')
+
+build() {
+  cd ${srcdir}/supertuxkart-${_pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_RECORDER=0 \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${_pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et: