[arch-commits] Commit in simutrans/trunk (PKGBUILD config.patch settings-folder.patch)

2020-10-24 Thread Balló György via arch-commits
Date: Saturday, October 24, 2020 @ 20:06:57
  Author: bgyorgy
Revision: 731632

upgpkg: simutrans 122.0-1: Update to new version

Modified:
  simutrans/trunk/PKGBUILD
  simutrans/trunk/config.patch
  simutrans/trunk/settings-folder.patch

---+
 PKGBUILD  |   13 ++---
 config.patch  |   18 +++---
 settings-folder.patch |4 ++--
 3 files changed, 15 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-24 20:06:54 UTC (rev 731631)
+++ PKGBUILD2020-10-24 20:06:57 UTC (rev 731632)
@@ -5,17 +5,16 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=121.0
-_pkgver=121-0
+pkgver=122.0
 pkgrel=1
 pkgdesc="Transportation simulation game"
 arch=('x86_64')
 url="https://www.simutrans.com/;
 license=('custom:Artistic')
-depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64' 
'hicolor-icon-theme')
+depends=('gcc-libs' 'zlib' 'sdl2_mixer' 'bzip2' 'simutrans-pak64' 
'hicolor-icon-theme')
 makedepends=('dos2unix')
 optdepends=('timidity++: play MIDI music')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-${pkgver/./-}.zip
 
https://raw.githubusercontent.com/aburch/simutrans/8593f5b1248d03f907a149f7abc41ae6512009e1/simutrans.svg
 settings-folder.patch
 path-for-game-data.patch
@@ -22,11 +21,11 @@
 config.patch
 simutrans.desktop
 simutrans.appdata.xml)
-sha256sums=('69fd95989761a013729106b48135f772f59126398cd93ada072f963c4d1e86b8'
+sha256sums=('d3b729afc22abe5a3104868f2462305258045082993069a2230b508c02899f03'
 'c0c2dd5da146f64901b00c6ee67e0818a166b983a81cee7897c4843aa9f21c81'
-'cbe5d7c7be96e6e7262c1e3b1c16155f5c179609f081e3ee050bbfc277845f71'
+'5f009471489583fd48bcce5d4869048d1164423771cfd955840ae995cd6a70ca'
 '1a0fc75fe1422404e424c91f5a23301234b2997cb727b4985c98ac1af6a4582a'
-'24bf2b611706c42fd52dc00d61fa2e28f54a614f17e43bc463817406e63eba3a'
+'b80452cf985bde7d86e8e5fca95fb5921bac96a245ff9a2a331e8910b73a3747'
 '99545152f5e739b7eb028152383fa10d3e3d303c99167e1c6e5a6bd7dcd00fa3'
 'f3d2416de0f725d15b18482c20231228791e65ceeeb7305115a8ea6a2e591dd6')
 

Modified: config.patch
===
--- config.patch2020-10-24 20:06:54 UTC (rev 731631)
+++ config.patch2020-10-24 20:06:57 UTC (rev 731632)
@@ -1,17 +1,13 @@
 --- config.default.orig2011-11-10 21:48:01.0 +0100
 +++ config.default 2011-11-10 21:51:58.383221979 +0100
-@@ -6,18 +6,18 @@
- #BACKEND = opengl
+@@ -6,15 +6,15 @@
  #BACKEND = sdl
  #BACKEND = sdl2
--#BACKEND = mixer_sdl
-+BACKEND = mixer_sdl
+ #BACKEND = mixer_sdl
+-#BACKEND = mixer_sdl2
++BACKEND = mixer_sdl2
  #BACKEND = posix
  
- #COLOUR_DEPTH = 0
--#COLOUR_DEPTH = 16
-+COLOUR_DEPTH = 16
- 
  #OSTYPE = amiga
  #OSTYPE = beos
  #OSTYPE = cygwin
@@ -23,11 +19,11 @@
  #OSTYPE = mac
  
 @@ -37,6 +37,6 @@
- #SDL_CONFIG = sdl-config
  #SDL2_CONFIG= sdl2-config
+ #FREETYPE_CONFIG= freetype-config
  
 -#VERBOSE = 1
 +VERBOSE = 1
  
- # The following useful conditional compilation flags exist
- #
+ # Use static libraries instead
+ # STATIC = 1

Modified: settings-folder.patch
===
--- settings-folder.patch   2020-10-24 20:06:54 UTC (rev 731631)
+++ settings-folder.patch   2020-10-24 20:06:57 UTC (rev 731632)
@@ -1,5 +1,5 @@
 simsys.cc.orig 2011-10-28 20:32:25.0 +0200
-+++ simsys.cc  2011-11-10 23:09:10.380031846 +0100
+--- sys/simsys.cc.orig 2011-10-28 20:32:25.0 +0200
 sys/simsys.cc  2011-11-10 23:09:10.380031846 +0100
 @@ -47,7 +47,7 @@
  #elif defined __APPLE__
sprintf(buffer, "%s/Library/Simutrans", getenv("HOME"));


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

2020-01-08 Thread Balló György via arch-commits
Date: Thursday, January 9, 2020 @ 02:22:09
  Author: bgyorgy
Revision: 550969

Minor change

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-09 02:21:09 UTC (rev 550968)
+++ PKGBUILD2020-01-09 02:22:09 UTC (rev 550969)
@@ -44,7 +44,7 @@
 }
 
 build() {
-  make -j1
+  make
 }
 
 package() {


[arch-commits] Commit in simutrans/trunk (PKGBUILD simutrans.appdata.xml)

2018-12-29 Thread Balló György via arch-commits
Date: Sunday, December 30, 2018 @ 01:18:55
  Author: bgyorgy
Revision: 418953

upgpkg: simutrans 120.4.1-2

Add AppStream metadata, add better icon

Added:
  simutrans/trunk/simutrans.appdata.xml
Modified:
  simutrans/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +++---
 simutrans.appdata.xml |   19 +++
 2 files changed, 30 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-30 00:12:40 UTC (rev 418952)
+++ PKGBUILD2018-12-30 01:18:55 UTC (rev 418953)
@@ -7,28 +7,32 @@
 pkgname=simutrans
 pkgver=120.4.1
 _pkgver=120-4-1
-pkgrel=1
+pkgrel=2
 pkgdesc="Transportation simulation game"
 arch=('x86_64')
 url="https://www.simutrans.com/;
 license=('custom:Artistic')
-depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
-makedepends=('imagemagick' 'dos2unix')
+depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64' 
'hicolor-icon-theme')
+makedepends=('dos2unix')
 optdepends=('timidity++: play MIDI music')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
