From 3fe8a90594a12437d68746cd12571f459b94676e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 31 Jan 2018 10:02:57 +0100 Subject: [PATCH] gdash: update to 20180129 --- srcpkgs/gdash/patches/fix-includes.patch | 24 ------------------------ srcpkgs/gdash/template | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/gdash/patches/fix-includes.patch diff --git a/srcpkgs/gdash/patches/fix-includes.patch b/srcpkgs/gdash/patches/fix-includes.patch deleted file mode 100644 index f88821e54f9..00000000000 --- a/srcpkgs/gdash/patches/fix-includes.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- src/main.cpp.orig 2018-01-16 15:16:49.734345298 +0100 -+++ src/main.cpp 2018-01-16 15:16:53.344330897 +0100 -@@ -35,7 +35,7 @@ - /* on windows, sdl does some hack on the main function. - * therefore we need to include this file, even if it seems - * to do nothing. */ --#include -+#include - #endif - - #include "cave/caveset.hpp" ---- src/sound/sound.cpp.orig 2018-01-04 08:29:26.000000000 +0100 -+++ src/sound/sound.cpp 2018-01-16 15:19:51.462620349 +0100 -@@ -23,8 +23,8 @@ - #include "config.h" - - #ifdef HAVE_SDL -- #include -- #include -+ #include -+ #include - #endif - - #include diff --git a/srcpkgs/gdash/template b/srcpkgs/gdash/template index 15726b75b13..bf5e78185de 100644 --- a/srcpkgs/gdash/template +++ b/srcpkgs/gdash/template @@ -1,6 +1,6 @@ # Template file for 'gdash' pkgname=gdash -version=20180126 +version=20180129 revision=1 wrksrc=${pkgname}-${version}unstable build_style=gnu-configure @@ -14,7 +14,7 @@ maintainer="Jürgen Buchmüller " license="MIT" homepage="https://bitbucket.org/czirkoszoltan/gdash" distfiles="https://bitbucket.org/czirkoszoltan/${pkgname}/downloads/${pkgname}-${version}unstable.tar.gz" -checksum=43873536c73276bf5f7f3aba78a4bbc8f67c2a5dfce0f1451a056bd1777deb6a +checksum=7d4bc188d26b6cfce2c94c17dada22282a7108482c5a0f87d37f6ac6db76298e if [ -n "$CROSS_BUILD" ]; then # Make sure SDL_opengl.h finds GL/gl.h