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

Jakob Gruber schuay at archlinux.org
Sun Jan 3 10:07:18 UTC 2016


    Date: Sunday, January 3, 2016 @ 11:07:18
  Author: schuay
Revision: 155215

puzzles 20160103

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-03 02:55:42 UTC (rev 155214)
+++ PKGBUILD	2016-01-03 10:07:18 UTC (rev 155215)
@@ -3,7 +3,7 @@
 # Maintainer: schuay <jakob.gruber at gmail.com>
 
 pkgname=puzzles
-pkgver=20150209
+pkgver=20160103
 pkgrel=1
 pkgdesc="Simon Tatham's Portable Puzzle Collection"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
 depends=('gtk2' 'desktop-file-utils')
 install=puzzles.install
-source=("git://git.tartarus.org/simon/puzzles.git#commit=f1e68fb")
+source=("git://git.tartarus.org/simon/puzzles.git#commit=55683abd")
 md5sums=("SKIP")
 
 prepare() {
@@ -21,6 +21,7 @@
     # Generate the makefiles.
     ./mkfiles.pl
     sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+    sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros_g' Makefile.gtk
 
     # Tweak desktop file generation to use proper icon paths.
     sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl



More information about the arch-commits mailing list