+
https://raw.githubusercontent.com/aburch/simutrans/8593f5b1248d03f907a149f7abc41ae6512009e1/simutrans.svg
 settings-folder.patch
 path-for-game-data.patch
 config.patch
 Makefile
 common.mk
-simutrans.desktop)
+simutrans.desktop
+simutrans.appdata.xml)
 sha256sums=('2cee0d067b3b72fa3a8b4ff31ad2bf5fc77521e7ba8cf9aa10e07e56b7dc877b'
+'c0c2dd5da146f64901b00c6ee67e0818a166b983a81cee7897c4843aa9f21c81'
 'cbe5d7c7be96e6e7262c1e3b1c16155f5c179609f081e3ee050bbfc277845f71'
 '1a0fc75fe1422404e424c91f5a23301234b2997cb727b4985c98ac1af6a4582a'
 '24bf2b611706c42fd52dc00d61fa2e28f54a614f17e43bc463817406e63eba3a'
 '1107a873273bd0a02dc7877137816d2ca4fbfd403a3443fc244d31c8a611b81b'
 'd17d3b91a989ddca1735875e8d01c4c39ef318a3490d3f24a05b0713fcb69983'
-'99545152f5e739b7eb028152383fa10d3e3d303c99167e1c6e5a6bd7dcd00fa3')
+'99545152f5e739b7eb028152383fa10d3e3d303c99167e1c6e5a6bd7dcd00fa3'
+'f3d2416de0f725d15b18482c20231228791e65ceeeb7305115a8ea6a2e591dd6')
 
 prepare() {
   # Some files are distributed in DOS format
@@ -44,7 +48,6 @@
 }
 
 build() {
-  convert simutrans.ico +set date:create +set date:modify -alpha on 
simutrans.png
   make
 }
 
@@ -57,8 +60,9 @@
   cp -r $pkgname "$pkgdir/usr/share/games/"
 
   #desktop file and icon
-  install -Dm644 simutrans.png "$pkgdir/usr/share/pixmaps/simutrans.png"
+  install -Dm644 simutrans.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/simutrans.svg"
   install -Dm644 simutrans.desktop 
"$pkgdir/usr/share/applications/simutrans.desktop"
+  install -Dm644 simutrans.appdata.xml 
"$pkgdir/usr/share/metainfo/simutrans.appdata.xml"
 
   #license
   install -Dm644 simutrans/license.txt 
"$pkgdir/usr/share/licenses/simutrans/license.txt"

Added: simutrans.appdata.xml
===
--- simutrans.appdata.xml   (rev 0)
+++ simutrans.appdata.xml   2018-12-30 01:18:55 UTC (rev 418953)
@@ -0,0 +1,19 @@
+
+
+  com.simutrans.simutrans
+  simutrans.desktop
+  Simutrans
+  Transportation simulator
+  CC0-1.0
+  Artistic-1.0
+  
+Simutrans is a free transportation simulator: the player operates a 
transportation company and has to transport goods and passengers between 
factories and different cities.
+  
+  
+
+  
https://screenshots.debian.net/screenshots/000/001/205/large.png
+
+  
+  https://forum.simutrans.com/index.php?board=8.0
+  https://www.simutrans.com/
+


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

2018-12-11 Thread Balló György via arch-commits
Date: Tuesday, December 11, 2018 @ 14:55:14
  Author: bgyorgy
Revision: 415354

upgpkg: simutrans 120.4.1-1

