summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-04-20 19:07:37 +0000
committerjak1 <mike.wollmann@gmail.com>2021-04-20 19:07:37 +0000
commit66e123c9f9c6a16ae269c092b666bb4450f40704 (patch)
treefe0b383b7cfb71f090fe40d0acc54949c5a3303f
parent541e21621eb3708bd2b6045cb2cdcee2f914d7ef (diff)
downloaddocker-windows-builder-66e123c9f9c6a16ae269c092b666bb4450f40704.tar.gz
docker-windows-builder-66e123c9f9c6a16ae269c092b666bb4450f40704.tar.bz2
docker-windows-builder-66e123c9f9c6a16ae269c092b666bb4450f40704.tar.xz
docker-windows-builder-66e123c9f9c6a16ae269c092b666bb4450f40704.zip
Jak1/rm patch
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--manaplus.patch124
2 files changed, 1 insertions, 125 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed1d8e0..b2af6ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
variables:
CROSS: i686-w64-mingw32.shared
- MP_REPOSITORY: https://gitlab.com/jak89_1/manaplus.git
+ MP_REPOSITORY: https://gitlab.com/themanaworld/manaplus/manaplus.git
.job-deploy: &job-deploy
artifacts:
diff --git a/manaplus.patch b/manaplus.patch
deleted file mode 100644
index 733e302..0000000
--- a/manaplus.patch
+++ /dev/null
@@ -1,124 +0,0 @@
-diff --git a/build/packwin b/build/packwin
-index 4459a5052..01d7fd851 100755
---- a/build/packwin
-+++ b/build/packwin
-@@ -8,7 +8,7 @@ cd packaging/windows
- ./make-translations.sh
- makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.9.3.23" \
-- -DEXESUFFIX=/src \
-+ -DEXESUFFIX=build/tmp/src \
- -DUPX=true \
- -DBITS=${BITS} \
- -DSEHDLL=${SEHDLL} \
-diff --git a/build/win_make b/build/win_make
-index 6e7adb83c..dd5a92e41 100755
---- a/build/win_make
-+++ b/build/win_make
-@@ -11,6 +11,6 @@ autoreconf -i || exit 1
- cd build/tmp
- ../../configure \
- --host=${CROSS} \
----enable-werror || exit 1
-+--enable-werror $* || exit 1
-
- make -j16 2>../make2.log || exit 1
-diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
-index 1c159c7cd..4a22a0155 100644
---- a/packaging/windows/setup.nsi
-+++ b/packaging/windows/setup.nsi
-@@ -262,10 +262,11 @@ Section "Core files (required)" SecCore
- File "${EXEDIR}\manaplus.exe"
- File "${DLLDIR}\SDL.dll"
- File "${DLLDIR}\SDL_image.dll"
--; File "${DLLDIR}\SDL_mixer.dll"
-+ File "${DLLDIR}\SDL_mixer.dll"
- File "${DLLDIR}\SDL_net.dll"
- File "${DLLDIR}\SDL_ttf.dll"
-- File "${DLLDIR}\libSDL_gfx-15.dll"
-+ File "${DLLDIR}\libSDL_gfx-16.dll"
-+ File "${DLLDIR}\liblzma-5.dll"
- File "${DLLDIR}\libcurl-4.dll"
- File "${DLLDIR}\libfreetype-6.dll"
- File "${DLLDIR}\${SEHDLL}"
-@@ -375,7 +375,7 @@ Section /o "Debugger" SecDebug
- File "${DLLDIR}\gdb.exe"
- File "${DLLDIR}\libdl.dll"
- File "${DLLDIR}\libexpat-1.dll"
-- File "${DLLDIR}\libreadline6.dll"
-+ File "${DLLDIR}\libreadline8.dll"
- File "${DLLDIR}\libtermcap.dll"
- File "${EXEDIR}\manaplusd.exe"
- ${If} ${SectionIsSelected} ${SecShortcuts}
-@@ -384,36 +385,36 @@ Section /o "Debugger" SecDebug
- ${EndIf}
- SectionEnd
-
--Section /o "Profiler" SecProfiler
-- SetOutPath "$INSTDIR"
-- File "${EXEDIR}\manaplusp.exe"
-- ${If} ${SectionIsSelected} ${SecShortcuts}
-- CreateShortCut "$SMPROGRAMS\Mana\ManaPlus (profiler).lnk" "$INSTDIR\manaplusp.exe"
-- CreateShortCut "$DESKTOP\ManaPlus (profiler).lnk" "$INSTDIR\manaplusp.exe"
-- ${EndIf}
--SectionEnd
-+;Section /o "Profiler" SecProfiler
-+; SetOutPath "$INSTDIR"
-+; File "${EXEDIR}\manaplusp.exe"
-+; ${If} ${SectionIsSelected} ${SecShortcuts}
-+; CreateShortCut "$SMPROGRAMS\Mana\ManaPlus (profiler).lnk" "$INSTDIR\manaplusp.exe"
-+; CreateShortCut "$DESKTOP\ManaPlus (profiler).lnk" "$INSTDIR\manaplusp.exe"
-+; ${EndIf}
-+;SectionEnd
-
- ; Section "Tools" SecTools
- ; SetOutPath "$INSTDIR"
- ; File "${EXEDIR}\dyecmd.exe"
- ; SectionEnd
-
--Section "Evol Online shortcuts" SecEvol
-- SetOutPath "$INSTDIR"
-- CreateDirectory "$INSTDIR\data\evol"
-- CreateDirectory "$INSTDIR\data\evol\icons"
-- CreateDirectory "$INSTDIR\data\evol\images"
--
-- SetOutPath "$INSTDIR"
-- File "${SRCDIR}\data\evol\evol.manaplus"
-- SetOutPath "$INSTDIR\data\evol\images"
-- File "${SRCDIR}\data\evol\images\*.png"
-- SetOutPath "$INSTDIR\data\evol\icons"
-- File "${SRCDIR}\data\evol\icons\*.ico"
--
-- CreateShortCut "$SMPROGRAMS\Mana\EvolOnline.lnk" '"$INSTDIR\manaplus.exe"' '"$INSTDIR\evol.manaplus"' "$INSTDIR\manaplus.exe" 1
-- CreateShortCut "$DESKTOP\EvolOnline.lnk" '"$INSTDIR\manaplus.exe"' '"$INSTDIR\evol.manaplus"' "$INSTDIR\manaplus.exe" 1
--SectionEnd
-+;Section "Evol Online shortcuts" SecEvol
-+; SetOutPath "$INSTDIR"
-+; CreateDirectory "$INSTDIR\data\evol"
-+; CreateDirectory "$INSTDIR\data\evol\icons"
-+; CreateDirectory "$INSTDIR\data\evol\images"
-+;
-+; SetOutPath "$INSTDIR"
-+; File "${SRCDIR}\data\evol\evol.manaplus"
-+; SetOutPath "$INSTDIR\data\evol\images"
-+; File "${SRCDIR}\data\evol\images\*.png"
-+; SetOutPath "$INSTDIR\data\evol\icons"
-+; File "${SRCDIR}\data\evol\icons\*.ico"
-+;
-+; CreateShortCut "$SMPROGRAMS\Mana\EvolOnline.lnk" '"$INSTDIR\manaplus.exe"' '"$INSTDIR\evol.manaplus"' "$INSTDIR\manaplus.exe" 1
-+; CreateShortCut "$DESKTOP\EvolOnline.lnk" '"$INSTDIR\manaplus.exe"' '"$INSTDIR\evol.manaplus"' "$INSTDIR\manaplus.exe" 1
-+;SectionEnd
-
- Section "Translations" SecTrans
- SetOutPath "$INSTDIR"
-@@ -428,8 +429,8 @@ SectionEnd
- !insertmacro MUI_DESCRIPTION_TEXT ${SecEvol} "Create shortcuts for Evol Online."
- !insertmacro MUI_DESCRIPTION_TEXT ${SecTrans} "Translations for the user interface. Uncheck this component to leave it in English."
- !insertmacro MUI_DESCRIPTION_TEXT ${SecDebug} "Install debugger for try to detect stability issues."
-- !insertmacro MUI_DESCRIPTION_TEXT ${SecProfiler} "Install profiler build to detect perfomance issues."
--; !insertmacro MUI_DESCRIPTION_TEXT ${SecTools} "Install tools like dyecmd."
-+; !insertmacro MUI_DESCRIPTION_TEXT ${SecProfiler} "Install profiler build to detect perfomance issues."
-+; !insertmacro MUI_DESCRIPTION_TEXT ${SecTools} "Install tools like dyecmd."
- !insertmacro MUI_FUNCTION_DESCRIPTION_END
-
-