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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Dec 25 20:31:25 UTC 2021


    Date: Saturday, December 25, 2021 @ 20:31:24
  Author: svenstaro
Revision: 1083792

archrelease: copy trunk to community-x86_64

Added:
  supertux/repos/community-x86_64/PKGBUILD
    (from rev 1083791, supertux/trunk/PKGBUILD)
  supertux/repos/community-x86_64/missing-include-for-FLT_EPSILON.patch
    (from rev 1083791, supertux/trunk/missing-include-for-FLT_EPSILON.patch)
Deleted:
  supertux/repos/community-x86_64/PKGBUILD
  supertux/repos/community-x86_64/missing-include-for-FLT_EPSILON.patch

---------------------------------------+
 PKGBUILD                              |   80 ++++++++++++++++----------------
 missing-include-for-FLT_EPSILON.patch |   26 +++++-----
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 20:31:14 UTC (rev 1083791)
+++ PKGBUILD	2021-12-25 20:31:24 UTC (rev 1083792)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-# Contributor: vande198
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=supertux
-pkgver=0.6.2
-pkgrel=5
-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' '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"
-        missing-include-for-FLT_EPSILON.patch)
-sha512sums=('5baa783ee589b42a9bbce3740659dbb7b617ebfcc00c0a038c03d31b56700e3923c8548700ccebe42b325ca03bd85186bc5edef9f6580d93dc48d8aca88cbf74'
-            '4e4116cb0dc7f996cdb96484eac99bd7f5a16829f6b082cc2e4c17b22e6e2f34501b8e3e4caf3c956369c5cd6caa12179b8a4cb1f93c2c8c8b014e3829272cb3')
-
-prepare() {
-  cd "SuperTux-v${pkgver}-Source"
-  patch -Np1 -i ../missing-include-for-FLT_EPSILON.patch
-}
-
-build() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  cmake . \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DINSTALL_SUBDIR_BIN=bin \
-      -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: supertux/repos/community-x86_64/PKGBUILD (from rev 1083791, supertux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-25 20:31:24 UTC (rev 1083792)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+# Contributor: vande198
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=supertux
+pkgver=0.6.3
+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' 'openal' 'libvorbis' 'glew' 'physfs' 'freetype2' 'boost-libs' 'hicolor-icon-theme')
+makedepends=('cmake' 'boost' 'mesa' 'optipng' 'glm')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz"
+        missing-include-for-FLT_EPSILON.patch)
+sha512sums=('c6540bab1b3befbd975756031c4587e5569d9613d9539dc829c728b574d1a4da92816d6a7e68947b32963cc13d9b8b52312701c199138640e9f89e5885433798'
+            '4e4116cb0dc7f996cdb96484eac99bd7f5a16829f6b082cc2e4c17b22e6e2f34501b8e3e4caf3c956369c5cd6caa12179b8a4cb1f93c2c8c8b014e3829272cb3')
+
+prepare() {
+  cd "SuperTux-v${pkgver}-Source"
+  patch -Np1 -i ../missing-include-for-FLT_EPSILON.patch
+}
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake . \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DINSTALL_SUBDIR_BIN=bin \
+      -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: missing-include-for-FLT_EPSILON.patch
===================================================================
--- missing-include-for-FLT_EPSILON.patch	2021-12-25 20:31:14 UTC (rev 1083791)
+++ missing-include-for-FLT_EPSILON.patch	2021-12-25 20:31:24 UTC (rev 1083792)
@@ -1,13 +0,0 @@
-diff --git a/src/supertux/game_session.cpp b/src/supertux/game_session.cpp
-index 41de52e..a8ebfc9 100644
---- a/src/supertux/game_session.cpp
-+++ b/src/supertux/game_session.cpp
-@@ -14,6 +14,8 @@
- //  You should have received a copy of the GNU General Public License
- //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
- 
-+#include <cfloat>
-+
- #include "supertux/game_session.hpp"
- 
- #include "audio/sound_manager.hpp"

Copied: supertux/repos/community-x86_64/missing-include-for-FLT_EPSILON.patch (from rev 1083791, supertux/trunk/missing-include-for-FLT_EPSILON.patch)
===================================================================
--- missing-include-for-FLT_EPSILON.patch	                        (rev 0)
+++ missing-include-for-FLT_EPSILON.patch	2021-12-25 20:31:24 UTC (rev 1083792)
@@ -0,0 +1,13 @@
+diff --git a/src/supertux/game_session.cpp b/src/supertux/game_session.cpp
+index 41de52e..a8ebfc9 100644
+--- a/src/supertux/game_session.cpp
++++ b/src/supertux/game_session.cpp
+@@ -14,6 +14,8 @@
+ //  You should have received a copy of the GNU General Public License
+ //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ 
++#include <cfloat>
++
+ #include "supertux/game_session.hpp"
+ 
+ #include "audio/sound_manager.hpp"



More information about the arch-commits mailing list