[arch-commits] Commit in simutrans/trunk (PKGBUILD fix-build.patch)

Balló György bgyorgy at nymeria.archlinux.org
Sat Mar 30 10:55:18 UTC 2013


    Date: Saturday, March 30, 2013 @ 11:55:17
  Author: bgyorgy
Revision: 87356

upgpkg: simutrans 112.2-1

Update to version 112.2

Modified:
  simutrans/trunk/PKGBUILD
Deleted:
  simutrans/trunk/fix-build.patch

-----------------+
 PKGBUILD        |   14 +++++---------
 fix-build.patch |   11 -----------
 2 files changed, 5 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-30 10:44:20 UTC (rev 87355)
+++ PKGBUILD	2013-03-30 10:55:17 UTC (rev 87356)
@@ -6,9 +6,9 @@
 # Contributor: JD Steffen <jd at steffennet dot org>
 
 pkgname=simutrans
-pkgver=112.1
-_pkgver=112-1
-pkgrel=2
+pkgver=112.2
+_pkgver=112-2
+pkgrel=1
 pkgdesc="An open source transportation simulation game"
 arch=('i686' 'x86_64')
 url="http://simutrans.com/"
@@ -21,14 +21,12 @@
         settings-folder.patch
         path-for-game-data.patch
         config.patch
-	fix-build.patch
         simutrans.desktop)
-md5sums=('926b31ec7f4f0a9e0c987b59f1c96743'
-         '3b994ce2203d616d4e0aac2a998e6006'
+md5sums=('26258680f53419b05d4e1d255acbc7d9'
+         '6484d70fa8a0b88ca1b9cb5c3e372b5c'
          'c87d9a9910bc371df5d50f7f1ec298bb'
          '4648680290b44775b9c47d3758d3bd6c'
          'd11bc8ee33a34e33341f6ccd90a44dba'
-         '7d6329f7db821e3cc22fde5c5c138e2d'
          'f41f7a08ad517ef2b60412859eb49963')
 
 build() {
@@ -38,9 +36,7 @@
   patch -Np0 -i "$srcdir/settings-folder.patch"
   patch -Np1 -i "$srcdir/path-for-game-data.patch"
   patch -Np0 -i "$srcdir/config.patch"
-  patch -Np0 -i "$srcdir/fix-build.patch"
   convert simutrans.ico -alpha on simutrans.png
-  chmod 644 simsys_opengl.cc
 
   make
 }

Deleted: fix-build.patch
===================================================================
--- fix-build.patch	2013-03-30 10:44:20 UTC (rev 87355)
+++ fix-build.patch	2013-03-30 10:55:17 UTC (rev 87356)
@@ -1,11 +0,0 @@
-diff -Naur utils/csv.cc utils/csv.cc
---- utils/csv.cc	2012-03-18 21:10:39.000000000 +0000
-+++ utils/csv.cc	2012-05-04 11:06:50.228842822 +0000
-@@ -8,6 +8,7 @@
- #include <cstring>
- #include <stdio.h>
- #include <assert.h>
-+#include <stdlib.h>
- 
- #include "csv.h"
- #include "simstring.h"




More information about the arch-commits mailing list