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

Felix Yan felixonmars at archlinux.org
Thu Jun 4 06:46:14 UTC 2020


    Date: Thursday, June 4, 2020 @ 06:46:14
  Author: felixonmars
Revision: 638657

upgpkg: hedgewars 1.0.0-69: rebuild with haskell-src-exts 1.23.1

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 01:29:16 UTC (rev 638656)
+++ PKGBUILD	2020-06-04 06:46:14 UTC (rev 638657)
@@ -4,7 +4,7 @@
 
 pkgname=hedgewars
 pkgver=1.0.0
-pkgrel=68
+pkgrel=69
 pkgdesc="Turn-based strategy artillery game similiar to Worms"
 arch=('x86_64')
 url="https://hedgewars.org"
@@ -20,6 +20,7 @@
 prepare() {
   cd hedgewars-src-$pkgver
   sed -i 's|set(ghc_flags|set(ghc_flags -dynamic -package network-2.8.0.1 -hide-package network-bsd|' gameServer/CMakeLists.txt
+  sed -i '/#include <QSizePolicy>/a #include <QPainterPath>' QTfrontend/ui/page/pagegamestats.cpp
 }
 
 build() {



More information about the arch-commits mailing list