[packages/warmux] Rediff, fix m4 macros
arekm
arekm at pld-linux.org
Thu Jul 17 19:16:20 CEST 2025
commit dbc88ea9782468b92d8a9d5b62ab31cb0021107c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Jul 17 19:16:02 2025 +0200
Rediff, fix m4 macros
desktop.patch | 9 +++++----
optflags.patch | 9 +++++----
warmux.spec | 3 ++-
3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/warmux.spec b/warmux.spec
index 605d17e..34e01bd 100644
--- a/warmux.spec
+++ b/warmux.spec
@@ -67,7 +67,8 @@ warmux data files
mv -f po/ja{_JP,}.po
%build
-%{__aclocal} -I build/m4
+%{__autopoint}
+%{__aclocal} -I m4 -I build/m4
%{__autoconf}
%{__automake}
%configure \
diff --git a/desktop.patch b/desktop.patch
index 01eaca7..124b403 100644
--- a/desktop.patch
+++ b/desktop.patch
@@ -1,5 +1,6 @@
---- warmux-11.01/data/warmux.desktop~ 2011-01-20 18:12:15.000000000 +0100
-+++ warmux-11.01/data/warmux.desktop 2011-02-15 11:38:42.795203149 +0100
+diff -urNp -x '*.orig' warmux-11.04.org/data/warmux.desktop warmux-11.04/data/warmux.desktop
+--- warmux-11.04.org/data/warmux.desktop 2011-04-28 21:04:38.000000000 +0200
++++ warmux-11.04/data/warmux.desktop 2025-07-17 19:12:52.519542146 +0200
@@ -1,9 +1,8 @@
[Desktop Entry]
-Version=1.0
@@ -11,7 +12,7 @@
Exec=warmux
Terminal=false
StartupNotify=false
-@@ -12,9 +11,9 @@
+@@ -12,9 +11,9 @@ GenericName[pl]=Gra zręcznościowa
Comment=A 2D game where funny characters launch funny weapons
Comment[de]=Ein 2D Spiel mit lustigen Figuren und Waffen
Comment[es]=Un juego en 2D donde extraños personajes se destripan con alegría
@@ -21,5 +22,5 @@
-Comment[pl]=Gra 2D, w której zabawne postacie używają zabawnego uzbojenia
+Comment[pl]=Gra 2D, w której zabawne postacie używają zabawnego uzbrojenia
Comment[ro]=Un joc în 2D în care personaje amuzante lansează arme amuzante
+ Comment[tr]=Sevimli karakterlerin sevimli silahlar kullandığı 2B bir oyun
Categories=Game;ArcadeGame;
- GenericName[fr_FR]=Arcade Game
diff --git a/optflags.patch b/optflags.patch
index 44f28bf..215c123 100644
--- a/optflags.patch
+++ b/optflags.patch
@@ -1,6 +1,7 @@
---- warmux-11.01/configure.ac~ 2011-01-21 15:41:40.000000000 +0100
-+++ warmux-11.01/configure.ac 2011-02-15 11:45:45.097470453 +0100
-@@ -357,6 +357,9 @@
+diff -urNp -x '*.orig' warmux-11.04.org/configure.ac warmux-11.04/configure.ac
+--- warmux-11.04.org/configure.ac 2011-04-28 21:04:39.000000000 +0200
++++ warmux-11.04/configure.ac 2025-07-17 19:14:10.552476432 +0200
+@@ -373,6 +373,9 @@ fi
dnl === Forbid exceptions (Android platform requirement) ===================
CXXFLAGS="$CXXFLAGS -fno-exceptions"
@@ -8,5 +9,5 @@
+CXXFLAGS="$CXXFLAGS $OPTFLAGS"
+
dnl ========================================================================
- dnl == Check for header files =
+ dnl === Check for header files ===
dnl ========================================================================
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/warmux.git/commitdiff/dbc88ea9782468b92d8a9d5b62ab31cb0021107c
More information about the pld-cvs-commit
mailing list