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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 9 03:47:41 UTC 2022


    Date: Tuesday, August 9, 2022 @ 03:47:41
  Author: felixonmars
Revision: 1262382

upgpkg: hedgewars 1.0.0-307: rebuild with tasty 1.4.2.3

Modified:
  hedgewars/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 03:21:40 UTC (rev 1262381)
+++ PKGBUILD	2022-08-09 03:47:41 UTC (rev 1262382)
@@ -4,7 +4,7 @@
 
 pkgname=hedgewars
 pkgver=1.0.0
-pkgrel=306
+pkgrel=307
 pkgdesc="Turn-based strategy artillery game similiar to Worms"
 arch=('x86_64')
 url="https://hedgewars.org"
@@ -26,6 +26,10 @@
   sed -i 's|set(ghc_flags|set(ghc_flags -dynamic|' gameServer/CMakeLists.txt
   sed -i '/#include <QSizePolicy>/a #include <QPainterPath>' QTfrontend/ui/page/pagegamestats.cpp
 
+  # don't override cmake shipped CMakeSystemSpecificInformation.cmake and break on cmake 3.24+
+  # https://gitlab.kitware.com/cmake/cmake/-/commit/42f7e397894c5132b4706f478e62ce5d648119c1
+  rm cmake_modules/CMakeSystemSpecificInformation.cmake
+
   # https://bugs.freepascal.org/view.php?id=37286
   sed -i 's/procedure ShiftWorld(Dir: LongInt); inline;/procedure ShiftWorld(Dir: LongInt);/' hedgewars/uWorld.pas
 }



More information about the arch-commits mailing list