Update to new version

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 14:52:27 UTC (rev 415353)
+++ PKGBUILD2018-12-11 14:55:14 UTC (rev 415354)
@@ -5,8 +5,8 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=120.4
-_pkgver=120-4
+pkgver=120.4.1
+_pkgver=120-4-1
 pkgrel=1
 pkgdesc="Transportation simulation game"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 Makefile
 common.mk
 simutrans.desktop)
-sha256sums=('e3d33f9d2eb8a4ae8ae1cf9c883bd2483e205379216a57d6733b1e65e601e1a6'
+sha256sums=('2cee0d067b3b72fa3a8b4ff31ad2bf5fc77521e7ba8cf9aa10e07e56b7dc877b'
 'cbe5d7c7be96e6e7262c1e3b1c16155f5c179609f081e3ee050bbfc277845f71'
 '1a0fc75fe1422404e424c91f5a23301234b2997cb727b4985c98ac1af6a4582a'
 '24bf2b611706c42fd52dc00d61fa2e28f54a614f17e43bc463817406e63eba3a'


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

2018-10-02 Thread Jelle van der Waa via arch-commits
Date: Tuesday, October 2, 2018 @ 12:00:31
  Author: jelle
Revision: 388990

Make convert reproducible

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 09:49:13 UTC (rev 388989)
+++ PKGBUILD2018-10-02 12:00:31 UTC (rev 388990)
@@ -44,7 +44,7 @@
 }
 
 build() {
-  convert simutrans.ico -alpha on simutrans.png
+  convert simutrans.ico +set date:create +set date:modify -alpha on 
simutrans.png
   make
 }
 


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

2018-09-17 Thread Balló György via arch-commits
Date: Monday, September 17, 2018 @ 16:11:35
  Author: bgyorgy
Revision: 382618

upgpkg: simutrans 120.4-1

Update to new version

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 16:08:54 UTC (rev 382617)
+++ PKGBUILD2018-09-17 16:11:35 UTC (rev 382618)
@@ -5,10 +5,10 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=120.3
-_pkgver=120-3
+pkgver=120.4
+_pkgver=120-4
 pkgrel=1
-pkgdesc="An open source transportation simulation game"
+pkgdesc="Transportation simulation game"
 arch=('x86_64')
 url="https://www.simutrans.com/;
 license=('custom:Artistic')
@@ -16,13 +16,13 @@
 makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-https://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
+https://downloads.sourceforge.net/$pkgname/simulinux-x64-$_pkgver.zip
 settings-folder.patch
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-sha256sums=('6f68785798688bf956b0d7f5971a8d8fa42d12199011665b07b903164cb3929f'
-'9ed2cbadbc0b952b32498eb1ed29e3ce1b44204501084876a2153ce09c991239'
+sha256sums=('e3d33f9d2eb8a4ae8ae1cf9c883bd2483e205379216a57d6733b1e65e601e1a6'
+'0be0bc46ce8f3e6ee65b6a61407b27618345d43c04819181f1f36002dd8a286f'
 'cbe5d7c7be96e6e7262c1e3b1c16155f5c179609f081e3ee050bbfc277845f71'
 '1a0fc75fe1422404e424c91f5a23301234b2997cb727b4985c98ac1af6a4582a'
 '24bf2b611706c42fd52dc00d61fa2e28f54a614f17e43bc463817406e63eba3a'


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

2017-04-24 Thread Balló György
Date: Monday, April 24, 2017 @ 14:03:09
  Author: bgyorgy
Revision: 225141

upgpkg: simutrans 120.2.2-1

Update to new version

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 14:00:07 UTC (rev 225140)
+++ PKGBUILD2017-04-24 14:03:09 UTC (rev 225141)
@@ -6,8 +6,8 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=120.2.1
-_pkgver=120-2-1
+pkgver=120.2.2
+_pkgver=120-2-2
 pkgrel=1
 pkgdesc="An open source transportation simulation game"
 arch=('i686' 'x86_64')
@@ -23,8 +23,8 @@
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-sha256sums=('7dfbd1c44f47ddd8caedb3da77dac8262652f96e1c9ffd890b67757e08ddc942'
-'c0f94631252916b50ef4d3668060bbae047423d40164cc9c8fad7d4d7ad3aace'
+sha256sums=('7f22c144377abf1a0ee49432f3f6f5eb9a620567960df31d2ea6399b17cf26fa'
+'029891edb59036183a6e2757a6a01eb7eddec263043650aabaf49e948497328a'
 '2425da5c5b211a2688fa8809caf6362b731d897254d2c5ae2293d28276aa9c58'
 'cbe5d7c7be96e6e7262c1e3b1c16155f5c179609f081e3ee050bbfc277845f71'
 '59a606ecac52b338a3eea120ab8a04b95457fdd4ae6ea4e10087ef0da4724aa2'


[arch-commits] Commit in simutrans/trunk (PKGBUILD config.patch no-optimise.patch)

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 09:29:23
  Author: bgyorgy
Revision: 220072

upgpkg: simutrans 120.2.1-1

Update to new version

Modified:
  simutrans/trunk/PKGBUILD
  simutrans/trunk/config.patch
  simutrans/trunk/no-optimise.patch

---+
 PKGBUILD  |   21 ++---
 config.patch  |2 +-
 no-optimise.patch |   10 +-
 3 files changed, 16 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-30 09:13:25 UTC (rev 220071)
+++ PKGBUILD2017-03-30 09:29:23 UTC (rev 220072)
@@ -6,9 +6,8 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=120.2
-_pkgver=120-2
-_pkgver2=120-2-r8077
+pkgver=120.2.1
+_pkgver=120-2-1
 pkgrel=1
 pkgdesc="An open source transportation simulation game"
 arch=('i686' 'x86_64')
@@ -17,7 +16,7 @@
 depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
 makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver2.zip
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
 https://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
 no-optimise.patch
 settings-folder.patch
@@ -24,13 +23,13 @@
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-md5sums=('ff437c0e6698f3719534d78d4d47f74b'
- '4e1dbf836a4b4194a357978869134f0a'
- '4ab1d787772fc279181c1bc89dd42bf9'
- 'c87d9a9910bc371df5d50f7f1ec298bb'
- 'e716340d372af264ca05510facfe5d2c'
- '9b43ba428a9f6a41233dcc90c8a0a3a7'
- 'f41f7a08ad517ef2b60412859eb49963')
+sha256sums=('7dfbd1c44f47ddd8caedb3da77dac8262652f96e1c9ffd890b67757e08ddc942'
+'c0f94631252916b50ef4d3668060bbae047423d40164cc9c8fad7d4d7ad3aace'
+'2425da5c5b211a2688fa8809caf6362b731d897254d2c5ae2293d28276aa9c58'
+'cbe5d7c7be96e6e7262c1e3b1c16155f5c179609f081e3ee050bbfc277845f71'
+'59a606ecac52b338a3eea120ab8a04b95457fdd4ae6ea4e10087ef0da4724aa2'
+'24bf2b611706c42fd52dc00d61fa2e28f54a614f17e43bc463817406e63eba3a'
+'99545152f5e739b7eb028152383fa10d3e3d303c99167e1c6e5a6bd7dcd00fa3')
 
 prepare() {
   cd "$srcdir"

Modified: config.patch
===
--- config.patch2017-03-30 09:13:25 UTC (rev 220071)
+++ config.patch2017-03-30 09:29:23 UTC (rev 220072)
@@ -19,7 +19,7 @@
  #OSTYPE = haiku
 -#OSTYPE = linux
 +OSTYPE = linux
- #OSTYPE = mingw64
+ #OSTYPE = mingw
  #OSTYPE = mac
  
 @@ -37,6 +37,6 @@

Modified: no-optimise.patch
===
--- no-optimise.patch   2017-03-30 09:13:25 UTC (rev 220071)
+++ no-optimise.patch   2017-03-30 09:29:23 UTC (rev 220072)
@@ -8,9 +8,9 @@
 -ifneq ($(OPTIMISE),)
 -  CFLAGS += -O3
 -  ifeq ($(findstring $(OSTYPE), amiga),)
--  ifneq ($(findstring $(CXX), clang),)
--  CFLAGS += -minline-all-stringops
--  endif
+-ifneq ($(findstring $(CXX), clang),)
+-  CFLAGS += -minline-all-stringops
+-endif
 -  endif
 -else
 -  CFLAGS += -O
@@ -17,8 +17,8 @@
 -endif
 -
  ifdef DEBUG
-   ifeq ($(shell expr $(DEBUG) \>= 1), 1)
- CFLAGS += -g -DDEBUG
+   ifndef MSG_LEVEL
+   MSG_LEVEL = 3
 diff -Naur simutrans.orig/makeobj/Makefile simutrans/makeobj/Makefile
 --- simutrans.orig/makeobj/Makefile2014-11-20 17:50:34.945077000 +0100
 +++ simutrans/makeobj/Makefile 2014-11-20 17:51:42.553214510 +0100


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

2017-02-14 Thread Balló György
Date: Wednesday, February 15, 2017 @ 05:29:01
  Author: bgyorgy
Revision: 212501

upgpkg: simutrans 120.2-1

Update to new version

Modified:
  simutrans/trunk/PKGBUILD
  simutrans/trunk/config.patch

--+
 PKGBUILD |   15 ---
 config.patch |2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-15 05:22:02 UTC (rev 212500)
+++ PKGBUILD2017-02-15 05:29:01 UTC (rev 212501)
@@ -6,8 +6,9 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=120.1.3
-_pkgver=120-1-3
+pkgver=120.2
+_pkgver=120-2
+_pkgver2=120-2-r8077
 pkgrel=1
 pkgdesc="An open source transportation simulation game"
 arch=('i686' 'x86_64')
@@ -16,19 +17,19 @@
 depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
 makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-https://downloads.sourceforge.net/$pkgname/simulinux-i86-$_pkgver.zip
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver2.zip
+https://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
 no-optimise.patch
 settings-folder.patch
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-md5sums=('ce22c82b01f713d6a75f24561f72910c'
- '693c44eceda2bdb30249253387b838d8'
+md5sums=('ff437c0e6698f3719534d78d4d47f74b'
+ '4e1dbf836a4b4194a357978869134f0a'
  '4ab1d787772fc279181c1bc89dd42bf9'
  'c87d9a9910bc371df5d50f7f1ec298bb'
  'e716340d372af264ca05510facfe5d2c'
- 'c2f4e494168e235380373974c91a0803'
+ '9b43ba428a9f6a41233dcc90c8a0a3a7'
  'f41f7a08ad517ef2b60412859eb49963')
 
 prepare() {

Modified: config.patch
===
--- config.patch2017-02-15 05:22:02 UTC (rev 212500)
+++ config.patch2017-02-15 05:29:01 UTC (rev 212501)
@@ -19,7 +19,7 @@
  #OSTYPE = haiku
 -#OSTYPE = linux
 +OSTYPE = linux
- #OSTYPE = mingw
+ #OSTYPE = mingw64
  #OSTYPE = mac
  
 @@ -37,6 +37,6 @@


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

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 19:42:51
  Author: bgyorgy
Revision: 198400

Use https source

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 19:41:43 UTC (rev 198399)
+++ PKGBUILD2016-12-07 19:42:51 UTC (rev 198400)
@@ -16,8 +16,8 @@
 depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
 makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-http://downloads.sourceforge.net/$pkgname/simulinux-i86-$_pkgver.zip
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
+https://downloads.sourceforge.net/$pkgname/simulinux-i86-$_pkgver.zip
 no-optimise.patch
 settings-folder.patch
 path-for-game-data.patch


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

2016-02-16 Thread Balló György
Date: Wednesday, February 17, 2016 @ 00:56:28
  Author: bgyorgy
Revision: 161922

upgpkg: simutrans 120.1.3-1

Update to new version

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 23:52:09 UTC (rev 161921)
+++ PKGBUILD2016-02-16 23:56:28 UTC (rev 161922)
@@ -6,8 +6,8 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=120.1.2
-_pkgver=120-1-2
+pkgver=120.1.3
+_pkgver=120-1-3
 pkgrel=1
 pkgdesc="An open source transportation simulation game"
 arch=('i686' 'x86_64')
@@ -23,8 +23,8 @@
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-md5sums=('516c7c6fbd0882a2ef0e29589cb3b7bd'
- '5b57cc5bf1622c64b4aeba5041c92445'
+md5sums=('ce22c82b01f713d6a75f24561f72910c'
+ '693c44eceda2bdb30249253387b838d8'
  '4ab1d787772fc279181c1bc89dd42bf9'
  'c87d9a9910bc371df5d50f7f1ec298bb'
  'e716340d372af264ca05510facfe5d2c'


[arch-commits] Commit in simutrans/trunk (PKGBUILD no-optimise.patch)

2016-01-30 Thread Balló György
Date: Sunday, January 31, 2016 @ 05:40:44
  Author: bgyorgy
Revision: 159650

upgpkg: simutrans 120.1.2-1

Update to new version

Modified:
  simutrans/trunk/PKGBUILD
  simutrans/trunk/no-optimise.patch

---+
 PKGBUILD  |   12 ++--
 no-optimise.patch |6 --
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-31 04:02:59 UTC (rev 159649)
+++ PKGBUILD2016-01-31 04:40:44 UTC (rev 159650)
@@ -6,8 +6,8 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=120.1.1
-_pkgver=120-1-1
+pkgver=120.1.2
+_pkgver=120-1-2
 pkgrel=1
 pkgdesc="An open source transportation simulation game"
 arch=('i686' 'x86_64')
@@ -17,15 +17,15 @@
 makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-http://downloads.sourceforge.net/$pkgname/simulinux-x86-$_pkgver.zip
+http://downloads.sourceforge.net/$pkgname/simulinux-i86-$_pkgver.zip
 no-optimise.patch
 settings-folder.patch
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-md5sums=('56e8fe355ba7dc92e64fff935ea74d27'
- '6e2fe703ec7411d21af93cf43e085c41'
- 'f64ec240c1582b863f748bf190b3bd1b'
+md5sums=('516c7c6fbd0882a2ef0e29589cb3b7bd'
+ '5b57cc5bf1622c64b4aeba5041c92445'
+ '4ab1d787772fc279181c1bc89dd42bf9'
  'c87d9a9910bc371df5d50f7f1ec298bb'
  'e716340d372af264ca05510facfe5d2c'
  'c2f4e494168e235380373974c91a0803'

Modified: no-optimise.patch
===
--- no-optimise.patch   2016-01-31 04:02:59 UTC (rev 159649)
+++ no-optimise.patch   2016-01-31 04:40:44 UTC (rev 159650)
@@ -1,7 +1,7 @@
 diff -Naur simutrans.orig/Makefile simutrans/Makefile
 --- simutrans.orig/Makefile2014-11-20 17:50:34.94841 +0100
 +++ simutrans/Makefile 2014-11-20 17:51:43.936577860 +0100
-@@ -76,15 +76,6 @@
+@@ -76,17 +76,6 @@
  SDL_CONFIG ?= sdl-config
  SDL2_CONFIG?= sdl2-config
  
@@ -8,7 +8,9 @@
 -ifneq ($(OPTIMISE),)
 -  CFLAGS += -O3
 -  ifeq ($(findstring $(OSTYPE), amiga),)
--CFLAGS += -minline-all-stringops
+-  ifneq ($(findstring $(CXX), clang),)
+-  CFLAGS += -minline-all-stringops
+-  endif
 -  endif
 -else
 -  CFLAGS += -O


[arch-commits] Commit in simutrans/trunk (PKGBUILD no-optimise.patch)

2015-12-13 Thread Balló György
Date: Monday, December 14, 2015 @ 07:17:37
  Author: bgyorgy
Revision: 153224

upgpkg: simutrans 120.1.1-1

Update to new version

Modified:
  simutrans/trunk/PKGBUILD
  simutrans/trunk/no-optimise.patch

---+
 PKGBUILD  |   12 +++-
 no-optimise.patch |4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 05:49:04 UTC (rev 153223)
+++ PKGBUILD2015-12-14 06:17:37 UTC (rev 153224)
@@ -6,9 +6,9 @@
 # Contributor: JD Steffen 
 
 pkgname=simutrans
-pkgver=120.0.1
-_pkgver=120-0-1
-pkgrel=3
+pkgver=120.1.1
+_pkgver=120-1-1
+pkgrel=1
 pkgdesc="An open source transportation simulation game"
 arch=('i686' 'x86_64')
 url="http://simutrans.com/;
@@ -17,13 +17,15 @@
 makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
+http://downloads.sourceforge.net/$pkgname/simulinux-x86-$_pkgver.zip
 no-optimise.patch
 settings-folder.patch
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-md5sums=('40372b6417f235740b14a6bb7b389a78'
- '34b0472b08f3d9f38e289ba1639ef232'
+md5sums=('56e8fe355ba7dc92e64fff935ea74d27'
+ '6e2fe703ec7411d21af93cf43e085c41'
+ 'f64ec240c1582b863f748bf190b3bd1b'
  'c87d9a9910bc371df5d50f7f1ec298bb'
  'e716340d372af264ca05510facfe5d2c'
  'c2f4e494168e235380373974c91a0803'

Modified: no-optimise.patch
===
--- no-optimise.patch   2015-12-14 05:49:04 UTC (rev 153223)
+++ no-optimise.patch   2015-12-14 06:17:37 UTC (rev 153224)
@@ -6,8 +6,8 @@
  SDL2_CONFIG?= sdl2-config
  
 -ifneq ($(OPTIMISE),)
--CFLAGS += -O3
--  ifeq ($(findstring $(OSTYPE), amiga haiku mac),)
+-  CFLAGS += -O3
+-  ifeq ($(findstring $(OSTYPE), amiga),)
 -CFLAGS += -minline-all-stringops
 -  endif
 -else


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:59:59
  Author: bluewind
Revision: 149058

C++11 ABI rebuild

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:57:30 UTC (rev 149057)
+++ PKGBUILD2015-12-06 18:59:59 UTC (rev 149058)
@@ -8,7 +8,7 @@
 pkgname=simutrans
 pkgver=120.0.1
 _pkgver=120-0-1
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source transportation simulation game"
 arch=('i686' 'x86_64')
 url="http://simutrans.com/;


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

2015-08-23 Thread Balló György
Date: Monday, August 24, 2015 @ 04:40:10
  Author: bgyorgy
Revision: 138705

upgpkg: simutrans 120.0.1-2

Fix license

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-23 22:29:13 UTC (rev 138704)
+++ PKGBUILD2015-08-24 02:40:10 UTC (rev 138705)
@@ -8,11 +8,11 @@
 pkgname=simutrans
 pkgver=120.0.1
 _pkgver=120-0-1
-pkgrel=1
+pkgrel=2
 pkgdesc=An open source transportation simulation game
 arch=('i686' 'x86_64')
 url=http://simutrans.com/;
-license=('PerlArtistic')
+license=('custom:Artistic')
 depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
 makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
@@ -61,9 +61,12 @@
 
   #data
   mkdir -p $pkgdir/usr/share/games/$pkgname
-  cp -r $pkgname/{config,font,music,text,themes} 
$pkgdir/usr/share/games/$pkgname
+  cp -r $pkgname/{config,font,music,text,themes} 
$pkgdir/usr/share/games/$pkgname
 
   #desktop file and icon
   install -Dm644 simutrans.png $pkgdir/usr/share/pixmaps/simutrans.png
   install -Dm644 simutrans.desktop 
$pkgdir/usr/share/applications/simutrans.desktop
+
+  #license
+  install -Dm644 simutrans/license.txt 
$pkgdir/usr/share/licenses/simutrans/license.txt
 }


[arch-commits] Commit in simutrans/trunk (PKGBUILD config.patch no-optimise.patch)

2014-11-20 Thread Balló György
Date: Friday, November 21, 2014 @ 00:22:45
  Author: bgyorgy
Revision: 122846

upgpkg: simutrans 120.0.1-1

Update to version 120.0.1

Added:
  simutrans/trunk/no-optimise.patch
Modified:
  simutrans/trunk/PKGBUILD
  simutrans/trunk/config.patch

---+
 PKGBUILD  |   31 ---
 config.patch  |   26 +++---
 no-optimise.patch |   40 
 3 files changed, 63 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 20:49:02 UTC (rev 122845)
+++ PKGBUILD2014-11-20 23:22:45 UTC (rev 122846)
@@ -6,8 +6,8 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans
-pkgver=120.0
-_pkgver=120-0
+pkgver=120.0.1
+_pkgver=120-0-1
 pkgrel=1
 pkgdesc=An open source transportation simulation game
 arch=('i686' 'x86_64')
@@ -14,28 +14,37 @@
 url=http://simutrans.com/;
 license=('PerlArtistic')
 depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
-makedepends=('imagemagick')
+makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-http://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
+no-optimise.patch
 settings-folder.patch
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-md5sums=('42d804e3a6ac78460584903ce9b4eeb1'
- 'fdc58aee51a79d2a67219acff0cd5b12'
+md5sums=('40372b6417f235740b14a6bb7b389a78'
+ '34b0472b08f3d9f38e289ba1639ef232'
  'c87d9a9910bc371df5d50f7f1ec298bb'
  'e716340d372af264ca05510facfe5d2c'
- '4a2d707ad2fc0abf42e8d75c0a3dcc8b'
+ 'c2f4e494168e235380373974c91a0803'
  'f41f7a08ad517ef2b60412859eb49963')
 
 prepare() {
   cd $srcdir
 
+  # Some files are distributed in DOS format
+  find . -type f -exec dos2unix -q '{}' \;
+
+  # Don't overwrite default optimization flags
+  patch -Np1 -i no-optimise.patch
+
+  # Adjust paths
+  patch -Np0 -i settings-folder.patch
+  patch -Np1 -i path-for-game-data.patch
+
+  # Configure the build process
   cp config.template config.default
-  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 config.patch
 }
 
 build() {
@@ -52,7 +61,7 @@
 
   #data
   mkdir -p $pkgdir/usr/share/games/$pkgname
-  cp -r $pkgname/{config,font,music,script,text,themes} 
$pkgdir/usr/share/games/$pkgname
+  cp -r $pkgname/{config,font,music,text,themes} 
$pkgdir/usr/share/games/$pkgname
 
   #desktop file and icon
   install -Dm644 simutrans.png $pkgdir/usr/share/pixmaps/simutrans.png

Modified: config.patch
===
--- config.patch2014-11-20 20:49:02 UTC (rev 122845)
+++ config.patch2014-11-20 23:22:45 UTC (rev 122846)
@@ -1,6 +1,6 @@
 --- config.default.orig2011-11-10 21:48:01.0 +0100
 +++ config.default 2011-11-10 21:51:58.383221979 +0100
-@@ -6,23 +6,23 @@
+@@ -6,18 +6,18 @@
  #BACKEND = opengl
  #BACKEND = sdl
  #BACKEND = sdl2
@@ -22,18 +22,8 @@
  #OSTYPE = mingw
  #OSTYPE = mac
  
- #DEBUG = 3# Level 1-3, higher number means more debug-friendly, see 
Makefile
--#OPTIMISE = 1 # Add umpteen optimisation flags
-+OPTIMISE = 1 # Add umpteen optimisation flags
- #PROFILE = 1  # Enable profiling
- #PROFILE = 2  # Enable profiling with optimisation flags, can be used with 
`OPTIMISE = 1'
- 
-@@ -34,9 +34,9 @@
- # Define these as empty strings, if you don't have the respective config 
program
- #ALLEGRO_CONFIG = allegro-config
- #PNG_CONFIG = pkg-config libpng
--#SDL_CONFIG = sdl-config
-+SDL_CONFIG = sdl-config
+@@ -37,6 +37,6 @@
+ #SDL_CONFIG = sdl-config
  #SDL2_CONFIG= sdl2-config
  
 -#VERBOSE = 1
@@ -41,13 +31,3 @@
  
  # The following useful conditional compilation flags exist
  #
-@@ -65,6 +65,9 @@
- #
- # In order to use the flags, add a line like this: (-Dxxx)
- # FLAGS = -DUSE_C
-+ifeq ($(shell uname -m),x86_64)
-+  FLAGS += -DUSE_C
-+endif
- 
- # Output directories:
- #

Added: no-optimise.patch
===
--- no-optimise.patch   (rev 0)
+++ no-optimise.patch   2014-11-20 23:22:45 UTC (rev 122846)
@@ -0,0 +1,40 @@
+diff -Naur simutrans.orig/Makefile simutrans/Makefile
+--- simutrans.orig/Makefile2014-11-20 17:50:34.94841 +0100
 simutrans/Makefile 2014-11-20 17:51:43.936577860 +0100
+@@ -76,15 +76,6 @@
+ SDL_CONFIG ?= sdl-config
+ SDL2_CONFIG?= sdl2-config
+ 
+-ifneq ($(OPTIMISE),)
+-CFLAGS += -O3
+-  ifeq ($(findstring $(OSTYPE), amiga haiku mac),)
+-CFLAGS += -minline-all-stringops
+-  endif
+-else
+-  CFLAGS += -O
+-endif
+-
+ ifdef DEBUG
+   ifeq ($(shell expr $(DEBUG) \= 1), 1)
+ CFLAGS += -g -DDEBUG

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

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 21:30:18
  Author: bgyorgy
Revision: 102078

Implement prepare function

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:12:10 UTC (rev 102077)
+++ PKGBUILD2013-12-04 20:30:18 UTC (rev 102078)
@@ -29,7 +29,7 @@
  'd11bc8ee33a34e33341f6ccd90a44dba'
  'f41f7a08ad517ef2b60412859eb49963')
 
-build() {
+prepare() {
   cd $srcdir
 
   cp config.template config.default
@@ -36,8 +36,11 @@
   patch -Np0 -i $srcdir/settings-folder.patch
   patch -Np1 -i $srcdir/path-for-game-data.patch
   patch -Np0 -i $srcdir/config.patch
+}
+
+build() {
+  cd $srcdir
   convert simutrans.ico -alpha on simutrans.png
-
   make
 }
 



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

2013-05-20 Thread Balló György
Date: Tuesday, May 21, 2013 @ 01:13:00
  Author: bgyorgy
Revision: 91301

upgpkg: simutrans 112.3-1

Update to version 112.3

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 22:16:28 UTC (rev 91300)
+++ PKGBUILD2013-05-20 23:13:00 UTC (rev 91301)
@@ -6,9 +6,9 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans
-pkgver=112.2
-_pkgver=112-2
-pkgrel=2
+pkgver=112.3
+_pkgver=112-3
+pkgrel=1
 pkgdesc=An open source transportation simulation game
 arch=('i686' 'x86_64')
 url=http://simutrans.com/;
@@ -22,8 +22,8 @@
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-md5sums=('26258680f53419b05d4e1d255acbc7d9'
- '6484d70fa8a0b88ca1b9cb5c3e372b5c'
+md5sums=('4963f0ad0da5f622f67b7c1fb888a264'
+ '8e09f450173110fec097497c7198e50c'
  'c87d9a9910bc371df5d50f7f1ec298bb'
  '4648680290b44775b9c47d3758d3bd6c'
  'd11bc8ee33a34e33341f6ccd90a44dba'



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

2013-05-15 Thread Balló György
Date: Wednesday, May 15, 2013 @ 08:16:52
  Author: bgyorgy
Revision: 90873

upgpkg: simutrans 112.2-2

Fix FS#35288

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-15 05:40:43 UTC (rev 90872)
+++ PKGBUILD2013-05-15 06:16:52 UTC (rev 90873)
@@ -8,7 +8,7 @@
 pkgname=simutrans
 pkgver=112.2
 _pkgver=112-2
-pkgrel=1
+pkgrel=2
 pkgdesc=An open source transportation simulation game
 arch=('i686' 'x86_64')
 url=http://simutrans.com/;
@@ -49,7 +49,7 @@
 
   #data
   mkdir -p $pkgdir/usr/share/games/$pkgname
-  cp -r $pkgname/{config,font,music,skin,text} 
$pkgdir/usr/share/games/$pkgname
+  cp -r $pkgname/{config,font,music,script,skin,text} 
$pkgdir/usr/share/games/$pkgname
 
   #desktop file and icon
   install -Dm644 simutrans.png $pkgdir/usr/share/pixmaps/simutrans.png



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

2013-03-30 Thread Balló György
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
===
--- PKGBUILD2013-03-30 10:44:20 UTC (rev 87355)
+++ PKGBUILD2013-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.0 +
-+++ utils/csv.cc   2012-05-04 11:06:50.228842822 +
-@@ -8,6 +8,7 @@
- #include cstring
- #include stdio.h
- #include assert.h
-+#include stdlib.h
- 
- #include csv.h
- #include simstring.h



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

2013-02-17 Thread Balló György
Date: Sunday, February 17, 2013 @ 23:49:38
  Author: bgyorgy
Revision: 84394

upgpkg: simutrans 112.1-2

Add timidity++ to optdepends (FS#33627)

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 21:44:19 UTC (rev 84393)
+++ PKGBUILD2013-02-17 22:49:38 UTC (rev 84394)
@@ -8,13 +8,14 @@
 pkgname=simutrans
 pkgver=112.1
 _pkgver=112-1
-pkgrel=1
+pkgrel=2
 pkgdesc=An open source transportation simulation game
 arch=('i686' 'x86_64')
 url=http://simutrans.com/;
 license=('PerlArtistic')
 depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
 makedepends=('imagemagick')
+optdepends=('timidity++: play MIDI music')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
 http://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
 settings-folder.patch